Herringway / earthbound

attempt at decompiling+porting earthbound
29 stars 7 forks source link

Runtime freeze issue #168

Open TheAutumnWinter opened 3 months ago

TheAutumnWinter commented 3 months ago

On one specific device of mine (old macbook pro running arch linux) the program fails to render anything just showing whatever was behind it

image

I do not have this issue on any other device. I have libsfcppu.so in the programs folder and the program gives no error messages as far as I can tell. 2024-05-17T12:26:40.583 [info] misc.d:40:enforceSDLLoaded Loaded SDL: 2.30.3 2024-05-17T12:26:40.594 [info] rendering.d:79:initialize SnesDrawFrame initialized 2024-05-17T12:26:40.610 [info] rendering.d:394:loadRenderer SDL video subsystem initialized (x11) 2024-05-17T12:26:40.765 [info] rendering.d:438:initializeRenderer SDL renderer subsystem initialized (opengl) 2024-05-17T12:26:40.767 [info] misc.d:40:enforceSDLLoaded Loaded SDL_Mixer: 2.8.0 Killed when attempting to close the program nothing will happen until this message appears image then it will close when I press "yes", entering the ^c key shortcut in the terminal will not cause it to close during its freeze.

Herringway commented 3 months ago

See if you can run it in a debugger like lldb or gdb. A stack trace would be more helpful.