1
Mods / Re: [0.97a] Content Unlocking Missions 1.14
« on: February 25, 2024, 11:06:47 AM »
The Patreon link appears to still download 1.13, not the new 1.14 version. Only the direct download from Github has the new 1.14 version.
Starsector 0.97a is out! (02/02/24); New blog post: Anubis-class Cruiser (12/20/24)
21294 [Thread-3] ERROR com.fs.starfarer.combat.CombatMain - java.lang.RuntimeException: Error loading [data.missions.afistfulofcredits.MissionDefinition]The key seems to be the pickPortrait line, and it crashes after this so I can't tell you if there are issues with the other missions or not.
java.lang.RuntimeException: Error loading [data.missions.afistfulofcredits.MissionDefinition]
at com.fs.starfarer.loading.scripts.ScriptStore$3.run(Unknown Source)
at java.lang.Thread.run(Thread.java:750)
Caused by: java.lang.ClassNotFoundException: File 'data/missions/afistfulofcredits/MissionDefinition.java', Line 68, Column 72: A method named "pickPortrait" is not declared in any enclosing class nor any supertype, nor through a static import
at org.codehaus.janino.JavaSourceClassLoader.generateBytecodes(JavaSourceClassLoader.java:226)
at org.codehaus.janino.JavaSourceClassLoader.findClass(JavaSourceClassLoader.java:178)
at java.lang.ClassLoader.loadClass(ClassLoader.java:419)
at java.lang.ClassLoader.loadClass(ClassLoader.java:352)
... 2 more