Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- // Hey, that tickles! Hehehe!
- Time: 10/30/14 10:57 PM
- Description: Exception in server tick loop
- cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/entity/RenderBiped
- at cpw.mods.fml.common.LoadController.transition(LoadController.java:162)
- at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:515)
- at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:88)
- 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.NoClassDefFoundError: net/minecraft/client/renderer/entity/RenderBiped
- at cpw.mods.fml.client.registry.RenderingRegistry.addNewArmourRendererPrefix(RenderingRegistry.java:51)
- at com.Ruby.BlocksAndItems.RubyMod.initThings(RubyMod.java:62)
- at com.Ruby.BlocksAndItems.RubyMod.mainRegistry(RubyMod.java:35)
- at com.Ruby.main.mainRegistry.PreLoad(mainRegistry.java:46)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- 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:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- 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.preinitializeMods(Loader.java:513)
- ... 5 more
- Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.entity.RenderBiped
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
- at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
- ... 36 more
- Caused by: java.lang.RuntimeException: Attempted to load class bnw for invalid side SERVER
- at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50)
- at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
- at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
- ... 38 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: Windows 8 (amd64) version 6.2
- Java Version: 1.7.0_71, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 404204376 bytes (385 MB) / 463994880 bytes (442 MB) up to 954728448 bytes (910 MB)
- JVM Flags: 1 total; -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.1230 Minecraft Forge 10.13.2.1230 4 mods loaded, 4 mods active
- mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
- FML{7.10.85.1230} [Forge Mod Loader] (forge-1.7.10-10.13.2.1230-universal.jar) Unloaded->Constructed->Pre-initialized
- Forge{10.13.2.1230} [Minecraft Forge] (forge-1.7.10-10.13.2.1230-universal.jar) Unloaded->Constructed->Pre-initialized
- Ruby Mod{1.7.2} [Ruby Mod] (modid-1.0.jar) Unloaded->Constructed->Errored
- 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