LLibrary

LLibrary

67M Downloads

Crash caused by missing class

Sunconure11 opened this issue ยท 12 comments

commented

Can you send a full log? This can only happen if the contained core jar does not get extracted, which it definitely should.

commented

I'll try shortly, I'm trying some things to deal with an unrelated bug.

commented

Unfortunately, I lost said log, as I tried to test something else.

commented

Are you unable to reproduce it? If so, I'll close this issue.

commented

I am no longer able to reproduce it. Instead, I'm getting an unrelated crash on my server.

Shadows-of-Fire/Plants#109

commented

I have the same problem in the eclipse testing environment. Here is the log: https://pastebin.com/tLkXBhMT

commented

@eehunter How are you including LLibrary as a dep?

commented

here is build.gradle: https://pastebin.com/waKzAL3c

commented

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'

commented

As far as I know, no. IaF isn't hosted on any maven.

commented

Thank you. Also, is there an easy way to do the same with ice and fire?

commented

never mind, that works normally