TicTexpv "Address Error"
25 posts
• Page 2 of 3 • 1, 2, 3
Re: TicTexpv "Address Error"
@Lionel Debroux: The "Address Error" only occur when I have files suitable for Tictexpv...
When I dont have no files the program run fine saying that are no files to open.
Sometimes the program run with files to open other times crash....
Do you think that could be some specific files that made the program crash?
Thanks
When I dont have no files the program run fine saying that are no files to open.
Sometimes the program run with files to open other times crash....
Do you think that could be some specific files that made the program crash?
Thanks
-
bruno costa
Niveau 6: SM (Super Membre)- Posts: 13
- Joined: 10 Feb 2014, 18:06
- Location: Viana do Castelo, Portugal
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: Civil Engineering Student
Re: TicTexpv "Address Error"
Do you think that could be some specific files that made the program crash?
Yup, maybe, even though it was never reported before.
If you can isolate one, or several, files which trigger the wicked Address Error, could you send me that / those file(s), or attach it / them here to a new post ?
Thanks in advance.
Membre de la TI-Chess Team.
Co-mainteneur de GCC4TI (documentation en ligne de GCC4TI), TIEmu et TILP.
Co-mainteneur de GCC4TI (documentation en ligne de GCC4TI), TIEmu et TILP.
-
Lionel DebrouxSuper Modo
Niveau 14: CI (Calculateur de l'Infini)- Posts: 6865
- Joined: 23 Dec 2009, 00:00
- Location: France
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: -
- GitHub: debrouxl
Re: TicTexpv "Address Error"
Yes, I could send to you.
Can you send me your email?
Can you send me your email?
-
bruno costa
Niveau 6: SM (Super Membre)- Posts: 13
- Joined: 10 Feb 2014, 18:06
- Location: Viana do Castelo, Portugal
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: Civil Engineering Student
Re: TicTexpv "Address Error"
lionel underscore debroux yahoo fr, or attached to a post in this topic
Membre de la TI-Chess Team.
Co-mainteneur de GCC4TI (documentation en ligne de GCC4TI), TIEmu et TILP.
Co-mainteneur de GCC4TI (documentation en ligne de GCC4TI), TIEmu et TILP.
-
Lionel DebrouxSuper Modo
Niveau 14: CI (Calculateur de l'Infini)- Posts: 6865
- Joined: 23 Dec 2009, 00:00
- Location: France
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: -
- GitHub: debrouxl
Re: TicTexpv "Address Error"
Hi,
The file is in attach.
The file is in attach.
You do not have the required permissions to view the files attached to this post.
-
bruno costa
Niveau 6: SM (Super Membre)- Posts: 13
- Joined: 10 Feb 2014, 18:06
- Location: Viana do Castelo, Portugal
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: Civil Engineering Student
Re: TicTexpv "Address Error"
And this one too...
You do not have the required permissions to view the files attached to this post.
-
bruno costa
Niveau 6: SM (Super Membre)- Posts: 13
- Joined: 10 Feb 2014, 18:06
- Location: Viana do Castelo, Portugal
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: Civil Engineering Student
Re: TicTexpv "Address Error"
Alright, but much more than the input PDF files, I need the corresponding files produced by the conversion, the files suitable for the calculator, with a .89y, .9xy or .v2y extension
Membre de la TI-Chess Team.
Co-mainteneur de GCC4TI (documentation en ligne de GCC4TI), TIEmu et TILP.
Co-mainteneur de GCC4TI (documentation en ligne de GCC4TI), TIEmu et TILP.
-
Lionel DebrouxSuper Modo
Niveau 14: CI (Calculateur de l'Infini)- Posts: 6865
- Joined: 23 Dec 2009, 00:00
- Location: France
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: -
- GitHub: debrouxl
Re: TicTexpv "Address Error"
This one here?
Already downloaded with mViewer GX Creator....
Already downloaded with mViewer GX Creator....
You do not have the required permissions to view the files attached to this post.
-
bruno costa
Niveau 6: SM (Super Membre)- Posts: 13
- Joined: 10 Feb 2014, 18:06
- Location: Viana do Castelo, Portugal
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: Civil Engineering Student
Re: TicTexpv "Address Error"
The combination of an odd number of lines, and an odd byte width, triggers Address Error when performing unaligned word reads. None of the example files provided alongside tictexpv tripped the viewer.
Membre de la TI-Chess Team.
Co-mainteneur de GCC4TI (documentation en ligne de GCC4TI), TIEmu et TILP.
Co-mainteneur de GCC4TI (documentation en ligne de GCC4TI), TIEmu et TILP.
-
Lionel DebrouxSuper Modo
Niveau 14: CI (Calculateur de l'Infini)- Posts: 6865
- Joined: 23 Dec 2009, 00:00
- Location: France
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: -
- GitHub: debrouxl
Re: TicTexpv "Address Error"
Attached is a new, lightly tested version (don't consider it official just yet), which fixes the problem.
This new version ends up being smaller than the previous one, thanks to a change in compilation options and several additional code optimizations. Several more bytes could be squeezed for the unaligned reads through a well-known ASM trick, but using it through inline ASM with C operands doesn't yield the result I'd expect, which means I'm not talking to the compiler correctly, and it's too late to debug that.
This new version ends up being smaller than the previous one, thanks to a change in compilation options and several additional code optimizations. Several more bytes could be squeezed for the unaligned reads through a well-known ASM trick, but using it through inline ASM with C operands doesn't yield the result I'd expect, which means I'm not talking to the compiler correctly, and it's too late to debug that.
You do not have the required permissions to view the files attached to this post.
Membre de la TI-Chess Team.
Co-mainteneur de GCC4TI (documentation en ligne de GCC4TI), TIEmu et TILP.
Co-mainteneur de GCC4TI (documentation en ligne de GCC4TI), TIEmu et TILP.
-
Lionel DebrouxSuper Modo
Niveau 14: CI (Calculateur de l'Infini)- Posts: 6865
- Joined: 23 Dec 2009, 00:00
- Location: France
- Gender:
- Calculator(s):→ MyCalcs profile
- Class: -
- GitHub: debrouxl
25 posts
• Page 2 of 3 • 1, 2, 3
Return to Problèmes divers / Aide débutants
Who is online
Users browsing this forum: ClaudeBot [spider] and 7 guests