java.lang.NoClassDefFoundError: Could not initialize class mcp.mobius.waila.api.SpecialChars
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via bitbucket.org by Unknown author, 1 year ago
java.lang.NoClassDefFoundError: Could not initialize class mcp.mobius.waila.api.SpecialChars
at mcp.mobius.waila.overlay.Tooltip.
(Tooltip.java:110) at mcp.mobius.waila.overlay.Tooltip.
(Tooltip.java:99) at mcp.mobius.waila.overlay.WailaTickHandler.tickClient(WailaTickHandler.java:99)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_22_WailaTickHandler_tickClient_ClientTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:54)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:138)
at cpw.mods.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:325)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1587)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:973)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:898)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)