I can't get this mod to work -- I'm having a lot of mod errors (outside of libraries) in general, but this is the mod that I want to get working the most!
From the logfile:
15589 [Thread-3] ERROR com.fs.starfarer.loading.ShipHullSpreadsheetLoader - Ship hull spec [flare] not found in ship_data.csv
19300 [Thread-3] ERROR com.fs.starfarer.combat.CombatMain - java.lang.NoClassDefFoundError: com/fs/starfarer/api/campaign/CustomVisualDialogDelegate
java.lang.NoClassDefFoundError: com/fs/starfarer/api/campaign/CustomVisualDialogDelegate
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
at java.lang.Class.getConstructor0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at com.fs.starfarer.campaign.rules.A.getCommandClass(Unknown Source)
at com.fs.starfarer.campaign.rules.A.<init>(Unknown Source)
at com.fs.starfarer.campaign.rules.Rules.o00000(Unknown Source)
at com.fs.starfarer.loading.SpecStore.ÓO0000(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.o00000(Unknown Source)
at com.fs.starfarer.StarfarerLauncher$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com.fs.starfarer.api.campaign.CustomVisualDialogDelegate
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 14 more
17913 [Thread-3] ERROR com.fs.starfarer.combat.CombatMain - java.lang.NoClassDefFoundError: com/fs/starfarer/api/campaign/CustomVisualDialogDelegate
java.lang.NoClassDefFoundError: com/fs/starfarer/api/campaign/CustomVisualDialogDelegate
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
at java.lang.Class.getConstructor0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at com.fs.starfarer.campaign.rules.A.getCommandClass(Unknown Source)
at com.fs.starfarer.campaign.rules.A.<init>(Unknown Source)
at com.fs.starfarer.campaign.rules.Rules.o00000(Unknown Source)
at com.fs.starfarer.loading.SpecStore.ÓO0000(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.o00000(Unknown Source)
at com.fs.starfarer.StarfarerLauncher$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com.fs.starfarer.api.campaign.CustomVisualDialogDelegate
at java.net.URLClassLoader$1.run(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 14 more
These are coming from a grep through the log file; it's like 4 mb and these aren't the last things in it. The last several hundred (thousand?) entries in the log are all:
19342 [Thread-6] INFO com.fs.starfarer.loading.scripts.ScriptStore - Class [com.fs.starfarer.api.impl.campaign.rulecmd.AdjustRepActivePerson] already loaded (perhaps from jar file, or due to a reference from another class), skipping compilation.
I'm running windows 10, i5-9600, RTX2070, 64 GB RAM. JRE in the game folder supports 64 bit. All the mods are marked rev 6 and I'm on SS rev 12; was there some breaking change in one of the revisions between 6 and 12?
edit to add:The game doesn't load to menu when the mod is running. The error window pops up with:
Fatal: com/fs/starfarer/api/campain/CustomVisualDialogDelegate
Cause: com.fs.starfarer.api.campaign.CustomVisualDialogDelegate
Check starsector.log for more info