BronyModPack NoClassDefFoundError

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

Kazuomemento

New Member
Jul 29, 2019
3
0
0
I noticed that the pastebin wasn't working. so I'll try this.
LWJGL Version: 2.4.2
[Mine Little Pony] Checking compatibilities...
[Mine Little Pony] Checking Modloader...
[Mine Little Pony] Checking ForgeAPI...
[Mine Little Pony] Checking SpoutCraft...
[Mine Little Pony] Compatibility Check Done!
Exception in thread "Minecraft main thread" java.lang.NoClassDefFoundError: com/mumfrey/liteloader/core/LiteLoader
at bch.<clinit>(RenderLightningBolt.java:14)
at bbu.<init>(SourceFile:104)
at bbu.<clinit>(SourceFile:31)
at net.minecraft.client.Minecraft.a(SourceFile:259)
at asq.a(SourceFile:56)
at net.minecraft.client.Minecraft.run(SourceFile:515)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: com.mumfrey.liteloader.core.LiteLoader
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 7 more

That's the error portion right there. I hope it helps.
 

Beanobrad2009

New Member
Jul 29, 2019
1
0
0
I found a fix. Make a empty folder on your desktop called 'LiteLoader' and put it in (Modpack)/instmods/liteloader/com/mumfrey/liteloader/core/and place it here.
Hope this helps. If not I will try and give you a more detailed explanation.
 

Kazuomemento

New Member
Jul 29, 2019
3
0
0
I'm having a little trouble since everything after instmods is in the liteloader zip file, should I unzip it then ad it?
 
Status
Not open for further replies.