-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1.12.2] [FTB Presents Stoneblock 2] java.lang.NoClassDefFoundError #107
Comments
Please have a look in the actual log (not the crash report) if Forge logs an error about embedded libraries. Or post the log. |
I have the same problem: |
You are not using an official Forge release, are you? |
I'm using Twitch Launcher which starts Mojang Launcher |
Same problem for me when trying to depend on the mod in a developer environment: |
Mahtaran, you are running a dev env. Forge does not automatically extract embedded jars from dependencies on the classpath (complain to them if you want), so you need to extract those and put them into your run/mods folder manually. |
Oh wow, that is dumb. Seems to work now. Thanks! |
With Forge 2838 on Twitch Launcher and Ender IO 5.1.51 works very well |
I'm having the same error when requriing endercore and enderio in a dev env, how exactly did you fix it? I've tried adding it to build.gradle like so
|
You open the endercore jar file and extract the embedded core-core jar file that is in there in the meta-inf folder (I think it's there) into your mods folder. |
Crash when loading FTB Presents Stoneblock 2 (MC 1.12.2) during startup
Game successfully started next launch. Reported as the game told me too (VanilaFix)
Full log https://paste.dimdev.org/kabiruxasi.mccrash
The text was updated successfully, but these errors were encountered: