There's an issue where turning off the non_volatile_as_local optimization can cause the game to hang at certain scenes some regression that no longer allows the game to boot past the first splash screen if this optimization is disabled.
Attempting to skip past the splash screens with the Boot Directly to Title code makes it freeze up on the Now Loading screen whilst the title SFX plays once.
Seems to get stuck in Video::Present. This regression makes it practically impossible to debug issues like
There's an issue where turning off the
non_volatile_as_localoptimization can cause the game to hang at certain scenessome regression that no longer allows the game to boot past the first splash screen if this optimization is disabled.Attempting to skip past the splash screens with the
Boot Directly to Titlecode makes it freeze up on theNow Loadingscreen whilst the title SFX plays once.Seems to get stuck in
Video::Present.This regressionmakes it practically impossible to debug issues like