Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Author Topic: Unknown Crash#2  (Read 706 times)

DrakonST

  • Captain
  • ****
  • Posts: 341
  • Lizard-Wizard
    • View Profile
Unknown Crash#2
« on: July 30, 2019, 11:36:42 PM »

Happening after wining battle against mid-tech star fortes.

Code
2663902 [Thread-4] INFO  sound.oo0O  - Cleaning up music with id [campaign_music_part_2_v28.ogg]
2664049 [Thread-4] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.NullPointerException
java.lang.NullPointerException
at sound.null.?00000(Unknown Source)
at com.fs.starfarer.C.null.int(Unknown Source)
at com.fs.starfarer.C.null.o00000(Unknown Source)
at com.fs.starfarer.C.L.o00000(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)
2664271 [Thread-10] INFO  sound.oo0O  - Creating streaming player for music with id [miscallenous_corvus_campaign_music.ogg]
2664273 [Thread-10] INFO  sound.null  - Playing music with id [miscallenous_corvus_campaign_music.ogg]


Maybe it can be caused by out of memory?
Logged
I a Russian. And i communicate with the help of Promt Translate. And I am a color-blind person.

xenoargh

  • Admiral
  • *****
  • Posts: 5078
  • naively breaking things!
    • View Profile
Re: Unknown Crash#2
« Reply #1 on: July 31, 2019, 02:17:20 AM »

This doesn't look like a memory error, it looks like a typo in the music file references there.  It's hitting a null because miscallenous_corvus_campaign_music.ogg doesn't spell "miscellaneous" correctly, at a guess :)
Logged
Please check out my SS projects :)
Xeno's Mod Pack

Alex

  • Administrator
  • Admiral
  • *****
  • Posts: 24114
    • View Profile
Re: Unknown Crash#2
« Reply #2 on: July 31, 2019, 07:59:12 AM »

This does seem to be music-related; iirc it's fixed for the next release. I'm not actually sure what causes it, whether it's something mod-related or just a rare combination of circumstances.

Unless this is something that happens for you reliably? If it *is* then it probably is mod-related, but, yeah, still something to do with the music; possible with music filters e.g. if the Star Fortress happens to be in some kind of terrain that affects the playing music, that might be something to look at...
Logged