Rosalie241 / RMG

Rosalie's Mupen GUI
GNU General Public License v3.0
611 stars 52 forks source link

RMG crashes when exiting/closing the emulator on Windows #68

Closed RokkumanX closed 1 year ago

RokkumanX commented 1 year ago

Describe the bug After you are done playing something, have stopped the emulation and want to close/exit the emulator it crashes. It also crashes upon exiting/closing the emulator if you haven't played anything and have just opened the emulator and close afterwards.

To Reproduce Steps to reproduce the behavior:

  1. Open RMG.exe
  2. Click on File
  3. Click on Exit
  4. Crash

Expected behavior Expected behavior would be to exit/close the emulator without crashes.

Screenshots N/A

Desktop (please complete the following information):

Additional context According to the built in Reliability monitor in Windows this is what it has to say about the crash of RMG.exe

Problem - Stopped working

Faulting application name: RMG.exe Faulting module name: mupen64plus.dll_unloaded Exception code: 0x0000005 Fault offset: 0x0000000000009980 Faulting process id: 0xbf8 Faulting module path: mupen64plus.dll

Rosalie241 commented 1 year ago

I've tried to debug this multiple times but I have no idea what's going on here sadly, this is a known issue on windows which I've tried to fix multiple times, and ofcourse it works fine on linux where debugging would be much easier.

So I'll try to look into it some more in the future but for now I'd recommend ignoring the crash.

Thank you for the report though :heart:

RokkumanX commented 1 year ago

Thanks for taking your time to respond @Rosalie241

Here's hoping that the issue some day will be fixed ❤️

You are doing a great job and I really like RMG!

Rosalie241 commented 1 year ago

should be fixed with https://github.com/Rosalie241/RMG/commit/2a346c4cfa6f5f69b5b863dcbb7b3accd1f1ac3c, thank you for the report :heart:

RokkumanX commented 1 year ago

Thank you very much!