Emulator Issues #12717
closedWeird Error Message when pressing the Start button
0%
Description
I was playing Melee and i pressed the start button to begin a match when all the sudden this message appeared, thinking it was bc of the backend i was using i change and tried with other backends and it still happens, i also tried Wii games and is the same thing, and i have installed the lastest Microsoft CC+ on my computer just so you know, could you take a look at this, is so weird and has never happened to me before
Files
Updated by JosJuice about 3 years ago
- Milestone set to Current
I've never seen this before either. May be related to the imgui update in 5.0-15421.
Updated by pokechu22 about 3 years ago
- Status changed from New to Fixed
- Regression start set to 5.0-15421
- Fixed in set to 5.0-15427
- Operating system Windows added
- Operating system deleted (
N/A)
To reproduce, press the "enter" key (alt+enter to go into fullscreen also triggers it, but then you get stuck in fullscreen with an invisible popup dialog). You can also see a related issue if you enable Graphics → Advanced → Show Statistics; the window has an incorrect size and can't be interacted with using the mouse.
The issue has been fixed in 5.0-15427 and later, but note that none of the changes in 5.0-15427 are related to the fix. The issue was caused by files not being rebuilt after the imgui update, so it was trying to interact with an older version of imgui and changing the wrong values. leoetlino cleaner the build folder, so 5.0-15427 is a clean build. A similar issue would happen again after any library update if a clean build hasn't been performed. A proper long-term fix would involve fixing the build system so that when a library is updated, code that depends on that library gets recompiled again. But, again, for now everything should be working.