Fractal Softworks Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Starsector 0.98a is out! (03/27/25)

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 - vanitas vanitas

Pages: [1]
1
Mods / Re: [0.98][1.1]Tinyverse - The Wanzer Age
« on: May 13, 2025, 09:18:51 AM »
Crashes when i assume used together with https://fractalsoftworks.com/forum/index.php?topic=31038 like this:
Code
280560 [Thread-2] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.NullPointerException: Cannot read field "origSegments" because "<parameter1>" is null
java.lang.NullPointerException: Cannot read field "origSegments" because "<parameter1>" is null
at com.fs.starfarer.util.Tesselator.o00000(Unknown Source)
at com.fs.starfarer.util.Tesselator.o00000(Unknown Source)
at com.fs.starfarer.combat.entities.H.Ô00000(Unknown Source)
at com.fs.starfarer.combat.entities.H.<init>(Unknown Source)
at com.fs.starfarer.combat.entities.Ship.applyDamageInner(Unknown Source)
at com.fs.starfarer.combat.entities.Ship.applyDamageInner(Unknown Source)
at com.fs.starfarer.combat.entities.Ship.applyDamage(Unknown Source)
at com.fs.starfarer.combat.E.A.D.o00000(Unknown Source)
at com.fs.starfarer.combat.E.oOOO.super(Unknown Source)
at com.fs.starfarer.combat.E.oOOO.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.base/java.lang.Thread.run(Unknown Source)
Happens on combat layer when hegemony ships with converted hangar with W.R.R.O.R got deployed against me, Tarsus with tarsus_Carrier_bv variant. Tested this by crashing first, then switching variant in opposing fleet to tarsus_Standard_bv via save editing and proceeding without crashes.

Not sure if its related to your problem, I have been getting the same error while fighting the independent with wanzers from this mod. I dug around the forums and it seems to be caused by fighter hull not having a "bounds" value.

Managed to find that "bounds" are empty for these hulls:
tvvfw_scarrebiron_mk_1
tvvfw_scarrebiron_mk_2

I stopped getting these crashes after pasting bounds value from other wanzers, not sure why this is the case but it works, hopefully adding them can fix yours too.

Pages: [1]