Advertisement
Guest User

Crash Report

a guest
Nov 9th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Hey, that tickles! Hehehe!
  3.  
  4. Time: 11/9/13 4:56 PM
  5. Description: Unexpected error
  6.  
  7. java.lang.NullPointerException
  8. at noppes.mpm.client.ClientKeyHandler.keyUp(ClientKeyHandler.java:42)
  9. at cpw.mods.fml.client.registry.KeyBindingRegistry$KeyHandler.keyTick(KeyBindingRegistry.java:129)
  10. at cpw.mods.fml.client.registry.KeyBindingRegistry$KeyHandler.tickEnd(KeyBindingRegistry.java:111)
  11. at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
  12. at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)
  13. at cpw.mods.fml.common.FMLCommonHandler.onPostClientTick(FMLCommonHandler.java:367)
  14. at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1970)
  15. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:910)
  16. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:838)
  17. at net.minecraft.client.main.Main.main(SourceFile:101)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  19. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  20. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  21. at java.lang.reflect.Method.invoke(Unknown Source)
  22. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  23. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  24.  
  25.  
  26. A detailed walkthrough of the error, its code path and all known details is as follows:
  27. ---------------------------------------------------------------------------------------
  28.  
  29. -- System Details --
  30. Details:
  31. Minecraft Version: 1.6.4
  32. Operating System: Windows NT (unknown) (amd64) version 6.2
  33. Java Version: 1.6.0_20, Sun Microsystems Inc.
  34. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Sun Microsystems Inc.
  35. Memory: 129908392 bytes (123 MB) / 413990912 bytes (394 MB) up to 954466304 bytes (910 MB)
  36. JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
  37. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  38. Suspicious classes: FML and Forge are installed
  39. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  40. FML: MCP v8.11 FML v6.4.41.946 Minecraft Forge 9.11.1.946 4 mods loaded, 4 mods active
  41. mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
  42. FML{6.4.41.946} [Forge Mod Loader] (minecraftforge-9.11.1.946.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
  43. Forge{9.11.1.946} [Minecraft Forge] (minecraftforge-9.11.1.946.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
  44. moreplayermodels{2} [MorePlayerModels V2] (MorePlayerModels2_1.6.4.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
  45. Launched Version: 1.6.4-Forge9.11.1.946
  46. LWJGL: 2.9.0
  47. OpenGL: ATI Mobility Radeon HD 4200 Series GL version 3.3.11672 Compatibility Profile Context, ATI Technologies Inc.
  48. Is Modded: Definitely; Client brand changed to 'fml,forge'
  49. Type: Client (map_client.txt)
  50. Resource Pack: [1.6.2]_Dokucraft_TSC_Dark
  51. Current Language: English (US)
  52. Profiler Position: N/A (disabled)
  53. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement