Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Author Topic: Null CTD during Battle Simulation  (Read 371 times)

jeff12247

  • Ensign
  • *
  • Posts: 14
    • View Profile
Null CTD during Battle Simulation
« on: July 07, 2023, 01:25:05 PM »

currently I am running into an issue where about every 3-4 times I run a battle simulation I receive this CTD. I can reload the game and run a battlesim again and it wont happen but it tends to happen atleast 1-2 times a play session. Has not happened in a battle yet. Have gotten a few memory leak messages but have saved a copy and reloaded. have 0 performance issues as well.

mods used
combat radar 3.0
fuel siphoning 1.3
hyperdrive 2.4
lazylib 2.8
lunalib 1.78
magiclib 1.13-rc01
nexerelin 0.11.0b
realistic combat 1.27.0
speedup 1.0
zz graphics lib 1.7

LOG
OOOOOOOOOOOOOOOOOOOOOOOOOO  - Cleaning up music with id [battle_ambience_01.ogg]
1786366 [Thread-3] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.NullPointerException
java.lang.NullPointerException
   at RealisticCombat.plugins.EnemyFleetRetreat.advance(EnemyFleetRetreat.java:54)
   at com.fs.starfarer.title.Object.for$Oo.o00000(Unknown Source)
   at com.fs.starfarer.combat.super.new.super(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.o00000(Unknown Source)
   at com.fs.starfarer.StarfarerLauncher$1.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)




Logged

Hatter

  • Commander
  • ***
  • Posts: 226
    • View Profile
Re: Null CTD during Battle Simulation
« Reply #1 on: July 07, 2023, 09:07:46 PM »

Looks like RealisticCombat's fault.
Logged

jeff12247

  • Ensign
  • *
  • Posts: 14
    • View Profile
Re: Null CTD during Battle Simulation
« Reply #2 on: July 08, 2023, 02:05:05 PM »

Looks like RealisticCombat's fault.

I have noticed that but what in realistic combat is causing this? Is there a way I can fix it?
Logged

jeff12247

  • Ensign
  • *
  • Posts: 14
    • View Profile
Re: Null CTD during Battle Simulation
« Reply #3 on: July 08, 2023, 04:07:22 PM »

It recently happened again once again only in the simulation mode. it does not appear to be realistic combat causing it but something in base starsector called "com.fs.starfarer.loading.SpecStore

