0 Members and 2 Guests are viewing this topic.
I after reading the these reports, I would recommend to NOT use the error scrolling features until I figure out what the bug is.
not sure if this will help, but about deep thought's bug, i had the same thing happen to me when i tried to romdump my calculator about 3 months ago using TiLP. so if you tried to romdump recently it may have been that rather than axe parser.
Do you know exactly how to recreate the bug? Did you run axe programs before this happens? A buggy program can cause bad stuff in long term (until next RAM clear)
Reporting a bug~~Well, I've grown used to the random RAM clears that happen while using Axe, but this particular one caught me off guard:The parser told me that at 86% on the 2nd pass, there was a duplicate error. I hit prgm, to scroll to (it was weird, since I'm pretty sure there WASN'T any duplicate error-causing code, and the calc shut off. ofc, ram clear. I don't have the source since it was lost in the crash (I know you can compile from archive, but I usually don't because stuff like that never happens )
Bug report with Text command (or boolean logic):Text(4+4(B>9)+4(B>99)+4(B>999)+4(B>9999),0,A▶DecRegardless of the results in B, A content will always be displaying at X coordinate 0 instead of at its respective location, like it would in TI-BASIC (with the command "Text(0,4+4(B>9)+4(B>99)+4(B>999)+4(B>9999),A")