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

Pages: [1]
1
Modding / Out of bounds exception when adding ship
« on: April 23, 2016, 03:33:55 PM »
Hi guys, I'd appreciate some help.

I created a mash-up of some Neutrino Corp ships for myself. I added the png and .ship files into their respective folders inside the Neutrino mod folder, filled its data into the CSV file, and tried running the game.

The loading bar fills all the way to the end then the game crashes with a 28784 error. Below is the section listing the issue:

Code
23338 [Thread-4] ERROR com.fs.starfarer.combat.CombatMain  - java.lang.ArrayIndexOutOfBoundsException: 28784
java.lang.ArrayIndexOutOfBoundsException: 28784
at com.fs.graphics.TextureLoader.super(Unknown Source)
at com.fs.graphics.TextureLoader.super(Unknown Source)
at com.fs.graphics.TextureLoader.super(Unknown Source)
at com.fs.graphics.TextureLoader.super(Unknown Source)
at com.fs.graphics.null.super(Unknown Source)
at com.fs.starfarer.loading.ResourceLoaderState.init(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)

I made a custom ship for the Neutrino mod before in Starsector version ~6.1 and didn't have any of these issue, has something changed in the way this is handled since then?

Thanks in advance.

Pages: [1]