Emulator Issues #8996
closedWxWidgets, stupid Stack Overflow
0%
Description
Game Name?
Super Mario Sunshine
Game ID? (right click the game in the game list, properties, info tab)
GMSE01
MD5 Hash? (right click the game in the game list, properties, info tab, MD5 Hash: Compute)
0edf1ec830b4db523e154a60700ec989 - compressed, not sure if that would change the hash or not
What's the problem? Describe what went wrong.
Stack Overflow and emulator crashed while playing game
What steps will reproduce the problem?
Have Wii U Gamecube Adapter Hooked up
Start Game
Go through everything normally until you get to the first actual level
Collect 4 Blue coins saving after each one
Random Stack Overflow
Which versions of Dolphin did you test on? Does using an older version of Dolphin solve your issue? If yes, which versions of Dolphin used to work?
Dolphin 4.0-7842, not sure if older version would solve it as Im not entirely sure what caused it
What are your PC specifications? (CPU, GPU, Operating System, more)
i5 2500k @ 4.0GHz, GTX 660 3GB, Windows 10 Pro 64-bit, Wii U Gamecube Controller Adapter
Is there any other relevant information? (e.g. logs, screenshots,
configuration files)
screenshot of error attached, ini's attached
Files
Updated by JMC4789 over 9 years ago
We're you playing in full screen? Another user said that the UI would start to lock up when going into full screen sometimes.
Updated by kill8r over 9 years ago
JMC4789 wrote:
We're you playing in full screen? Another user said that the UI would start to lock up when going into full screen sometimes.
Yes, I was playing full screen, then suddenly the error happened and when I hit OK the emulator crashed
Updated by phire over 9 years ago
- Subject changed from Stack Overflow while Playing Super Mario Sunshine to WxWidgets, stupid Stack Overflow
- Status changed from New to Accepted
- Operating system Windows added
- Operating system deleted (
N/A)
Ok, I ran into the same issue.
Custom build from sometime around 4.0-7716, not running full screen. I had another app in the foreground and hadn't touched anything in a while.
Luckily, I had a debugger attached, so stack trace: https://gist.github.com/phire/d9c417b5052c805b0b17
As you can see, it is completely reasonable that the stack has overflowed, it's just the same 5 functions (all inside WxWidgets) looping over and over again.
I could explain what has happened, but more or less it's all WxWidgets' fault, they are doing something incredibly stupid and fixed this bug in SVN 20 months ago, only a few hundred commits after our version of Wx in Externals.
To fix this, we should upgrade to the latest svn (or potentially 3.0.2) version of WxWidgets.
Updated by JosJuice over 9 years ago
Was this fixed by 4.0-7956? https://dolphin-emu.org/download/dev/dd5df05c01aa221ac73a2d2aba44d87ccb095ca9/
Updated by Fallcrest almost 9 years ago
Shouldn't it be fixed now that WXWidgets was updated with [[https://github.com/dolphin-emu/dolphin/pull/3737]]?
Updated by JMC4789 over 8 years ago
It can still happen if you have logging enabled.
Updated by 8times9 almost 7 years ago
I believe this can be closed because Wx has been removed.