libretro / desmume

DeSmuME is a Nintendo DS emulator
http://desmume.org
GNU General Public License v2.0
35 stars 33 forks source link

Assertion failed in debug mode #7

Closed ghost closed 6 years ago

ghost commented 6 years ago

Using latest HEAD and RA, I get a crash on startup with this assertion when building with DEBUG=1 on both Linux and Windows 10:

retroarch: ../../NDSSystem.cpp:2806: void gotInputRequest(): Assertion `!validToProcessInput' failed.
bearoso commented 6 years ago

When I was debugging I avoided disabling NDEBUG because it looked like some assertions were spurious. I'll run a debug build and take a look at these and see if they can be disabled.