TeamRizu / OutFox

The Bug Reporting Repository for OutFox LTS 0.4, Alpha V and Steam Early Access Builds
https://projectoutfox.com
Apache License 2.0
187 stars 3 forks source link

[Game Crash] Crash in the signal handler #547

Closed tertu-m closed 2 years ago

tertu-m commented 2 years ago

Describe the crash

  1. I had two players with profiles joined, and i selected the versus style, and then started the game.
  2. A crash occurred in the crash signal handler after the Warning screen.

No OutFox backtrace was generated. I have included the log.txt and a GDB backtrace. outfox gdb backtrace.txt log.txt (this is not the right log, the correct log is below) .

How can you reproduce the error?

  1. Start the game with two profiles, and two players joined
  2. Select Versus mode
  3. Attempt to continue the game.

Screenshots/Videos

There is no screenshot available.

Game Mode

dance

Additional Information

The theme being used was XX -STARLIGHT- TWOpointZERO.

Jousway commented 2 years ago

Log starting 2021-06-18 20:34:15 kinda old lol, which version of outfox is this on, and which gamemode, dance?

tertu-m commented 2 years ago

Oh, I pulled the wrong log from the wrong place. It's 0.4.14HF and it's in dance mode, yes. Here's the right log. log.txt .

Jousway commented 2 years ago

00:29.584: WARNING: No options in row "list,NoteSkins" were selected, and no fallback row found; selected entry 0

O.o

Inorizushi commented 2 years ago

I've tested a couple of 5.0.12/5.1 themes and they all crash whenever both players are present and have different profiles.

Themes Tested: STARLiGHT 1.0 & 2.0 waiei CyberiaStyle Last Approach

I checked SL to see if it crashes as well and it doesn't as it applies the style via lua instead of the engine.

I've managed to get all themes to proceed to select music by forcing versus mode in an offcommand on SelectStyle


OffCommand=function(self)
    if GAMESTATE:GetCurrentStyle("versus") then
    GAMESTATE:SetCurrentStyle("versus")
    end
end,
Scraticus commented 2 years ago

Fixed in 4.15, thanks for reporting