MidflightDigital / ddrsn3-theme

Contains SN3 theme
MIT License
10 stars 2 forks source link

Crash when single-play as second player #11

Closed ghost closed 7 years ago

ghost commented 7 years ago

The game crashes when playing alone on the second player's (right) side. It happens when selecting the play mode (not play style). crashinfo.txt

tertu-m commented 7 years ago

Does it work in OpenGL mode?

ghost commented 7 years ago

Nope, it got the same result. crashinfo.txt Here's the log file (in case there isn't enough info) log.txt

tertu-m commented 7 years ago

I'll see if we can get you a build with debugging info, because there really isn't enough here for me to determine what's happening. It looks like this might be a StepMania core bug, unless you can't get it to happen in default.

ghost commented 7 years ago

Also, I noticed something: 2017-06-09_165617 The glowing edges are on the top-left corner. I realized that I can access standard mode on the second player side, but if I change the play mode, it crashes.

tertu-m commented 7 years ago

Okay, hmm. I'll do more investigatikn

tertu-m commented 7 years ago

Here's a crashlog from a version of SM with symbols. I'm not sure exactly why it crashes, but it appears that the choice isn't getting set for Player 2 for some reason. crashinfo.txt

tertu-m commented 7 years ago

@GeForceMSX98 we appear to have hit an obscure bug in StepMania. the next release will have a workaround. In the mean time, if you change ShowCursor in metrics.ini under ScreenSelectPlayMode to false, it doesn't crash.

tertu-m commented 7 years ago

fixed in b93df22