Ancurio / mkxp

Free Software implementation of the Ruby Game Scripting System (RGSS)
GNU General Public License v2.0
509 stars 128 forks source link

Removed code that prevent mkxp from running when sound engine can't initialize #249

Open mbrethes opened 1 year ago

mbrethes commented 1 year ago

Hi Ancurio,

First of all thanks for this amazing work you did!

When there is no sound card detected or configured on the system, it should still be OK to run games (I have had to do that to run MXKP on a Raspberry PI emulated with QEMU, as emulation does not handle the sound card). So I removed the blocking tests, and the games still seem to run fine.

Maybe we should throw a non-critical alert message when the engine fails to initialize its sound system? In that case, do not hesitate to add code for that.

Cheers!

Mathieu