Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- // Don't do that.
- Time: 7/2/19 11:51 PM
- Description: Exception in server tick loop
- java.lang.NoClassDefFoundError: net/minecraft/client/renderer/entity/Render
- at mod.mcreator.nchemfourhalf.<init>(nchemfourhalf.java:45)
- at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
- at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
- at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
- at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
- at java.lang.Class.newInstance(Class.java:442)
- at cpw.mods.fml.common.ILanguageAdapter$JavaAdapter.getNewInstance(ILanguageAdapter.java:173)
- at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:486)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
- at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
- at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
- at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
- at com.google.common.eventbus.EventBus.post(EventBus.java:275)
- at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
- at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:498)
- at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
- at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
- at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
- at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
- at com.google.common.eventbus.EventBus.post(EventBus.java:275)
- at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
- at cpw.mods.fml.common.Loader.loadMods(Loader.java:492)
- at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87)
- at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:314)
- at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:117)
- at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:387)
- at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)
- Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.entity.Render
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
- ... 35 more
- Caused by: java.lang.NullPointerException
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
- ... 37 more
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- System Details --
- Details:
- Minecraft Version: 1.7.10
- Operating System: Linux (amd64) version 2.6.32-042stab138.1
- Java Version: 1.8.0_111, Oracle Corporation
- Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 727971184 bytes (694 MB) / 1037959168 bytes (989 MB) up to 1037959168 bytes (989 MB)
- JVM Flags: 2 total; -Xincgc -Xmx1024M
- AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
- IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
- FML: MCP v9.05 FML v7.10.85.1291 Minecraft Forge 10.13.2.1291 11 mods loaded, 11 mods active
- mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
- FML{7.10.85.1291} [Forge Mod Loader] (server.jar) Unloaded->Constructed
- Forge{10.13.2.1291} [Minecraft Forge] (server.jar) Unloaded->Constructed
- nchemfourhalf{1.0.0} [nchemfourhalf] (N Chem 4.5.jar) Unloaded
- nchemfour{1.0.0} [nchemfour] (N Chem 4.jar) Unloaded
- nthingsthree{1.0.0} [nthingsthree] (N Things 3 (Finally Version).jar) Unloaded
- nthingsfivefive{1.0.0} [nthingsfivefive] (N Things 5.5.jar) Unloaded
- nwtffive{1.0.0} [nwtffive] (N Wtf 5.jar) Unloaded
- nnthingssix{1.0.0} [nnthingssix] (NN THINGS 6.jar) Unloaded
- nthings{1.0.0} [nthings] (NThings.jar) Unloaded
- nthingstwo{1.0.0} [nthingstwo] (NThings2.jar) Unloaded
- Profiler Position: N/A (disabled)
- Is Modded: Definitely; Server brand changed to 'fml,forge'
- Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement