Herringway / earthbound

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

Program does not render anything #164

Closed TheAutumnWinter closed 5 months ago

TheAutumnWinter commented 5 months ago

it successfully runs ok, but then nothing renders. I am running Arch Linux 2024-03-15T14:59:35.830 [info] misc.d:40:enforceSDLLoaded Loaded SDL: 2.30.1 2024-03-15T14:59:35.840 [info] rendering.d:79:initialize SnesDrawFrame initialized 2024-03-15T14:59:35.855 [info] rendering.d:394:loadRenderer SDL video subsystem initialized (x11) 2024-03-15T14:59:35.977 [info] rendering.d:438:initializeRenderer SDL renderer subsystem initialized (opengl) 2024-03-15T14:59:35.979 [info] misc.d:40:enforceSDLLoaded Loaded SDL_Mixer: 2.8.0 Killed

TheAutumnWinter commented 5 months ago

oddly enough this problem did not happen on my other computer (I also recompiled it)

TheAutumnWinter commented 5 months ago

Instead on the other computer it gets stuck extracting assets at the 127th sound effect for some reason

TheAutumnWinter commented 5 months ago

the sound issue is fixed, simply move extract.yaml into the folder of the executible

TheAutumnWinter commented 5 months ago

I'm still having this issue on a different computer, where the program opens, freezes, doesn't render anything