jedi23
Very Active Member
- Joined
- Aug 11, 2020
- Messages
- 230
You know the drill. Grab the game files (they're free!). Play the game. Reach the finish line alive.
[dRally.System] Calling cleaning function @0x#######
Yes type gl4es gdb drally and it runs fine.In gdb, the binary loads fine, but is it possible to run the binary with the preceding gl4es command?
type "bt" in gdb shell and it should show what portion of code it runs.I did set a breakpoint to the exit function and the program stops right there but I am not able to see which routine called this function.
At least I got now accustomed a bit to GDB. It surely will come in handy in future projects!Yes type gl4es gdb drally and it runs fine.
type "bt" in gdb shell and it should show what portion of code it runs.
Anyway i compiled the game for Pandora and after a quick run...didn't noticed the problem you have on Pyra (i didn't have try the game on Pyra yet).
Have you changed something in code ?
Also you are interested in make a Pandora release ? if not i could release it.