EasyRPG / Player

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

Exiting a game after an in-engine error generates a crash dump while not needed, and did not occurred in the version 0.8.0 #3232

Open Mimigris opened 4 months ago

Mimigris commented 4 months ago

Player platform:

Windows, 64 bits continuous build.

Describe the issue in detail and how to reproduce it:

Play a game and load a map that doesn't exist. An error message should be displayed saying that the Map in question is missing or invalid, and after pressing a key, you will exit the game. Thing is, in the continuous build, this generates a crash dump while it was not the case in the version 0.8.0. This crash dump is not needed for an user since the error is in the engine and is already explained in the easyrpg_log.txt, unlike an unexpected crash.

Ghabry commented 4 months ago

Can you download the latest ci bills and generate a crash dump with it?

Mimigris commented 4 months ago

Can you download the latest ci bills and generate a crash dump with it?

Generated it by teleporting to the map 412 in Yume 2kki and then holding escape, which tries to send the player to the map 0. dmp.zip