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)

Pages: 1 ... 18 19 [20] 21 22 ... 27

Author Topic: [0.96a] Secrets of the Frontier (Prerelease 13.2a) - indev campaign mod  (Read 243902 times)

Egren

  • Ensign
  • *
  • Posts: 20
    • View Profile

I'm having issues with displaying imgur images on this forum at the moment, and it seems the only link is tied to an image, which for me doesn't load. Do you mind adding a link in text format as well?
Logged

RAMEN_NOODLES

  • Ensign
  • *
  • Posts: 6
    • View Profile

How do i download the 0.95 version?
Logged

MoyaOto

  • Ensign
  • *
  • Posts: 19
    • View Profile

The "enableTacticalExpansion - true" option causes a crash when I enter combat with the luddic path.
fatal null error

When I changed "enableTacticalExpansion" to false the error went away.

Code
48107 [Thread-3] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.NullPointerException
java.lang.NullPointerException
at data.scripts.plugins.SotfBattleCreationPluginImpl.getObjectivePicker(SotfBattleCreationPluginImpl.java:800)
at data.scripts.plugins.SotfBattleCreationPluginImpl.addObjectives(SotfBattleCreationPluginImpl.java:513)
at data.scripts.plugins.SotfBattleCreationPluginImpl.initBattle(SotfBattleCreationPluginImpl.java:221)
at com.fs.starfarer.campaign.CampaignState.startBattle(Unknown Source)
at com.fs.starfarer.ui.newui.W.startBattle(Unknown Source)
at com.fs.starfarer.api.impl.campaign.FleetInteractionDialogPluginImpl.optionSelected(FleetInteractionDialogPluginImpl.java:1204)
at com.fs.starfarer.ui.newui.W$1.super(Unknown Source)
at com.fs.starfarer.ui.newui.OoOO.actionPerformed(Unknown Source)
at com.fs.starfarer.ui.classnew.buttonPressed(Unknown Source)
at com.fs.starfarer.ui.I.?00000(Unknown Source)
at com.fs.starfarer.ui.I.processInput(Unknown Source)
at com.fs.starfarer.ui.classnew.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.R.processInput(Unknown Source)
at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source)
at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.newui.OoOO.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.R.processInput(Unknown Source)
at com.fs.starfarer.ui.O00o$Oo.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.R.processInput(Unknown Source)
at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source)
at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.O00o.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.R.processInput(Unknown Source)
at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source)
at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.public.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.newui.W.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.R.processInput(Unknown Source)
at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source)
at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.R.processInput(Unknown Source)
at com.fs.starfarer.campaign.CampaignState.processInput(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.super(Unknown Source)
at com.fs.starfarer.StarfarerLauncher$1.run(Unknown Source)
at java.lang.Thread.run(Thread.java:750)
48198 [Thread-9] INFO  sound.O  - Creating streaming player for music with id [faction_luddite_encounter_02_hostile.ogg]
48200 [Thread-9] INFO  sound.OooO  - Playing music with id [faction_luddite_encounter_02_hostile.ogg]
Logged

Histidine

  • Admiral
  • *****
  • Posts: 4661
    • View Profile
    • GitHub profile

I'm having issues with displaying imgur images on this forum at the moment, and it seems the only link is tied to an image, which for me doesn't load. Do you mind adding a link in text format as well?
For now, fished the link out by quoting the OP: Download
(though I don't actually have the imgur issue so I could've just copied from the main page)
Logged

Wuorg

  • Ensign
  • *
  • Posts: 17
    • View Profile

The "enableTacticalExpansion - true" option causes a crash when I enter combat with the luddic path.
fatal null error

When I changed "enableTacticalExpansion" to false the error went away.

Code
48107 [Thread-3] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.NullPointerException
java.lang.NullPointerException
at data.scripts.plugins.SotfBattleCreationPluginImpl.getObjectivePicker(SotfBattleCreationPluginImpl.java:800)
at data.scripts.plugins.SotfBattleCreationPluginImpl.addObjectives(SotfBattleCreationPluginImpl.java:513)
at data.scripts.plugins.SotfBattleCreationPluginImpl.initBattle(SotfBattleCreationPluginImpl.java:221)
at com.fs.starfarer.campaign.CampaignState.startBattle(Unknown Source)
at com.fs.starfarer.ui.newui.W.startBattle(Unknown Source)
at com.fs.starfarer.api.impl.campaign.FleetInteractionDialogPluginImpl.optionSelected(FleetInteractionDialogPluginImpl.java:1204)
at com.fs.starfarer.ui.newui.W$1.super(Unknown Source)
at com.fs.starfarer.ui.newui.OoOO.actionPerformed(Unknown Source)
at com.fs.starfarer.ui.classnew.buttonPressed(Unknown Source)
at com.fs.starfarer.ui.I.?00000(Unknown Source)
at com.fs.starfarer.ui.I.processInput(Unknown Source)
at com.fs.starfarer.ui.classnew.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.R.processInput(Unknown Source)
at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source)
at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.newui.OoOO.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.R.processInput(Unknown Source)
at com.fs.starfarer.ui.O00o$Oo.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.R.processInput(Unknown Source)
at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source)
at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.O00o.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.R.processInput(Unknown Source)
at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source)
at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.public.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.newui.W.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.R.processInput(Unknown Source)
at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source)
at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.R.processInput(Unknown Source)
at com.fs.starfarer.campaign.CampaignState.processInput(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.super(Unknown Source)
at com.fs.starfarer.StarfarerLauncher$1.run(Unknown Source)
at java.lang.Thread.run(Thread.java:750)
48198 [Thread-9] INFO  sound.O  - Creating streaming player for music with id [faction_luddite_encounter_02_hostile.ogg]
48200 [Thread-9] INFO  sound.OooO  - Playing music with id [faction_luddite_encounter_02_hostile.ogg]

I was having the same issue and fixed it in the same way, only I was encountering it against more factions than just the LP.
Logged

Kyo21943

  • Ensign
  • *
  • Posts: 2
    • View Profile

I was having the same issue and fixed it in the same way, only I was encountering it against more factions than just the LP.

Because its not caused by the Luddic Path, it's caused by this mod trying to spawn the new "Combat Objectives/Emplacements" around systems with Ruins and getting a fatal error when loading the battle map, which means it will very likely happen when fighting the LP in unexplored systems.
« Last Edit: May 15, 2023, 09:05:19 AM by Kyo21943 »
Logged

AzraelWalker

  • Ensign
  • *
  • Posts: 7
    • View Profile

I am apparently really bad a phase combat, does anyone have any tips for the "A Memory" Quest?
Logged

Insolent Peon

  • Ensign
  • *
  • Posts: 20
    • View Profile

I am apparently really bad a phase combat, does anyone have any tips for the "A Memory" Quest?

Spoiler
I tend to play Starsector as an Admiral rather than a Captain, so my strategy works on autopilot. What I do is primarily give eliminate orders to Sierra, starting with whichever Condor is most isolated and working through them. The Pledge destroyer is, by its nature, good at bursting down vulnerable targets behind the enemy line. Once the Condors are down and the enemy lacks fighter cover, I work my way up the ship sizes, saving the Onslaught for last.
[close]
Logged

Errors2149

  • Ensign
  • *
  • Posts: 5
    • View Profile

The "enableTacticalExpansion - true" option causes a crash when I enter combat with the luddic path.
fatal null error

When I changed "enableTacticalExpansion" to false the error went away.

Code
48107 [Thread-3] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.NullPointerException
java.lang.NullPointerException
at data.scripts.plugins.SotfBattleCreationPluginImpl.getObjectivePicker(SotfBattleCreationPluginImpl.java:800)
at data.scripts.plugins.SotfBattleCreationPluginImpl.addObjectives(SotfBattleCreationPluginImpl.java:513)
at data.scripts.plugins.SotfBattleCreationPluginImpl.initBattle(SotfBattleCreationPluginImpl.java:221)
at com.fs.starfarer.campaign.CampaignState.startBattle(Unknown Source)
at com.fs.starfarer.ui.newui.W.startBattle(Unknown Source)
at com.fs.starfarer.api.impl.campaign.FleetInteractionDialogPluginImpl.optionSelected(FleetInteractionDialogPluginImpl.java:1204)
at com.fs.starfarer.ui.newui.W$1.super(Unknown Source)
at com.fs.starfarer.ui.newui.OoOO.actionPerformed(Unknown Source)
at com.fs.starfarer.ui.classnew.buttonPressed(Unknown Source)
at com.fs.starfarer.ui.I.?00000(Unknown Source)
at com.fs.starfarer.ui.I.processInput(Unknown Source)
at com.fs.starfarer.ui.classnew.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.R.processInput(Unknown Source)
at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source)
at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.newui.OoOO.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.R.processInput(Unknown Source)
at com.fs.starfarer.ui.O00o$Oo.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.R.processInput(Unknown Source)
at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source)
at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.O00o.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.R.processInput(Unknown Source)
at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source)
at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.public.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.newui.W.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.R.processInput(Unknown Source)
at com.fs.starfarer.ui.o000.dispatchEventsToChildren(Unknown Source)
at com.fs.starfarer.ui.o000.processInputImpl(Unknown Source)
at com.fs.starfarer.ui.R.processInput(Unknown Source)
at com.fs.starfarer.campaign.CampaignState.processInput(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.super(Unknown Source)
at com.fs.starfarer.StarfarerLauncher$1.run(Unknown Source)
at java.lang.Thread.run(Thread.java:750)
48198 [Thread-9] INFO  sound.O  - Creating streaming player for music with id [faction_luddite_encounter_02_hostile.ogg]
48200 [Thread-9] INFO  sound.OooO  - Playing music with id [faction_luddite_encounter_02_hostile.ogg]

Same issue, dissapeared after turning off the tactical expansion.
Crashed on basically any larger battle. smaller battles did not.
makes sense considering map objectives only spawn in on larger battles.

not anything to do with luddic path for me. happened with tritach, hedg, pirates, before i just disabled it and was fine after.
Logged

Soviet Tom Bombadil

  • Lieutenant
  • **
  • Posts: 78
    • View Profile

Had a similar crash getting jumped by a combined pirate / Bunri force.
Logged

Argonaut

  • Lieutenant
  • **
  • Posts: 57
    • View Profile

I would like to request lowering the sound of Sierra's phase transition a tad, because it's quite dramatic and loud for how often she uses it. Just a personal request, enjoying the mod, albeit it's a bit worrisome to have a trigger-happy AI blasting away at human crews! I guess it really renders how scary the AIs are in-lore.
Logged

ThirdDawn

  • Ensign
  • *
  • Posts: 2
    • View Profile

Is there anyway to turn off the cramped condition?
Logged

FreonRu

  • Commander
  • ***
  • Posts: 138
    • View Profile

Hello, the probable cause of crashes in this is Secret of Frontier (not sure, but possible).
Here is a list of modifications used:
Spoiler
Amazigh's Ship Foundry
Ashes of The Domain
Autosave
Combat-Activators
Combat Chatter
Exotica-Technologies-v1.5.3
High Tech Expansion
LazyLib
LunaLib
MagicLib
Mayasuran Navy
Neutrino-Detector-MkII
Nexerelin
Officer Extension
Random-Assortment-of-Things
Secrets of the Frontier Prerelease
SpeedUp
Starship Legends
Stellar Networks
Substance.Abuse
Tahlan Shipworks
Terraforming and Station Construction
Unofficial New Game Plus
WhichMod
GraphicsLib
[close]
I noticed that the game crashes if I start a battle with a large enough fleet (when there are points to capture).
Here are the last lines in the star sector log
Spoiler
50450 [Thread-3] WARN  starship_legends.FactionConfig  - Hull ID tahlan_Castigator_knight not found.
50450 [Thread-3] WARN  starship_legends.FactionConfig  - Hull ID tahlan_Castigator_knight not found.
50450 [Thread-3] INFO  starship_legends.FactionConfig  - Reading custom section for faction: persean
50450 [Thread-3] INFO  starship_legends.FactionConfig  - No integration data found for faction: sotf_dustkeepers
50450 [Thread-3] INFO  starship_legends.FactionConfig  - Reading custom section for faction: sindrian_diktat
50450 [Thread-3] INFO  starship_legends.FactionConfig  - Reading custom section for faction: luddic_path
50450 [Thread-3] INFO  starship_legends.FactionConfig  - No integration data found for faction: tahlan_legiodaemons
50451 [Thread-3] INFO  starship_legends.FactionConfig  - No integration data found for faction: sotf_dustkeepers_proxies
50451 [Thread-3] INFO  starship_legends.FactionConfig  - Reading custom section for faction: tritachyon
50451 [Thread-3] INFO  starship_legends.FactionConfig  - Reading config file for faction: tritachyon
50452 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [DIRECTORY: C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\..\mods\Starship Legends (STARSHIP_LEGENDS_OPTIONS.ini)]
50465 [Thread-3] INFO  stelnet.util.Configurator  - Enabled Commodity plugin
50465 [Thread-3] INFO  stelnet.util.Configurator  - Enabled Contact plugin
50465 [Thread-3] INFO  stelnet.util.Configurator  - Enabled Market plugin
50465 [Thread-3] INFO  stelnet.util.Configurator  - Enabled Market updater script
50468 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading CSV data from [DIRECTORY: C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\..\mods\stelnet]
50469 [Thread-3] INFO  stelnet.util.Configurator  - Enabled Storage plugin
50469 [Thread-3] INFO  stelnet.util.Configurator  - Stelnet activated
50477 [Thread-3] INFO  ungp.scripts.campaign.specialist.rules.UNGP_RulesManager  - Start updating rule caches...
50481 [Thread-3] WARN  org.magiclib.util.MagicSettings  - unable to find CAPITAL_MIN_FACTION_SIZE within Cryo_but_better in modSettings.json
50498 [Thread-3] INFO  ungp.scripts.campaign.specialist.rules.UNGP_RulesManager  - Rule caches update completed.
50699 [Thread-3] INFO  com.fs.starfarer.campaign.save.CampaignGameManager  - Loading stage 34
50699 [Thread-3] INFO  com.fs.starfarer.campaign.save.CampaignGameManager  - Loading stage 35
50748 [Thread-3] INFO  com.fs.starfarer.campaign.save.CampaignGameManager  - Loading stage 36
50748 [Thread-3] INFO  com.fs.starfarer.campaign.save.CampaignGameManager  - Loading stage 37
50749 [Thread-3] INFO  com.fs.starfarer.campaign.save.CampaignGameManager  - Loading stage 38
50749 [Thread-3] INFO  com.fs.starfarer.campaign.save.CampaignGameManager  - Loading stage 39 - last
113323 [Thread-3] INFO  com.fs.starfarer.api.impl.campaign.fleets.EconomyFleetRouteManager  - Added trade fleet route from Tartessus to Nortia
115436 [Thread-3] INFO  com.fs.starfarer.api.impl.campaign.fleets.EconomyFleetRouteManager  - Added trade fleet route from Baetis to Cruor
116839 [Thread-3] INFO  com.fs.starfarer.api.impl.campaign.intel.SurveyPlanetMissionIntel  - Created SurveyPlanetMissionIntel: Beta Shedim III, faction: Hegemony
116983 [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/exerelin/factionTraits.json)]
117078 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [data/config/exerelin/miningConfig.json]
117081 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading CSV data from [DIRECTORY: C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\..\mods\Mayasuran Navy]
117081 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading CSV data from [DIRECTORY: C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\..\mods\Nexerelin]
117082 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading CSV data from [DIRECTORY: C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\..\mods\tahlan-shipworks-1.0]
117083 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading CSV data from [DIRECTORY: C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\..\mods\Nexerelin]
117084 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading CSV data from [DIRECTORY: C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\..\mods\tahlan-shipworks-1.0]
117085 [Thread-3] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading CSV data from [DIRECTORY: C:\Program Files (x86)\Fractal Softworks\Starsector\starsector-core\..\mods\Nexerelin]
117226 [Thread-3] INFO  exoticatechnologies.campaign.ScanUtils  - Fleet has 0 notable members
117244 [Thread-3] INFO  exoticatechnologies.campaign.ScanUtils  - Fleet has 13 notable members
117959 [Thread-3] INFO  com.fs.starfarer.api.impl.campaign.events.OfficerManagerEvent  - Spawning officers/admins at tibicena
117959 [Thread-3] INFO  com.fs.starfarer.api.impl.campaign.events.OfficerManagerEvent  -     officerProb: 0.5
117959 [Thread-3] INFO  com.fs.starfarer.api.impl.campaign.events.OfficerManagerEvent  -     additionalProb: 0.1
117959 [Thread-3] INFO  com.fs.starfarer.api.impl.campaign.events.OfficerManagerEvent  -     mercProb: 0.5
117959 [Thread-3] INFO  com.fs.starfarer.api.impl.campaign.events.OfficerManagerEvent  -     adminProb: 0.15
117959 [Thread-3] INFO  com.fs.starfarer.api.impl.campaign.events.OfficerManagerEvent  -
117960 [Thread-3] INFO  com.fs.starfarer.api.impl.campaign.events.OfficerManagerEvent  - Added officer at tibicena
118138 [Thread-3] INFO  com.fs.starfarer.api.impl.campaign.events.OfficerManagerEvent  - Spawning officers/admins at donn
118138 [Thread-3] INFO  com.fs.starfarer.api.impl.campaign.events.OfficerManagerEvent  -     officerProb: 0.25
118138 [Thread-3] INFO  com.fs.starfarer.api.impl.campaign.events.OfficerManagerEvent  -     additionalProb: 0.1
118138 [Thread-3] INFO  com.fs.starfarer.api.impl.campaign.events.OfficerManagerEvent  -     mercProb: 0.5
118138 [Thread-3] INFO  com.fs.starfarer.api.impl.campaign.events.OfficerManagerEvent  -     adminProb: 0.1
118138 [Thread-3] INFO  com.fs.starfarer.api.impl.campaign.events.OfficerManagerEvent  -
118766 [Thread-3] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.NullPointerException
java.lang.NullPointerException
   at data.scripts.plugins.SotfBattleCreationPluginImpl.getObjectivePicker(SotfBattleCreationPluginImpl.java:800)
   at data.scripts.plugins.SotfBattleCreationPluginImpl.addObjectives(SotfBattleCreationPluginImpl.java:513)
   at data.scripts.plugins.SotfBattleCreationPluginImpl.initBattle(SotfBattleCreationPluginImpl.java:221)
   at com.fs.starfarer.campaign.CampaignState.startBattle(Unknown Source)
   at com.fs.starfarer.ui.newui.classsuper.startBattle(Unknown Source)
   at com.fs.starfarer.api.impl.campaign.FleetInteractionDialogPluginImpl.optionSelec ted(FleetInteractionDialogPluginImpl.java:1204)
   at com.fs.starfarer.ui.newui.classsuper$1.o00000(Unknown Source)
   at com.fs.starfarer.ui.newui.OoOO.actionPerformed(Unknown Source)
   at com.fs.starfarer.ui.n.buttonPressed(Unknown Source)
   at com.fs.starfarer.ui.I.?00000(Unknown Source)
   at com.fs.starfarer.ui.I.processInput(Unknown Source)
   at com.fs.starfarer.ui.W.super(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.o00000(Unknown Source)
   at com.fs.starfarer.StarfarerLauncher$1.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)
[close]
Thanks in advance for your reply
Logged

Arenji

  • Ensign
  • *
  • Posts: 9
    • View Profile

Nightingale disappeared from my playthrough for some reason. Does she die or something cause I might've skipped the dialogue when her Lumen blew up at one point. Never integrated her or anything
Logged
Social auto-pilot is dangerous. Don't do it.

AnXel LG

  • Ensign
  • *
  • Posts: 43
    • View Profile

Is the crash related to the tactical expansion module still a thing? Was the workaround .jar provided by Himemi able to fix it? Man... I loved the new battlescape emplacements and, NGL, I sure will miss them if needed to turn off in settings.
« Last Edit: May 28, 2023, 12:58:50 AM by AnXel LG »
Logged
Pages: 1 ... 18 19 [20] 21 22 ... 27