0 Members and 1 Guest are viewing this topic.
I cannot send the 8xk file to my 84+. I get an error saying the application file is broken and to redownload it again, and if it doesn't work, to contact TI for help.
Could it be that I used WabbitSign? Should I use something else to sign the app?
Rabbitsign did indeed say the file had a poor signature. You can try this newly signed one. However, I'm not 100% sure it will work, because I "resigned" the app rather than starting from a freshly generated .bin file -- again, the new .bin file will have to wait until my reoptimizing is done.
Quote from: Hot_Dog on November 25, 2021, 11:17:40 pmRabbitsign did indeed say the file had a poor signature. You can try this newly signed one. However, I'm not 100% sure it will work, because I "resigned" the app rather than starting from a freshly generated .bin file -- again, the new .bin file will have to wait until my reoptimizing is done.It appears the resign was properly done.However, attempting to create a new game causes a RAM clear (TI-84+SE).Thanks to wabbitemu, it's due to an execution violation on bank 3 (RAM page 0) at address $C0C9.Not sure if PC is supposed to go there, but if yes, you'll need to expand RAM execution range first.
For people who can't wait 5 days, i coded a quick fix.Just run UNLOCK.8xp once, it makes all RAM executable, so the app won't crash when creating a new game anymore.In case you want the RAM execution permission back to its system default configuration, LOCK.8xp basically cancels what UNLOCK.8xp did.Happy testing!