Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - WhiteNinja

Pages: [1]
1
Other Calculators / Re: some programs don't send to wabbitemu?
« on: January 20, 2024, 08:20:44 pm »
OK, I see. Wasn't aware of the WxWabbitEmu edition, but will take a look. It hasn't had any commits in 3 years, but might still be more recent than the original WabbitEmu.

2
Other Calculators / Re: some programs don't send to wabbitemu?
« on: January 20, 2024, 06:48:09 pm »
Hi all,

Very sorry to resurrect an ancient thread from 2012 XD however I was Googling this exact problem and this is the only thread I could find that mentioned it. I also had an 8XP program written in TI Connect CE that failed to load into WabbitEmu (84+) with the error "Not enough free space on the calculator", when that was clearly false.

I spent some time comparing the binary contents of the failing file vs working ones and tracked it down to the "version" byte in the file's meta-data. A version of 0x0B (or anything above 0x06) fails to load in WabbitEmu with this misleading error about free space. By simply changing that byte to 0x00, the file would load successfully.

I posted the full question and a more detailed answer on StackOverflow, at the link below. If anyone wants more details, check there.

https://stackoverflow.com/q/77850764/195835

Just wanted to record it here in case anyone searches this issue in future. Hopefully it saves them a couple of hours of hair-pulling.



(P.S. No idea why my StackOverflow post was downvoted. If anyone finds it helpful, please give it a vote to help take it out of negative votes.)

Pages: [1]