2929 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (data/config/contact_tag_data.json)]
2930 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [DIRECTORY: C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\..\mods\Nexerelin (data/config/contact_tag_data.json)]
2930 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading contact tag with id trade
2931 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading contact tag with id remnant
2931 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading contact tag with id pather
2931 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading contact tag with id underworld
2931 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading contact tag with id science
2931 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading contact tag with id military
2944 [Thread-6] INFO  com.fs.starfarer.loading.scripts.ScriptStore  - Class [data.missions.direstraits.MissionDefinition] already loaded (perhaps from jar file, or due to a reference from another class), skipping compilation.
2948 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading ship & fighter variants
2948 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [data\variants\facet_endbringer_Prime.variant]
2949 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [DIRECTORY: C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\..\mods\Nexerelin (data\variants\facet_endbringer_Prime.variant)]
2950 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [data\variants\invictus_LastCrusader.variant]
2951 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [DIRECTORY: C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\..\mods\Nexerelin (data\variants\invictus_LastCrusader.variant)]
2952 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [data\variants\nex_silverlight_Ascendant.variant]
2952 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [DIRECTORY: C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\..\mods\Nexerelin (data\variants\nex_silverlight_Ascendant.variant)]
2954 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [data\variants\nex_silverlight_restrained_Standard.variant]
2955 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [DIRECTORY: C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\..\mods\Nexerelin (data\variants\nex_silverlight_restrained_Standard.variant)]
2955 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\afflictor_d_pirates_Strike.variant]
2956 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\afflictor_d_pirates_Strike.variant)]
2957 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\afflictor_Strike.variant]
2958 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\afflictor_Strike.variant)]
2958 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\apogee_Balanced.variant]
2959 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\apogee_Balanced.variant)]
2960 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\apogee_Starting.variant]
2961 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\apogee_Starting.variant)]
2961 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\astral_Attack.variant]
2962 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\astral_Attack.variant)]
2962 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\astral_Elite.variant]
2964 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\astral_Elite.variant)]
2964 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\astral_Strike.variant]
2965 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\astral_Strike.variant)]
2966 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\atlas2_Standard.variant]
2966 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\atlas2_Standard.variant)]
2967 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\atlas_Standard.variant]
2968 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\atlas_Standard.variant)]
2968 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\bastillon_Standard.variant]
2969 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\bastillon_Standard.variant)]
2969 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\berserker_Assault.variant]
2970 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\berserker_Assault.variant)]
2971 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\brawler_Assault.variant]
2971 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\brawler_Assault.variant)]
2972 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\brawler_Elite.variant]
2972 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\brawler_Elite.variant)]
2973 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\brawler_LG_Elite.variant]
2973 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\brawler_LG_Elite.variant)]
2974 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\brawler_Starting.variant]
2974 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\brawler_Starting.variant)]
2975 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\brawler_Support.variant]
2975 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\brawler_Support.variant)]
2976 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\buffalo2_Fighter_Support.variant]
2976 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\buffalo2_Fighter_Support.variant)]
2977 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\buffalo2_FS.variant]
2978 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\buffalo2_FS.variant)]
2979 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\colossus2_Pather.variant]
2979 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\colossus2_Pather.variant)]
2980 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\colossus3_Pirate.variant]
2980 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\colossus3_Pirate.variant)]
2981 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\colossus_Standard.variant]
2981 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\colossus_Standard.variant)]
2982 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\condor_Attack.variant]
2982 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\condor_Attack.variant)]
2984 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\condor_Strike.variant]
2984 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\condor_Strike.variant)]
2985 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\condor_Support.variant]
2986 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\condor_Support.variant)]
2986 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\crig_Standard.variant]
2987 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\crig_Standard.variant)]
2988 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\defender_PD.variant]
2988 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\defender_PD.variant)]
2989 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\doom_Attack.variant]
2989 [Thread-6] INFO  com.fs.starfarer.loading.scripts.ScriptStore  - Class [data.missions.predatororprey.MissionDefinition] already loaded (perhaps from jar file, or due to a reference from another class), skipping compilation.
2989 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\doom_Attack.variant)]
2990 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\doom_Strike.variant]
2990 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\doom_Strike.variant)]
2991 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\doom_Support.variant]
2992 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\doom_Support.variant)]
2993 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\dram_Light.variant]
2993 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\dram_Light.variant)]
2994 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\drover_Starting.variant]
2994 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\drover_Starting.variant)]
2995 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\drover_Strike.variant]
2996 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\drover_Strike.variant)]
2997 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\drover_Support.variant]
2997 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\drover_Support.variant)]
2998 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\fury_Attack.variant]
2998 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\fury_Attack.variant)]
2999 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\fury_Support.variant]
3000 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\fury_Support.variant)]
3000 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\gemini_Standard.variant]
3001 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\gemini_Standard.variant)]
3002 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\gremlin_d_pirates_Strike.variant]
3002 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\gremlin_d_pirates_Strike.variant)]
3003 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\gremlin_luddic_path_Strike.variant]
3003 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\gremlin_luddic_path_Strike.variant)]
3005 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\gremlin_Strike.variant]
3005 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\gremlin_Strike.variant)]
3006 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\heron_Attack.variant]
3006 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\heron_Attack.variant)]
3007 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\heron_Attack1.variant]
3007 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\heron_Attack1.variant)]
3008 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\heron_Attack2.variant]
3009 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\heron_Attack2.variant)]
3010 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\heron_Strike.variant]
3010 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\heron_Strike.variant)]
3011 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\hyperion_Attack.variant]
3011 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\hyperion_Attack.variant)]
3012 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\hyperion_Strike.variant]
3012 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\hyperion_Strike.variant)]
3013 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\kite_hegemony_Interceptor.variant]
3013 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\kite_hegemony_Interceptor.variant)]
3014 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\kite_original_Stock.variant]
3014 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\kite_original_Stock.variant)]
3015 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\medusa_Attack.variant]
3016 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\medusa_Attack.variant)]
3016 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\medusa_CS.variant]
3017 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\medusa_CS.variant)]
3018 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\medusa_PD.variant]
3018 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\medusa_PD.variant)]
3019 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\medusa_Starting.variant]
3019 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\medusa_Starting.variant)]
3020 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\monitor_Escort.variant]
3021 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\monitor_Escort.variant)]
3021 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\monitor_Starting.variant]
3022 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\monitor_Starting.variant)]
3023 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\mudskipper2_CS.variant]
3023 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\mudskipper2_CS.variant)]
3024 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\mudskipper2_Hellbore.variant]
3025 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\mudskipper2_Hellbore.variant)]
3025 [Thread-6] INFO  com.fs.starfarer.loading.scripts.ScriptStore  - Class [data.missions.sinkingthebismarck.MissionDefinition] already loaded (perhaps from jar file, or due to a reference from another class), skipping compilation.
3025 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\mudskipper_Standard.variant]
3026 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\mudskipper_Standard.variant)]
3027 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\nebula_Standard.variant]
3027 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\nebula_Standard.variant)]
3028 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\odyssey_Balanced.variant]
3028 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\odyssey_Balanced.variant)]
3029 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\omen_PD.variant]
3030 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\omen_PD.variant)]
3031 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\ox_Standard.variant]
3031 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\ox_Standard.variant)]
3032 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\phaeton_Standard.variant]
3032 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\phaeton_Standard.variant)]
3033 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\phantom_Elite.variant]
3033 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\phantom_Elite.variant)]
3034 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\picket_Assault.variant]
3034 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\picket_Assault.variant)]
3035 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\prometheus2_Standard.variant]
3036 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\prometheus2_Standard.variant)]
3036 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\prometheus_Super.variant]
3037 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\prometheus_Super.variant)]
3038 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\revenant_Elite.variant]
3038 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\revenant_Elite.variant)]
3039 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\sentry_FS.variant]
3039 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\sentry_FS.variant)]
3040 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\shade_Assault.variant]
3040 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\shade_Assault.variant)]
3041 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\shade_d_pirates_Assault.variant]
3042 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\shade_d_pirates_Assault.variant)]
3042 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\shepherd_Frontier.variant]
3043 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\shepherd_Frontier.variant)]
3044 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\shepherd_Starting.variant]
3045 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\shepherd_Starting.variant)]
3045 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\shrike_Attack.variant]
3046 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\shrike_Attack.variant)]
3047 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\shrike_p_Attack.variant]
3047 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\shrike_p_Attack.variant)]
3048 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\shrike_Support.variant]
3049 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\shrike_Support.variant)]
3049 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\starliner_Standard.variant]
3050 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\starliner_Standard.variant)]
3051 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\tempest_Attack.variant]
3051 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\tempest_Attack.variant)]
3052 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\tempest_Starting.variant]
3052 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\tempest_Starting.variant)]
3053 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\valkyrie_Elite.variant]
3053 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\valkyrie_Elite.variant)]
3054 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\vigilance_AP.variant]
3054 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\vigilance_AP.variant)]
3056 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\vigilance_FS.variant]
3056 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\vigilance_FS.variant)]
3057 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\vigilance_Standard.variant]
3058 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\vigilance_Standard.variant)]
3058 [Thread-6] INFO  com.fs.starfarer.loading.scripts.ScriptStore  - Class [data.missions.nothingpersonal.MissionDefinition] already loaded (perhaps from jar file, or due to a reference from another class), skipping compilation.
3058 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\vigilance_Starting.variant]
3059 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\vigilance_Starting.variant)]
3060 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\vigilance_Strike.variant]
3060 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\vigilance_Strike.variant)]
3061 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\vigilance_Support1.variant]
3061 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\vigilance_Support1.variant)]
3062 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\vigilance_Support2.variant]
3062 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\vigilance_Support2.variant)]
3063 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\warden_Defense.variant]
3063 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\warden_Defense.variant)]
3064 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\ziggurat_Experimental.variant]
3065 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\ziggurat_Experimental.variant)]
3065 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\ziggurat_HF.variant]
3066 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\ziggurat_HF.variant)]
3067 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\ziggurat_Strike.variant]
3067 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\ziggurat_Strike.variant)]
3068 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\aurora\aurora_Assault.variant]
3068 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\aurora\aurora_Assault.variant)]
3069 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\aurora\aurora_Attack.variant]
3069 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\aurora\aurora_Attack.variant)]
3070 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\aurora\aurora_Balanced.variant]
3071 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\aurora\aurora_Balanced.variant)]
3072 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\aurora\aurora_Strike.variant]
3072 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\aurora\aurora_Strike.variant)]
3072 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\aurora\aurora_Support.variant]
3074 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\aurora\aurora_Support.variant)]
3075 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\brawler\brawler_pather_Raider.variant]
3075 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\brawler\brawler_pather_Raider.variant)]
3076 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\brawler\brawler_tritachyon_Standard.variant]
3076 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\brawler\brawler_tritachyon_Standard.variant)]
3077 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\buffalo\buffalo_d_Standard.variant]
3077 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\buffalo\buffalo_d_Standard.variant)]
3078 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\buffalo\buffalo_hegemony_Standard.variant]
3078 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\buffalo\buffalo_hegemony_Standard.variant)]
3079 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\buffalo\buffalo_luddic_church_Standard.variant]
3080 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\buffalo\buffalo_luddic_church_Standard.variant)]
3080 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\buffalo\buffalo_pirates_Standard.variant]
3081 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\buffalo\buffalo_pirates_Standard.variant)]
3082 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\buffalo\buffalo_Standard.variant]
3082 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\buffalo\buffalo_Standard.variant)]
3083 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\buffalo\buffalo_tritachyon_Standard.variant]
3083 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\buffalo\buffalo_tritachyon_Standard.variant)]
3084 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\centurion\centurion_Assault.variant]
3084 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\centurion\centurion_Assault.variant)]
3085 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\centurion\centurion_LG_Assault.variant]
3085 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\centurion\centurion_LG_Assault.variant)]
3086 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\centurion\centurion_Starting.variant]
3086 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\centurion\centurion_Starting.variant)]
3087 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\cerberus\cerberus_d_pirates_Shielded.variant]
3088 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\cerberus\cerberus_d_pirates_Shielded.variant)]
3088 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\cerberus\cerberus_d_pirates_Standard.variant]
3089 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\cerberus\cerberus_d_pirates_Standard.variant)]
3090 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\cerberus\cerberus_d_Standard.variant]
3090 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\cerberus\cerberus_d_Standard.variant)]
3091 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\cerberus\cerberus_Hardened.variant]
3091 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\cerberus\cerberus_Hardened.variant)]
3092 [Thread-3] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\cerberus\cerberus_luddic_path_Attack.variant]
3092 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [ABSOLUTE_AND_CWD: null (C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\data\variants\cerberus\cerberus_luddic_path_Attack.variant)]
Logged

Hatter

  • Commander
  • ***
  • Posts: 226
    • View Profile
Re: Null CTD during Battle Simulation
« Reply #4 on: July 09, 2023, 05:48:48 PM »

Disabling the retreat modifcation on Realistic Combat might stop that particular bug. The mod author would have a better idea.

The new log doesn't look like it covers the crash to me, generally those section are indented a bit more and have a stack trace.
Spoiler
Also, I like to spoiler large amount of texts for readbility
[close]
Logged

jeff12247

  • Ensign
  • *
  • Posts: 14
    • View Profile
Re: Null CTD during Battle Simulation
« Reply #5 on: July 10, 2023, 05:18:34 PM »

I will give it a try. Also It seems to only happen with the venture cruiser and its built in mining drone fighters. Thank you though
Logged