tomm / fab-agon-emulator

Agon Light, Agon Light 2, Agon Console8 Emulator for Linux, Windows, any system with libSDL
GNU General Public License v3.0
82 stars 19 forks source link

Windows build crashes on start #41

Closed astralaster closed 7 months ago

astralaster commented 8 months ago

I tried to build the emulator (tag: 0.9.16) on windows and it does compile, but crashes before the startup beep or anything but a black window. I also tested the current build for windows from the release page and it fails the same. I also tested the new --renderer sw option, but it does not help.

astralaster commented 8 months ago

Some new findings: Its just the vdp_console8.bin which seems to be broken. When I use the one from the release zip everything works.

astralaster commented 7 months ago

When I remove the option "fno-exceptions" in the makefiles it works again.