HDIAndrew / EFS

12 stars 0 forks source link

Game crashes in the main menu screen if you click on "Start New", then click on "Play" before selecting a galaxy #166

Closed floralpond closed 9 months ago

floralpond commented 1 year ago

Description:

Game crashes in the main menu screen if you click on "Start New", then click on "Play" before selecting a galaxy. The game does NOT crash if you select play during any other game setting screen (such as if you select Historical then Play, it'll work fine, or select Random then Play, it'll work fine, etc)

Another crash scenario (probably same root cause), if you click "Start New", then click "Next", then "Play" (while in the house selection screen), it'll crash.

Expected behavior: game should not crash

Actual behavior: game crashes

Game version:

1.51 vanilla

Steps to reproduce:

scenario 1:

  1. Open game
  2. Select "start new"
  3. Select "play"
  4. Observe crash

scenario 2:

  1. Open game
  2. Select "start new"
  3. Select "next"
  4. Select "play"
  5. Observe crash

Additional information:

Probably most people won't see this crash because most people will want to customize their game by choosing houses, difficulty, etc. But still, should not crash.

displays this error message: image

Matt-Caspermeyer commented 1 year ago

I found the source of this issue - when we moved GALAXY.GAL ot the GAL folder, we missed this one case where it wasn't set to load it from the GAL folder.

I've created a PR for this issue and it is currently undergoing our testing, review, approval, and merge process.

The fix will be provided in a future update...