Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Author Topic: Fatal Null Error after Loading into game  (Read 556 times)

TwelfthLegionary

  • Ensign
  • *
  • Posts: 2
    • View Profile
Fatal Null Error after Loading into game
« on: April 09, 2023, 09:49:42 PM »

Hello, I'm currently getting an error everytime after the game finishes loading

158519 [Thread-3] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.NullPointerException
java.lang.NullPointerException
   at com.fs.starfarer.loading.specs.HullVariantSpec.hasDMods(Unknown Source)
   at com.fs.starfarer.codex.CodexData.Ó00000(Unknown Source)
   at com.fs.starfarer.codex.CodexData.<init>(Unknown Source)
   at com.fs.starfarer.codex.A.<init>(Unknown Source)
   at com.fs.starfarer.codex.A.Ô00000(Unknown Source)
   at com.fs.starfarer.loading.ResourceLoaderState.init(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(Unknown Source)

Mods:
{"enabledMods": [
  "PAGSM",
  "yunrutechmining",
  "yunruindustries",
  "$$$_DakkaHolics_sprites",
  "$$$_trailermoments",
  "pantera_ANewLevel40R",
  "Adjusted Sector",
  "all_the_domain_drones+Vanilla",
  "A_S-F",
  "anotherportraitpack",
  "apex_design",
  "armaa",
  "lw_autosave",
  "battle_music",
  "battletechportraitpack",
  "timid_admins",
  "better_deserving_smods",
  "blackrock_driveyards",
  "bricky",
  "combatactivators",
  "CAS",
  "chatter",
  "cmutils",
  "su_Concord",
  "timid_cum",
  "diyplanets",
  "istl_dassaultmikoyan",
  "diablearmaaonics",
  "diableavionics",
  "dynamictariffs",
  "edshipyard",
  "exoticatechnologies",
  "GrandColonies",
  "HexShields",
  "hte",
  "HIVER",
  "illustrated_entities",
  "IndEvo",
  "Imperium",
  "timid_xiv",
  "JYD",
  "kadur_remnant",
  "lw_lazylib",
  "ArkLeg",
  "lockedAndLoaded",
  "luddenhance",
  "lunalib",
  "exshippack",
  "mag_protect",
  "MagicLib",
  "MFE",
  "Mayasuran Navy",
  "MKFE",
  "su_CarrierHullmod",
  "nexerelin",
  "OcuA",
  "ORA",
  "pn",
  "RealisticCombat",
  "RAA",
  "roider",
  "sun_ruthless_sector",
  "tahlan_scalartech",
  "SCY",
  "Seafood",
  "RC_Second_Wave_Options",
  "secretsofthefrontier",
  "SEEKER",
  "shadow_ships",
  "swp",
  "speedUp",
  "sun_starship_legends",
  "stelnet",
  "alcoholism",
  "superweapons",
  "tahlan",
  "presmattdamon_takenoprisoners",
  "Terraforming & Station Construction",
  "mayorate",
  "star_federation",
  "TORCHSHIPS",
  "yunru_ttp",
  "unscaa",
  "uaf",
  "UNSC",
  "US",
  "URW",
  "vic",
  "VAA",
  "variants_lib",
  "vayrashippack",
  "XhanEmpire",
  "yunru_cunt",
  "yunru_ht",
  "yunruhullmods",
  "yunru_midline_expansion",
  "yunru_ose",
  "yunru_pirate_collection",
  "yunrucore",
  "astroidships",
  "shaderLib"
]}

Thanks for any help.
Logged

TwelfthLegionary

  • Ensign
  • *
  • Posts: 2
    • View Profile
Re: Fatal Null Error after Loading into game
« Reply #1 on: April 09, 2023, 10:29:04 PM »

Nevermind, it seems disabling Diablearmaaonics solved the issue entirely. Thanks anyway to anyone who were looking up to try and help.
Logged