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
182 stars 3 forks source link

[Game Crash] Trying to use some SM5.0.12 themes #665

Open noraprime opened 1 year ago

noraprime commented 1 year ago

Describe the crash

I tried using the Staiain Ultralight edit but then the game not only crashed himself but it also crashed my computer.

How can you reproduce the error?

  1. Install Staiain Ultralight theme
  2. Try to set it on the game

Screenshots/Videos

No response

Game Mode

None

Additional Information

Also happens when I try to use default SM5.0.12 but that one crashes on music select

JoseVarelaP commented 1 year ago

This could more likely be a Lua error by the theme approaching an invalid situation when entering the theme (or Select Music in your case with 5.0.12). Will still look into this and see what's going on.

JoseVarelaP commented 1 year ago

Found out the hang reason for the staiain theme. The metrics for the theme have the following:

[ScreenTitleMenu]
ChoiceJ="screen,ScreenJukeboxMenu;text,Juke'm box"

The issue here is how the text for Juke'm box contains a quote that is never closed. This causes the game to hang because it's expected to find an ending but never does. To fix this, just replace Juke'm box to Jukebox.

There's also the fact that Juke'm box isn't even a registered string in the language files, so even if it worked, it would complain that the string is missing.