net.minecraft.world.World: This exception has no message.
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
net.minecraft.world.World:
at me.nallar.javapatcher.mappings.MethodDescription.inClass(MethodDescription.java:173)
at me.nallar.javapatcher.patcher.Patcher$PatchMethodDescriptor.run(Patcher.java:390)
at me.nallar.javapatcher.patcher.Patcher$ClassPatchDescriptor.runPatches(Patcher.java:522)
at me.nallar.javapatcher.patcher.Patcher.patch(Patcher.java:212)
at me.nallar.modpatcher.ModPatcherTransformer.transformationHook(ModPatcherTransformer.java:86)
at me.nallar.modpatcher.ModPatcherTransformer$ClassTransformer.transform(ModPatcherTransformer.java:157)
at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at net.minecraft.client.main.Main.main(SourceFile:39)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)