Fractal Softworks Forum

Please login or register.

Login with username, password and session length

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.

Topics - Zeppelin17

Pages: [1]
1
Modding / Game crashes on simulation (fighter wing problem)
« on: December 01, 2021, 08:23:32 PM »
Ok, so I made a custom ship and custom fighters. The ship works fine with vanilla fighters, so I figured the problem is with my custom fighters.
Here's the log info:
0733 [Thread-4] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.ArrayIndexOutOfBoundsException: 7
java.lang.ArrayIndexOutOfBoundsException: 7
   at com.fs.starfarer.E.C.B.<init>(Unknown Source)
   at com.fs.starfarer.E.C.int.o00000(Unknown Source)
   at com.fs.starfarer.E.C.int.Ò00000(Unknown Source)
   at com.fs.starfarer.E.C.C.advanceImpl(Unknown Source)
   at com.fs.starfarer.ui.Q.advance(Unknown Source)
   at com.fs.starfarer.ui.oO00.advanceImpl(Unknown Source)
   at com.fs.starfarer.ui.Q.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.super(Unknown Source)
   at com.fs.starfarer.StarfarerLauncher$1.run(Unknown Source)
   at java.lang.Thread.run(Thread.java:745)
80781 [Thread-10] INFO  sound.public  - Creating streaming player for music with id [battle_ambience_01.ogg]
80781 [Thread-10] INFO  sound.H  - Playing music with id [battle_ambience_01.ogg]

I am attaching the mod. The fighter wing is called Wyvern (type "wyvern_standard" as the id on the console)

[attachment deleted by admin]

2
Modding / can someone test my little mod?
« on: November 25, 2021, 12:55:59 PM »
I am trying to add a ship (first time modding), and my game is crashing with the "Fatal: null" error. I manage to load the game with the mod, I add the ship with the console (still testing the mod), but when I click on the "Fleet" icon to enter the fleet screen, my game crashes. I looked into the log but couldn't see anything relevant. I am attaching my mod here, maybe someone can check it?

[attachment deleted by admin]

Pages: [1]