Advertisement
Guest User

Untitled

a guest
Apr 11th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.11 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Who set us up the TNT?
  3. Time: 3/9/16 8:50 PM
  4. Description: There was a severe problem during mod loading that has caused the game to fail
  5. net.minecraftforge.fml.common.LoaderException: java.lang.ClassNotFoundException: jimbopanda12.test.proxy.ClientProxy
  6. at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:77)
  7. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:533)
  8. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  9. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  10. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  11. at java.lang.reflect.Method.invoke(Method.java:606)
  12. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  13. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  14. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  15. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  16. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  17. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  18. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  20. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  21. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  22. at java.lang.reflect.Method.invoke(Method.java:606)
  23. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  24. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  25. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  26. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  27. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  28. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  29. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:507)
  30. at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:214)
  31. at net.minecraft.client.Minecraft.startGame(Minecraft.java:446)
  32. at net.minecraft.client.Minecraft.run(Minecraft.java:356)
  33. at net.minecraft.client.main.Main.main(Main.java:117)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  35. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  36. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  37. at java.lang.reflect.Method.invoke(Method.java:606)
  38. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  39. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  42. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  43. at java.lang.reflect.Method.invoke(Method.java:606)
  44. at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
  45. at GradleStart.main(Unknown Source)
  46. Caused by: java.lang.ClassNotFoundException: jimbopanda12.test.proxy.ClientProxy
  47. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  48. at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
  49. at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
  50. at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:60)
  51. at java.lang.Class.forName0(Native Method)
  52. at java.lang.Class.forName(Class.java:274)
  53. at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:60)
  54. ... 39 more
  55. Caused by: java.lang.NullPointerException
  56. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  57. ... 45 more
  58. A detailed walkthrough of the error, its code path and all known details is as follows:
  59. ---------------------------------------------------------------------------------------
  60. -- System Details --
  61. Details:
  62. Minecraft Version: 1.8
  63. Operating System: Windows 8.1 (amd64) version 6.3
  64. Java Version: 1.7.0_75, Oracle Corporation
  65. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  66. Memory: 808039728 bytes (770 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)
  67. JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
  68. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  69. FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.4.1572 4 mods loaded, 4 mods active
  70. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  71. UC mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  72. UC FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.8-11.14.4.1572.jar)
  73. UC Forge{11.14.4.1572} [Minecraft Forge] (forgeSrc-1.8-11.14.4.1572.jar)
  74. UE tm{1.0} [Test Mod] (bin)
  75. Loaded coremods (and transformers):
  76. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 358.87' Renderer: 'GeForce GTX 960/PCIe/SSE2'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement