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); New blog post: Simulator Enhancements (03/13/24)

Author Topic: Im getting the Fetal:null error  (Read 738 times)

peepee poopoo man

  • Ensign
  • *
  • Posts: 4
    • View Profile
Im getting the Fetal:null error
« on: August 16, 2019, 08:10:00 AM »

Hey im playing this game with a few mods on.

lazylibs.

nexerelin.

ship/weapon pack.

unknown skies.

ZZ graphiclib.

when i open my game now it crashes after a set amount of time, probably because something appears on my screen, but i really dont know what. help?
Logged

Alex

  • Administrator
  • Admiral
  • *****
  • Posts: 23986
    • View Profile
Re: Im getting the Fetal:null error
« Reply #1 on: August 16, 2019, 08:29:06 AM »

Hi - if you open up starsector.log (in starsector-core/) and post the stack trace you find at the end of that file here - that should help pinpoint what the issue is.

(Make sure you run the game and get a crash, then open up the log file, so that the stack trace is at the very end and you don't have to go digging for it.)
Logged

peepee poopoo man

  • Ensign
  • *
  • Posts: 4
    • View Profile
Re: Im getting the Fetal:null error
« Reply #2 on: August 16, 2019, 09:13:58 AM »

java.lang.NullPointerException
   at exerelin.campaign.ColonyManager.processNPCConstruction(ColonyManager.java:280)
   at exerelin.campaign.ColonyManager.reportEconomyTick(ColonyManager.java:563)
   at com.fs.starfarer.campaign.CampaignEngine.reportEconomyTick(Unknown Source)
   at com.fs.starfarer.campaign.econ.reach.ReachEconomyStepper.doEndOfStepStuff(Unknown Source)
   at com.fs.starfarer.campaign.econ.reach.ReachEconomyStepper.nextFrame(Unknown Source)
   at com.fs.starfarer.campaign.econ.Economy.advance(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$1.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)

this?
Logged

Alex

  • Administrator
  • Admiral
  • *****
  • Posts: 23986
    • View Profile
Re: Im getting the Fetal:null error
« Reply #3 on: August 16, 2019, 09:16:39 AM »

Yep, this. Looks like a crash in nexerelin code (see: exerelin.campaign.ColonyManager), but could be an issue with a mod being out of date. Beyond that, someone that's more up-to-speed with the various mods would need to chime in, I don't know if this is a known issue or something new or a known problem from a specific mod being out of date etc.

There's a version checker mod, though - wouldn't hurt to install it.
Logged

Histidine

  • Admiral
  • *****
  • Posts: 4661
    • View Profile
    • GitHub profile
Re: Im getting the Fetal:null error
« Reply #4 on: August 16, 2019, 09:29:52 AM »

Seems really unlikely, but: Did you start a game with a really old Nexerelin version before updating to the newest one?
Logged

peepee poopoo man

  • Ensign
  • *
  • Posts: 4
    • View Profile
Re: Im getting the Fetal:null error
« Reply #5 on: August 16, 2019, 01:06:16 PM »

started the game with a version of the mod that worked with update 9.0 then i updated it after updating the game.
Logged