Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Author Topic: [0.96.1a-RC10] Autofitting Aurora crashes game  (Read 352 times)

Deez

  • Ensign
  • *
  • Posts: 4
    • View Profile
[0.96.1a-RC10] Autofitting Aurora crashes game
« on: May 20, 2023, 11:24:24 PM »

Title says it all, autofitting the Aurora ship crashes my game. I have no idea why this is happening. I was on 0.95.1a-RC6 and upgraded to 0.96.1a-RC10 after finishing the Galatia Academy questline.
I haven't found any other ship which causes the game to crash when autofitting. I've tried stripping first then autofitting, leaving the ship in storage and taking it back, nothing seems to work. Manually refitting the ship does work fine however.

Below is the last few lines of the log file. Vanilla install, never modded.

starsector.log Error
44023 [Thread-3] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.NullPointerException
java.lang.NullPointerException
   at com.fs.starfarer.coreui.refit.auto.super.sizeChanged(Unknown Source)
   at com.fs.starfarer.ui.L.setSize(Unknown Source)
   at com.fs.starfarer.ui.thissuper.setSize(Unknown Source)
   at com.fs.starfarer.coreui.refit.auto.G.ÔÔ0000(Unknown Source)
   at com.fs.starfarer.coreui.refit.auto.G.createUI(Unknown Source)
   at com.fs.starfarer.coreui.refit.auto.G.<init>(Unknown Source)
   at com.fs.starfarer.coreui.refit.S.actionPerformed(Unknown Source)
   at com.fs.starfarer.ui.n.buttonPressed(Unknown Source)
   at com.fs.starfarer.ui.I.Ò00000(Unknown Source)
   at com.fs.starfarer.ui.I.processInput(Unknown Source)
   at com.fs.starfarer.ui.W.super(Unknown Source)
   at com.fs.starfarer.BaseGameState.traverse(Unknown Source)
   at com.fs.state.AppDriver.begin(Unknown Source)
   at com.fs.starfarer.combat.CombatMain.main(Unknown Source)
   at com.fs.starfarer.StarfarerLauncher.o00000(Unknown Source)
   at com.fs.starfarer.StarfarerLauncher$1.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
[close]
« Last Edit: May 20, 2023, 11:41:06 PM by Deez »
Logged

Alex

  • Administrator
  • Admiral
  • *****
  • Posts: 24157
    • View Profile
Re: [0.96.1a-RC10] Autofitting Aurora crashes game
« Reply #1 on: May 21, 2023, 08:10:43 AM »

Hi - my apologies, saves from the previous release are not compatible with 0.96 and that's what's causing the issue. This is pretty much always the case between major releases, but in this case the older saves actually load (due to an oversight my part), which makes it confusing.
Logged

Deez

  • Ensign
  • *
  • Posts: 4
    • View Profile
Re: [0.96.1a-RC10] Autofitting Aurora crashes game
« Reply #2 on: May 21, 2023, 08:28:00 AM »

I understand, thank you for the answer.
It's a shame, I completed most of the questline yesterday right before realizing that there was a new update
Logged

Alex

  • Administrator
  • Admiral
  • *****
  • Posts: 24157
    • View Profile
Re: [0.96.1a-RC10] Autofitting Aurora crashes game
« Reply #3 on: May 21, 2023, 08:30:31 AM »

:( Thank you for understanding!
Logged

Drone_Fragger

  • Lieutenant
  • **
  • Posts: 73
    • View Profile
Re: [0.96.1a-RC10] Autofitting Aurora crashes game
« Reply #4 on: May 21, 2023, 11:16:36 AM »

Hi - my apologies, saves from the previous release are not compatible with 0.96 and that's what's causing the issue. This is pretty much always the case between major releases, but in this case the older saves actually load (due to an oversight my part), which makes it confusing.

I think this is genuinely the first time this has come up - Previous versions have had enough "behind the scenes" changes that saves won't even load, so you're forced to start a new game anyway.

I guess this is a suggestion tying into this - but I guess that save files include details of the versions they're saved in? If such it may be wise to add a check on loading if the save is in the same main release of the game client running it or not, and if it isn't, abort loading.
Logged

Alex

  • Administrator
  • Admiral
  • *****
  • Posts: 24157
    • View Profile
Re: [0.96.1a-RC10] Autofitting Aurora crashes game
« Reply #5 on: May 21, 2023, 11:40:27 AM »

Yep, I just forgot to do that, and the version info in the saves isn't detailed enough that I could easily do it in a hotfix without also making it not load earlier 0.96a saves!
Logged