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)

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Inverness

Pages: [1]
1
Mods / Re: [0.9.1a] Tahlan Shipworks 0.3.9 - The Legio arrives
« on: October 29, 2019, 04:01:08 PM »
Not my fault you don't understand what the word "requires" means
I did not see an advisement in the first post or change log that I shouldn't update this mod unless I make a new save. If that is the case I would like some clarification there.
Requires a new save due to campaign additions.
I'm assuming Nia probably means that you require starting an entirely new and fresh campaign.  That's what I did.
This post was not on the front page so I didn't see it.

I started the game, saw a notification from Version Checker, opened the thread OP, checked the change log for any relevant information, and downloaded the update. Nothing on the front page said I should avoid updating unless I started a new game.

I think it's pretty reasonable to miss a warning at the bottom of page 15 about a new update.

In any case, I figured out how to fix the crash so there is no longer an issue.

2
Mods / Re: [0.9.1a] Tahlan Shipworks 0.3.9a - The Legio arrives
« on: October 28, 2019, 05:46:20 PM »
I'm now getting a crash after updating this. Based on your change log mentioning Legio Infenalis I assume it has to do with this mod even though it happens within Vayra's Sector code, but I haven't updated that since I installed it a month ago and I haven't had an issue.

It is happening when approaching what I assume must be the location, in-system, of the pirate base that is threatening one of my colonies:
Spoiler
Code
242212 [Thread-4] INFO  data.scripts.VayraModPlugin  - Applying admin Captain Gamal Claudette to market Legio InfernalisRaider Base
242214 [Thread-4] INFO  data.scripts.campaign.bases.VayraRaiderBaseIntel  - Added raider base in [Karkara Star System], tier: TIER_5_3MODULE
242217 [Thread-4] INFO  data.scripts.campaign.bases.VayraRaiderBaseIntel  - Spawned patrol fleet [legio armada] from raider base Wendel Staging Point
242217 [Thread-4] INFO  data.scripts.campaign.bases.VayraRaiderBaseIntel  - updating target
242217 [Thread-4] INFO  sound.oo0O  - Cleaning up music with id [Seeking_Answers.ogg]
242221 [Thread-8] INFO  sound.oo0O  - Cleaning up music with id [expanse.ogg]
242482 [Thread-4] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.NullPointerException
java.lang.NullPointerException
at data.scripts.campaign.bases.VayraRaiderBaseIntel.pickTarget(VayraRaiderBaseIntel.java:1249)
at data.scripts.campaign.bases.VayraRaiderBaseIntel.updateTarget(VayraRaiderBaseIntel.java:1173)
at data.scripts.campaign.bases.VayraRaiderBaseIntel.<init>(VayraRaiderBaseIntel.java:257)
at data.scripts.campaign.bases.VayraRaiderBaseManager.createEvent(VayraRaiderBaseManager.java:312)
at com.fs.starfarer.api.impl.campaign.intel.BaseEventManager.advance(BaseEventManager.java:141)
at data.scripts.campaign.bases.VayraRaiderBaseManager.advance(VayraRaiderBaseManager.java:135)
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)
[close]
Are you using a fresh save after updating?  The update requires a new save.
Requiring a new save for new features to activate is one thing, saying that updating without making a new save will cause problems in the existing save is another.

I did not see an advisement in the first post or change log that I shouldn't update this mod unless I make a new save. If that is the case I would like some clarification there.

Regardless, the cause of the crash is the new Legio Infernalis faction having no negative relationships with any existing factions. This causes the raid target selection logic to fail because of the lack of factions with a negative relationship. I was able to avoid the crash by using the console to set the faction relationship between them and the Hegemony to -10. This resulted in at least one valid target market so there was no crash.

3
Mods / Re: [0.9.1a] Tahlan Shipworks 0.3.9a - The Legio arrives
« on: October 27, 2019, 06:23:52 PM »
I'm now getting a crash after updating this. Based on your change log mentioning Legio Infenalis I assume it has to do with this mod even though it happens within Vayra's Sector code, but I haven't updated that since I installed it a month ago and I haven't had an issue.

It is happening when approaching what I assume must be the location, in-system, of the pirate base that is threatening one of my colonies:
Code
242212 [Thread-4] INFO  data.scripts.VayraModPlugin  - Applying admin Captain Gamal Claudette to market Legio InfernalisRaider Base
242214 [Thread-4] INFO  data.scripts.campaign.bases.VayraRaiderBaseIntel  - Added raider base in [Karkara Star System], tier: TIER_5_3MODULE
242217 [Thread-4] INFO  data.scripts.campaign.bases.VayraRaiderBaseIntel  - Spawned patrol fleet [legio armada] from raider base Wendel Staging Point
242217 [Thread-4] INFO  data.scripts.campaign.bases.VayraRaiderBaseIntel  - updating target
242217 [Thread-4] INFO  sound.oo0O  - Cleaning up music with id [Seeking_Answers.ogg]
242221 [Thread-8] INFO  sound.oo0O  - Cleaning up music with id [expanse.ogg]
242482 [Thread-4] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.NullPointerException
java.lang.NullPointerException
at data.scripts.campaign.bases.VayraRaiderBaseIntel.pickTarget(VayraRaiderBaseIntel.java:1249)
at data.scripts.campaign.bases.VayraRaiderBaseIntel.updateTarget(VayraRaiderBaseIntel.java:1173)
at data.scripts.campaign.bases.VayraRaiderBaseIntel.<init>(VayraRaiderBaseIntel.java:257)
at data.scripts.campaign.bases.VayraRaiderBaseManager.createEvent(VayraRaiderBaseManager.java:312)
at com.fs.starfarer.api.impl.campaign.intel.BaseEventManager.advance(BaseEventManager.java:141)
at data.scripts.campaign.bases.VayraRaiderBaseManager.advance(VayraRaiderBaseManager.java:135)
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)

Pages: [1]