Emulator Issues #40
closedStop emulation - crashes in many circumstances
0%
Description
What steps will reproduce the problem?
- Video Plugin (DX9) Settings
- Tick Render to Main Window
- Start A Game
- Click Stop Emulation
What is the expected output? What do you see instead?
Games List, Crash
What version of the product are you using? On what operating system?
Revision 38, Vista ultimate x64
Please provide any additional information below.
Only tested in SSBM
Updated by hrydgard over 16 years ago
- Status changed from New to Accepted
- Priority changed from Normal to Low
I hijacked your bug and changed it into a generic Stop Crashes bug.
Dolphin can crash when pressing the stop button in many circumstances. There are some
really bad race conditions while bringing down all the threads.
Updated by zantezuken about 15 years ago
Hmm... similar issue happens here on latest revs, so, I guess it is nice idea to
post report here.
How to reproduce:
- Start any game (RE0 for in my case)
- Play it a bit.
- Stop emulation via ESC/Stop button
- See how emu crashes
Used settings: http://www.everfall.com/paste/id.php?0zijj9atuupg
OS: win7/vistasp2, compield with msvs 2008
Windows appcrash handler says: http://www.everfall.com/paste/id.php?3zzzf1nopcqy
MSVS debugegr says: Unhandled exception at 0x056a13f0 in Dolphin.exe: 0xC0000005:
Access violation.
Debugger in MSVS points @ line 416 in main.cpp:
416 if (g_pCodeWindow)
Minidump: http://shinra.ru/kein/Dolphin.dmp
Tested on r3950.
Updated by Anonymous about 15 years ago
is it a green curved arrow that you see or a straight yellow one?
if green, it's probably crashing in the wxPostEvent somewhere...prolly cause the window
is gone. I think ector did something with this before...