Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Author Topic: Crash When Mousing Over Fleet  (Read 243 times)

603bill

  • Lieutenant
  • **
  • Posts: 62
    • View Profile
Crash When Mousing Over Fleet
« on: October 22, 2022, 07:11:54 AM »

I get this crash on occasion when mousing over one of my faction's fleets.  My game is heavily modded but I can't tell if it's a mod causing this or if this is a vanilla bug.

Spoiler
6259242 [Thread-3] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.NullPointerException
java.lang.NullPointerException
   at com.fs.starfarer.api.impl.campaign.fleets.DefaultFleetInflater.inflate(DefaultFleetInflater.java:444)
   at com.fs.starfarer.campaign.fleet.CampaignFleet.inflateIfNeeded(Unknown Source)
   at com.fs.starfarer.ui.impl.StandardTooltipV2.createFleetTooltip(Unknown Source)
   at com.fs.starfarer.campaign.class.super(Unknown Source)
   at com.fs.starfarer.campaign.CampaignEngine.advance(Unknown Source)
   at com.fs.starfarer.campaign.CampaignState.advance(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(Thread.java:748)
[close]
Logged

Histidine

  • Admiral
  • *****
  • Posts: 4692
    • View Profile
    • GitHub profile
Re: Crash When Mousing Over Fleet
« Reply #1 on: October 22, 2022, 07:50:22 PM »

This looks like one of the hull types in the fleet stopped existing.

Did you recently install any mod updates that removed ships or changed their IDs? If so, try a rollback. (Although I'd have expected the crash to occur earlier in that case)

You could try the ClearCommands mod to purge problem fleets and hope new ones don't have the issue.
Logged

603bill

  • Lieutenant
  • **
  • Posts: 62
    • View Profile
Re: Crash When Mousing Over Fleet
« Reply #2 on: October 23, 2022, 04:33:12 AM »

The only mod I've updated for the save is Apex Design, and that only added new ships.  Is it possible that with enough mods active, that your computer can forget some of the things it has loaded for the game if you play it for long enough?
Logged