Advertisement
Mr_Thomson

First Mod Crash 1.6.4 Help Needed

Oct 13th, 2013
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 4.49 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Sorry :(
  3.  
  4. Time: 10/13/13 1:48 AM
  5. Description: There was a severe problem during mod loading that has caused the game to fail
  6.  
  7. cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: com.Richard.designerblocks.ClientProxy
  8.     at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:75)
  9.     at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:524)
  10.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  11.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  12.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  13.     at java.lang.reflect.Method.invoke(Method.java:597)
  14.     at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  15.     at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  16.     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  17.     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  18.     at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  19.     at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:194)
  20.     at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:174)
  21.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  22.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  23.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  24.     at java.lang.reflect.Method.invoke(Method.java:597)
  25.     at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  26.     at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  27.     at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  28.     at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  29.     at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  30.     at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:105)
  31.     at cpw.mods.fml.common.Loader.loadMods(Loader.java:510)
  32.     at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
  33.     at net.minecraft.client.Minecraft.startGame(Minecraft.java:473)
  34.     at net.minecraft.client.Minecraft.run(Minecraft.java:808)
  35.     at net.minecraft.client.main.Main.main(Main.java:93)
  36.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  37.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  38.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  39.     at java.lang.reflect.Method.invoke(Method.java:597)
  40.     at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  41.     at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  42. Caused by: java.lang.ClassNotFoundException: com.Richard.designerblocks.ClientProxy
  43.     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
  44.     at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
  45.     at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
  46.     at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:61)
  47.     at java.lang.Class.forName0(Native Method)
  48.     at java.lang.Class.forName(Class.java:249)
  49.     at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:58)
  50.     ... 33 more
  51. Caused by: java.lang.NullPointerException
  52.     at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
  53.     ... 39 more
  54.  
  55.  
  56. A detailed walkthrough of the error, its code path and all known details is as follows:
  57. ---------------------------------------------------------------------------------------
  58.  
  59. -- System Details --
  60. Details:
  61.     Minecraft Version: 1.6.4
  62.     Operating System: Mac OS X (x86_64) version 10.8.5
  63.     Java Version: 1.6.0_51, Apple Inc.
  64.     Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Apple Inc.
  65.     Memory: 959958504 bytes (915 MB) / 1065025536 bytes (1015 MB) up to 1065025536 bytes (1015 MB)
  66.     JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  67.     AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  68.     Suspicious classes: FML and Forge are installed
  69.     IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  70.     FML: MCP v8.11 FML v6.4.25.923 Minecraft Forge 9.11.1.923 4 mods loaded, 4 mods active
  71.     mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
  72.     FML{6.4.25.923} [Forge Mod Loader] (bin) Unloaded->Constructed
  73.     Forge{9.11.1.923} [Minecraft Forge] (bin) Unloaded->Constructed
  74.     designerblocks{0.1} [Designer Blocks] (bin) Unloaded->Errored
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement