MnHebi / SEEKER_UC

Venturing in the dark outreaches of the Persean Sector is a pathway to salvaging ships with many abilities, some considered to be unnatural.
Other
1 stars 0 forks source link

Issue with SKR_modPlugin #1

Closed BardezAnAvatar closed 2 months ago

BardezAnAvatar commented 2 months ago

Trying to enable Seeker, using latest here for 0.97a (Version 0.5.7M)

After the launcher splash screen enabling Seeker, the Starsector loading bar will get to full, then I get a crash:

Fatal: Error loading [data.scripts.SKR_modPlugin] Cause: data.scripts.SKR_modPlugin
Check starsector.log for more info

log:

    at com.fs.starfarer.loading.scripts.ScriptStore$3.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: data.scripts.SKR_modPlugin
   at org.codehaus.janino.JavaSourceClassLoader.findClass(JaveSourceClassLoader.java:179)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   at java.lang.ClassLoader.loadClass(Unknown Source)
   ... 2 more
MnHebi commented 2 months ago

Please provide the whole log. I assume this is somekind of case sentivity issue.

BardezAnAvatar commented 2 months ago

It is. mod_info.json references jar/SEEKER.jar, archive contains jar/seeker.jar

MnHebi commented 2 months ago

Thanks, I'll fix that in the next version, in the meantime you can just edit modinfo.

MnHebi commented 2 months ago

Recompiled, release updated. Bug fixed.