Fractal Softworks Forum

Starsector => Bug Reports & Support => Bug Reports & Support (modded) => Topic started by: DrakonST on May 19, 2019, 08:21:55 AM

Title: 0.9.1 RC-7 Unknown Crash
Post by: DrakonST on May 19, 2019, 08:21:55 AM
Random crash in campaing without crash window after game dead.

Code
4184179 [Thread-4] INFO  sound.O  - Cleaning up music with id [miscallenous_corvus_campaign_music.ogg]
4184179 [Thread-4] INFO  sound.O  - Cleaning up music with id [campaign_music_part_2_v28.ogg]
4184412 [Thread-4] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.NullPointerException
java.lang.NullPointerException
at sound.H.?00000(Unknown Source)
at com.fs.starfarer.C.H.int(Unknown Source)
at com.fs.starfarer.C.H.o00000(Unknown Source)
at com.fs.starfarer.C.for.super(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$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Mod list:
(https://i.imgur.com/lkhDScC.png)
Title: Re: 0.9.1 RC-7 Unknown Crash
Post by: Alex on May 19, 2019, 09:02:37 AM
Is this -RC7? Asking because that affects how to interpret the stack trace.

If this is RC7, then this ... actually looks like it couldn't crash quite where it's saying. However, it also appears to be related to a music filter being applied, so that might be worth looking at as a potential culprit.
Title: Re: 0.9.1 RC-7 Unknown Crash
Post by: DrakonST on May 19, 2019, 09:15:46 AM
Is this -RC7? Asking because that affects how to interpret the stack trace.

If this is RC7, then this ... actually looks like it couldn't crash quite where it's saying. However, it also appears to be related to a music filter being applied, so that might be worth looking at as a potential culprit.
It`s RC7.
Title: Re: 0.9.1 RC-7 Unknown Crash
Post by: Alex on May 19, 2019, 09:52:23 AM
Alright - hmm, weird. Do you remember if you were inside some kind of terrain when this happened? And has this only happened the one time?
Title: Re: 0.9.1 RC-7 Unknown Crash
Post by: DrakonST on May 19, 2019, 10:28:48 AM
Alright - hmm, weird. Do you remember if you were inside some kind of terrain when this happened? And has this only happened the one time?
Idk, i just fly on system with derelict mothership.

One time crash.
Title: Re: 0.9.1 RC-7 Unknown Crash
Post by: Alex on May 19, 2019, 10:29:18 AM
Ok, thank you for the added info.