Advertisement
BarelyAmelia86

NullPointerException with VoxelMenu and Forge

Oct 7th, 2014
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // You should try our sister game, Minceraft!
  3.  
  4. Time: 10/7/14 12:27 PM
  5. Description: Unexpected error
  6.  
  7. java.lang.NullPointerException: Unexpected error
  8. at com.thevoxelbox.voxelmenu.VoxelMenuModCore.onTick(VoxelMenuModCore.java:362)
  9. at com.mumfrey.liteloader.client.ClientEvents.onTick(ClientEvents.java:665)
  10. at com.mumfrey.liteloader.client.CallbackProxyClient.onTick(CallbackProxyClient.java:146)
  11. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:990)
  12. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
  13. at net.minecraft.client.main.Main.main(SourceFile:148)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  17. at java.lang.reflect.Method.invoke(Method.java:606)
  18. at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
  19. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  20.  
  21.  
  22. A detailed walkthrough of the error, its code path and all known details is as follows:
  23. ---------------------------------------------------------------------------------------
  24.  
  25. -- System Details --
  26. Details:
  27. Minecraft Version: 1.7.10
  28. Operating System: Linux (amd64) version 3.13.0-35-generic
  29. Java Version: 1.7.0_67, Oracle Corporation
  30. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  31. Memory: 595185880 bytes (567 MB) / 1024458752 bytes (977 MB) up to 9544663040 bytes (9102 MB)
  32. JVM Flags: 2 total; -Xmx10240m -XX:MaxPermSize=256m
  33. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  34. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  35. FML: MCP v9.05 FML v7.10.18.1180 Minecraft Forge 10.13.0.1180 7 mods loaded, 7 mods active
  36. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded
  37. FML{7.10.18.1180} [Forge Mod Loader] (modpack.jar) Unloaded
  38. Forge{10.13.0.1180} [Minecraft Forge] (modpack.jar) Unloaded
  39. bspkrsCore{6.14} [bspkrsCore] ([1.7.10]bspkrsCore-universal-6.14.jar) Unloaded
  40. ForgeMicroblock{1.1.0.309} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.0.309-universal.jar) Unloaded
  41. ForgeMultipart{1.1.0.309} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.0.309-universal.jar) Unloaded
  42. McMultipart{1.1.0.309} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.0.309-universal.jar) Unloaded
  43. Launched Version: 1.7.10
  44. LWJGL: 2.9.1
  45. OpenGL: Gallium 0.4 on NVC1 GL version 3.0 Mesa 10.1.3, nouveau
  46. GL Caps: Using GL 1.3 multitexturing.
  47. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  48. Anisotropic filtering is supported and maximum anisotropy is 16.
  49. Shaders are available because OpenGL 2.1 is supported.
  50.  
  51. Is Modded: Definitely; Client brand changed to 'fml,forge'
  52. Type: Client (map_client.txt)
  53. Resource Packs: []
  54. Current Language: English (US)
  55. Profiler Position: N/A (disabled)
  56. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  57. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement