Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Author Topic: help why is it suddenly giving me errors!  (Read 1603 times)

maffo

  • Captain
  • ****
  • Posts: 306
    • View Profile
help why is it suddenly giving me errors!
« on: April 08, 2013, 10:27:50 AM »

I was busy trying to take out some errors in my code when suddenly it stopped recognizing ships (the .hull files)! I didnt even touch those files and they worked perfectly fine before.

Quote
7726 [Thread-6] INFO  com.fs.starfarer.loading.SpecStore  - Loading variant [D:\Starsector\starsector-core\..\mods\Parlay 0.6\data\variants\parlay_ballast_fighter.variant]
7726 [Thread-6] INFO  com.fs.starfarer.loading.LoadingUtils  - Loading JSON from [D:\Starsector\starsector-core\..\mods\Parlay 0.6\data\variants\parlay_ballast_fighter.variant]
7759 [Thread-9] INFO  com.fs.starfarer.loading.scripts.ScriptStore  - Class [data.scripts.plugins.CharacterCreationPluginImpl] already loaded (perhaps from jar file, or due to a reference from another class), skipping compilation.
7804 [Thread-9] INFO  com.fs.starfarer.loading.scripts.ScriptStore  - Class [data.scripts.plugins.LevelupPluginImpl] already loaded (perhaps from jar file, or due to a reference from another class), skipping compilation.
7851 [Thread-9] INFO  com.fs.starfarer.loading.scripts.ScriptStore  - Class [data.scripts.plugins.TestCombatPlugin] already loaded (perhaps from jar file, or due to a reference from another class), skipping compilation.
7889 [Thread-9] INFO  com.fs.starfarer.loading.scripts.ScriptStore  - Compiling script [data.scripts.world.BaseSpawnPoint]
7933 [Thread-9] INFO  com.fs.starfarer.loading.scripts.ScriptStore  - Class [data.scripts.world.SectorGen] already loaded (perhaps from jar file, or due to a reference from another class), skipping compilation.
7933 [Thread-9] INFO  com.fs.starfarer.loading.scripts.ScriptStore  - Compiling script [data.scripts.world.BaseSpawnPoint]
7933 [Thread-9] INFO  com.fs.starfarer.loading.scripts.ScriptStore  - Class [data.scripts.world.SectorGen] already loaded (perhaps from jar file, or due to a reference from another class), skipping compilation.
8079 [Thread-9] INFO  com.fs.starfarer.loading.scripts.ScriptStore  - Class [data.missions.turningthetables.MissionDefinition] already loaded (perhaps from jar file, or due to a reference from another class), skipping compilation.
8128 [Thread-9] INFO  com.fs.starfarer.loading.scripts.ScriptStore  - Class [data.missions.forthegreaterlud.MissionDefinition] already loaded (perhaps from jar file, or due to a reference from another class), skipping compilation.
8182 [Thread-9] INFO  com.fs.starfarer.loading.scripts.ScriptStore  - Class [data.missions.thewolfpack.MissionDefinition] already loaded (perhaps from jar file, or due to a reference from another class), skipping compilation.
8242 [Thread-9] INFO  com.fs.starfarer.loading.scripts.ScriptStore  - Class [data.missions.ambush.MissionDefinition] already loaded (perhaps from jar file, or due to a reference from another class), skipping compilation.
8319 [Thread-9] INFO  com.fs.starfarer.loading.scripts.ScriptStore  - Class [data.missions.hornetsnest.MissionDefinition] already loaded (perhaps from jar file, or due to a reference from another class), skipping compilation.
8362 [Thread-9] INFO  com.fs.starfarer.loading.scripts.ScriptStore  - Class [data.missions.thelasthurrah.MissionDefinition] already loaded (perhaps from jar file, or due to a reference from another class), skipping compilation.
8399 [Thread-6] ERROR com.fs.starfarer.combat.D  - java.lang.RuntimeException: Ship hull spec [parlay_ballast] not found!
java.lang.RuntimeException: Ship hull spec [parlay_ballast] not found!
   at com.fs.starfarer.loading.F.o00000(Unknown Source)
   at com.fs.starfarer.loading.SpecStore.super(Unknown Source)
   at com.fs.starfarer.loading.specs.HullVariantSpec.<init>(Unknown Source)
   at com.fs.starfarer.loading.SpecStore.ô00000(Unknown Source)
   at com.fs.starfarer.loading.SpecStore.Ò00000(Unknown Source)
   at com.fs.starfarer.loading.H.super(Unknown Source)
   at com.fs.A.A.new(Unknown Source)
   at com.fs.starfarer.combat.D.o00000(Unknown Source)
   at com.fs.starfarer.StarfarerLauncher$2.run(Unknown Source)
   at java.lang.Thread.run(Thread.java:619)

Or it happens with parlay_earl. It was working just fine, didnt change any id or anything yet this suddenly happened.

Please help me because i was going strong but now i lost my mood and hope.

The files that give trouble now: http://www.mediafire.com/?exyq001g14gx3p4
Logged

Teh_Wolf

  • Commander
  • ***
  • Posts: 112
  • The whole ship just died
    • View Profile
Re: help why is it suddenly giving me errors!
« Reply #1 on: April 08, 2013, 10:44:56 AM »

You sure you didn't accidentally remove the ship files?
Logged
PHRASE OF THE WEEK
Quote from: Miggles
no

maffo

  • Captain
  • ****
  • Posts: 306
    • View Profile
Re: help why is it suddenly giving me errors!
« Reply #2 on: April 08, 2013, 11:25:21 AM »

all there, the strange thing is, when i reverted back to an older back-up copy it gave the same error, while it was workign just fine before!
Logged