OpenModularTurretsTeam / OpenModularPassiveDefense

GNU General Public License v3.0
2 stars 2 forks source link

OMLIB compatibility #22

Closed LemADEC closed 5 years ago

LemADEC commented 5 years ago

Recent versions of OMPD and OMLIB are incompatible and will crash at boot. The closest compatible versions found so far are omlib-1.12.2-3.0.1-162 with ompd-1.12.2-3.0.0-36. More recent versions up to omlib-1.12.2-3.1.0-208 and ompd-1.12.2-3.1.0-49 all seem to reproduce the issue.

Keridos commented 5 years ago

Can you please link a crash report for this?

LemADEC commented 5 years ago

It seems related to TheOneProbe API:

Caused by: java.lang.ClassNotFoundException: omtteam.ompd.blocks.BlockCamoTrap
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 44 more
Caused by: java.lang.NoClassDefFoundError: omtteam/omlib/compatibility/theoneprobe/TOPInfoModifier
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(Unknown Source)
    at java.security.SecureClassLoader.defineClass(Unknown Source)
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
    ... 46 more
Caused by: java.lang.ClassNotFoundException: omtteam.omlib.compatibility.theoneprobe.TOPInfoModifier
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 50 more
Caused by: java.lang.NullPointerException
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
    ... 52 more

https://gist.github.com/LemADEC/a21a42ada78e107aa8d4f080d7d0897a

SamboyCoding commented 5 years ago

Can confirm I'm encountering this too https://paste.dimdev.org/duqaxaluhu.mccrash

LemADEC commented 5 years ago

Any update on this?

Keridos commented 5 years ago

Not yet, I have been very busy IRL, updates on this might take a few more weeks, sorry

Keridos commented 5 years ago

Fixed