Advertisement
Guest User

Untitled

a guest
May 20th, 2016
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.81 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // My bad.
  3.  
  4. Time: 21.05.16 01:32
  5. Description: Initializing game
  6.  
  7. java.lang.NoClassDefFoundError: net/minecraftforge/fml/client/GuiIngameModOptions
  8. at com.alberyjones.furbymania.FurbyManiaEventHandler.onEvent(FurbyManiaEventHandler.java:25)
  9. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_9_FurbyManiaEventHandler_onEvent_GuiOpenEvent.invoke(.dynamic)
  10. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:55)
  11. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  12. at net.minecraft.client.Minecraft.func_147108_a(Minecraft.java:912)
  13. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:501)
  14. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
  15. at net.minecraft.client.main.Main.main(SourceFile:120)
  16. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  18. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  19. at java.lang.reflect.Method.invoke(Method.java:483)
  20. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  21. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  22. Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.client.GuiIngameModOptions
  23. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
  24. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  25. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  26. ... 14 more
  27. Caused by: java.lang.NullPointerException
  28. at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
  29. ... 16 more
  30.  
  31.  
  32. A detailed walkthrough of the error, its code path and all known details is as follows:
  33. ---------------------------------------------------------------------------------------
  34.  
  35. -- Head --
  36. Stacktrace:
  37. at com.alberyjones.furbymania.FurbyManiaEventHandler.onEvent(FurbyManiaEventHandler.java:25)
  38. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_9_FurbyManiaEventHandler_onEvent_GuiOpenEvent.invoke(.dynamic)
  39. at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:55)
  40. at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:140)
  41. at net.minecraft.client.Minecraft.func_147108_a(Minecraft.java:912)
  42. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:501)
  43.  
  44. -- Initialization --
  45. Details:
  46. Stacktrace:
  47. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
  48. at net.minecraft.client.main.Main.main(SourceFile:120)
  49. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  50. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  51. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  52. at java.lang.reflect.Method.invoke(Method.java:483)
  53. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  54. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  55.  
  56. -- System Details --
  57. Details:
  58. Minecraft Version: 1.8
  59. Operating System: Windows 8.1 (amd64) version 6.3
  60. Java Version: 1.8.0_25, Oracle Corporation
  61. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  62. Memory: 308754272 bytes (294 MB) / 923795456 bytes (881 MB) up to 5726797824 bytes (5461 MB)
  63. JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx6144m -Xms256m -XX:PermSize=256m
  64. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  65. FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.4.1577 4 mods loaded, 4 mods active
  66. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  67. UCHIJA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  68. UCHIJA FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.4.1577.jar)
  69. UCHIJA Forge{11.14.4.1577} [Minecraft Forge] (forge-1.8-11.14.4.1577.jar)
  70. UCHIJA furbymania{1.0.6} [Furby Mania] (furbymania-1.8-1.0.6.jar)
  71. Loaded coremods (and transformers):
  72. GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 352.86' Renderer: 'GeForce GTX 750 Ti/PCIe/SSE2'
  73. Launched Version: forge-11.14.4.1577
  74. LWJGL: 2.9.1
  75. OpenGL: GeForce GTX 750 Ti/PCIe/SSE2 GL version 4.5.0 NVIDIA 352.86, NVIDIA Corporation
  76. GL Caps: Using GL 1.3 multitexturing.
  77. Using GL 1.3 texture combiners.
  78. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  79. Shaders are available because OpenGL 2.1 is supported.
  80. VBOs are available because OpenGL 1.5 is supported.
  81.  
  82. Using VBOs: No
  83. Is Modded: Definitely; Client brand changed to 'fml,forge'
  84. Type: Client (map_client.txt)
  85. Resource Packs: []
  86. Current Language: English (US)
  87. Profiler Position: N/A (disabled)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement