EasyRPG / Player

RPG Maker 2000/2003 and EasyRPG games interpreter
https://easyrpg.org/player/
GNU General Public License v3.0
991 stars 185 forks source link

Opening the Audio menu in the Settings with the argument --disable-audio crashes the Player, as well when trying to save changes to the settings #3116

Closed Mimigris closed 10 months ago

Mimigris commented 12 months ago

Player platform:

Windows, 64 bits continuous build of the Player.

Describe the issue in detail and how to reproduce it:

When trying to open the Settings menu in the Player while the argument --disable-audio is used, the Player will crash when trying to open it and will generate a crash dump.

Mimigris commented 12 months ago

I forgot to properly test it so I'm adding it now, but the game also crashes if you try to save the settings in the setting menu or by editing them with the setting save on exit.

Ghabry commented 11 months ago

there is also a build failure in settings.cpp when compiling with -DPLAYER_AUDIO_BACKEND=OFF. Will fix both of them.