Fractal Softworks Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Starsector 0.97a is out! (02/02/24); In-development patch notes for Starsector 0.98a (2/8/25)

Author Topic: Game crash during battle  (Read 1218 times)

Troopa

  • Ensign
  • *
  • Posts: 2
    • View Profile
Game crash during battle
« on: September 12, 2024, 08:38:06 AM »

I need help figuring out what keeps causing my game to crash whenever I'm in a fleet battle

I'm not well verse in reading code and this is my first time posting here so i hope this is what's needed to help me

Spoiler
629387 [Thread-3] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.NullPointerException
java.lang.NullPointerException
   at com.fs.starfarer.combat.entities.ship.oOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO.if.startedChargeup(Unknown Source)
   at com.fs.starfarer.combat.entities.ship.trackers.B.super(Unknown Source)
   at com.fs.starfarer.combat.entities.ship.trackers.O0OO.o00000(Unknown Source)
   at com.fs.starfarer.combat.entities.ship.trackers.O0OO.o00000(Unknown Source)
   at com.fs.starfarer.combat.entities.ship.trackers.B.String(Unknown Source)
   at com.fs.starfarer.combat.entities.ship.oOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO.if.advance(Unknown Source)
   at com.fs.starfarer.combat.systems.G.super(Unknown Source)
   at com.fs.starfarer.combat.systems.G.advance(Unknown Source)
   at com.fs.starfarer.combat.entities.Ship.advance(Unknown Source)
   at com.fs.starfarer.combat.CombatEngine.advanceInner(Unknown Source)
   at com.fs.starfarer.combat.CombatEngine.advance(Unknown Source)
   at com.fs.starfarer.combat.CombatState.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.super(Unknown Source)
   at com.fs.starfarer.StarfarerLauncher$1.run(Unknown Source)
   at java.lang.Thread.run(Thread.java:748)
629458 [Thread-9] INFO  sound.O  - Creating streaming player for music with id [Relics.ogg]
629459 [Thread-9] INFO  sound.OooO  - Playing music with id [Relics.ogg]
[close]

Here's my mod list
Spoiler
AoTD - cryosleeper
AoTD - virtue of society
AoTD - vaults of knowledge
Apex Design Collective
Arma Armatura
Better colonies
Carter's Freetraders
Combat Chatter
Commissioned Crews
Diable Avionics
Domain Reformed
Emergent Threats
Emergent Threats-IX Revival
Illustrated Entities
Industrial Evolution
Indies Expansion Pack
Interstellar Imperium
Iron Shell
LOST SECTOR
LazyLid
Legacy of Arkgneisis
Luddic Enhancement
LunaLid
MagicLid
Mayasuran Navy
Nes's Ship and weapon
Nexerelin
PAGSM
Pirate Mini Mod
Persean-Chronicles
scalartech-solutions
SecondInCommand
Ship and Weapon Pack
Special Hullmod Upgrades
Starship Legends
Substance Abuse
tahlan shipworks
Terraforming and Station Construction
Knights of Ludd
Underworld
UAF
Xhan Empire
Audio Plus
GraphicsLid
[close]
Logged

Histidine

  • Admiral
  • *****
  • Posts: 4981
    • View Profile
    • GitHub profile
Re: Game crash during battle
« Reply #1 on: September 12, 2024, 07:23:28 PM »

An awful number of people seem to be having this issue lately...

All I can offer right now is the same tentative diagnosis and advice for narrowing it down that I've given before
Quote
Might be caused when a ship system or weapon starts charging?
If it always happen when you fight the same fleet, could see if you can narrow it down to a specific ship/weapon in that fleet

At least one person recently reported it was from Galactic Constellate mod, but you're not using that.

Maybe we could ask Alex to supply a modified starfarer_obf.jar that catches the exception and says what exactly is causing it.
Logged

Troopa

  • Ensign
  • *
  • Posts: 2
    • View Profile
Re: Game crash during battle
« Reply #2 on: September 12, 2024, 07:32:13 PM »

Thanks for the advice

I'll see if i can narrow it down and find what ship or weapon is causing my crashes
Logged