Crash caused by missing class
Sunconure11 opened this issue ยท 12 comments
Can you send a full log? This can only happen if the contained core jar does not get extracted, which it definitely should.
I am no longer able to reproduce it. Instead, I'm getting an unrelated crash on my server.
I have the same problem in the eclipse testing environment. Here is the log: https://pastebin.com/tLkXBhMT
@eehunter How are you including LLibrary as a dep?
here is build.gradle: https://pastebin.com/waKzAL3c
Including LLibrary as a jar like that won't properly work within a dev environment. Yo could either use the dev jar or compile with a proper gradle dependency like: deobfCompile 'net.ilexiconn:llibrary:1.7.17-1.12.2'