Page 1 of 2

gpSP glitching OS 4.5.0.1180, rev., P-0517AB

Unread postPosted: 04 Mar 2018, 00:52
by timedia
I have installed gpSP on my Ndlessed nspire, however my mario 3 rom sometimes reboots after beating the final level on a world. Is this normal? (It does show activating compatibili​ty mode)

Re: gpSP glitching OS 4.5.0.1180, rev., P-0517AB

Unread postPosted: 04 Mar 2018, 03:50
by Adriweb
Probably just a bug in gpSP itself ; unlikely to be due to the version/revision, since the whole game worked.

Re: gpSP glitching OS 4.5.0.1180, rev., P-0517AB

Unread postPosted: 04 Mar 2018, 11:43
by Vogtinator
timedia wrote:I have installed gpSP on my Ndlessed nspire, however my mario 3 rom sometimes reboots after beating the final level on a world. Is this normal? (It does show activating compatibili​ty mode)


Does the ROM reboot, the emulator crash or the calc reboot?
If it's the latter, can you upload NspireLogs.zip?

This issue might be present on the older gpsp versions as well, someone would need to try on a pre-W calc.

Re: gpSP glitching OS 4.5.0.1180, rev., P-0517AB

Unread postPosted: 04 Mar 2018, 12:28
by timedia
It says "Gameboy" in colors and "Nintendo" at the bottom

Re: gpSP glitching OS 4.5.0.1180, rev., P-0517AB

Unread postPosted: 04 Mar 2018, 22:17
by timedia
Are there any updates on a possible fix?

Re: gpSP glitching OS 4.5.0.1180, rev., P-0517AB

Unread postPosted: 05 Mar 2018, 10:19
by GalacticPirate
It's because this port of an outdated obscure gpSP version is garbage. I wish we had something like a port of mGBA, but unfortunately we're stuck with this sh**ty emulator :P

Re: gpSP glitching OS 4.5.0.1180, rev., P-0517AB

Unread postPosted: 26 May 2018, 21:28
by gameblabla
Vogtinator had already fixed gpsp to support the new screens here :
https://github.com/Vogtinator/gpsp

So it's possible he's trying to use the older version instead of the fixed version.
His build was compiled with an older SDK though so i recompiled it again.
Binary in the attachments

I guess he never really officially released it because some people reported it ran slower even though looking at the source code it shouldn't. (in fact, it should have run similarly, if not faster....)

Re: gpSP glitching OS 4.5.0.1180, rev., P-0517AB

Unread postPosted: 27 May 2018, 07:12
by Hayleia
GalacticPirate wrote:It's because this port of an outdated obscure gpSP version is garbage. I wish we had something like a port of mGBA, but unfortunately we're stuck with this sh**ty emulator :P

Why don't you port that better emulator yourself now instead of bashing devs that made "garbage" in 2012 when that better emulator didn't exist?

Note, this isn't the regular "don't like it? Don't use it (and do it yourself). Simple". This is more like "there wasn't a way to do things better at the time so no reason to complain that at least the best that was achievable was done. And now stuff could be done better maybe, but the original devs have less motivation to do it since we already have a kinda-working solution, so don't expect anything from them and if you feel like this is so much garbage people should really get motivated to make better things, use that potential motivation yourself".

Alternatively, express facts without bashing what people have done when they couldn't do it better.

Re: gpSP glitching OS 4.5.0.1180, rev., P-0517AB

Unread postPosted: 27 May 2018, 10:35
by gameblabla
I have already looked into mGBA but it requires threading support and there are no threading libraries available for the nspire.
Another issue is that it's going to be fairly slow anyway, even with it's faster interpreter.
mGBA said they had plans for an ARM Jit but even then, i doubt they would support armv5 cpus like the Nspire. (plus GCC 9 already deprecated some ARMv5 cpus)
On the plus side, it still supports SDL 1.2 but my point is that with gpsp around, there's not much point in porting mgba to the nspire.

Re: gpSP glitching OS 4.5.0.1180, rev., P-0517AB

Unread postPosted: 10 Jun 2018, 18:41
by gameblabla
https://github.com/Vogtinator/gpsp/issues/3#issuecomment-396064580
Turns out the reason why my gpsp version cannot run is due to the fact that the ndless_resources.tns shipped on ndless.me is too old.
If you compile it from source, gpsp works properly again and it runs a hair faster too due to less copying.