Advertisement
Guest User

Untitled

a guest
May 3rd, 2014
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.34 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Don't be sad, have a hug! <3
  3.  
  4. Time: 5/3/14 4:03 PM
  5. Description: Unexpected error
  6.  
  7. java.lang.ExceptionInInitializerError
  8. at codechicken.nei.ClientHandler.tickEvent(ClientHandler.java:167)
  9. at cpw.mods.fml.common.eventhandler.ASMEventHandler_7_ClientHandler_tickEvent_RenderTickEvent.invoke(.dynamic)
  10. at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
  11. at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
  12. at cpw.mods.fml.common.FMLCommonHandler.onRenderTickEnd(FMLCommonHandler.java:336)
  13. at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:944)
  14. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:833)
  15. at net.minecraft.client.main.Main.main(SourceFile:103)
  16. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  18. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  19. at java.lang.reflect.Method.invoke(Unknown Source)
  20. at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
  21. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  22. Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: C:\Users\Peter\AppData\Roaming\.minecraft\config\NEI\client.cfg (The requested operation cannot be performed on a file with a user-mapped section open)
  23. at codechicken.lib.config.ConfigFile.saveConfig(ConfigFile.java:98)
  24. at codechicken.lib.config.ConfigTag.saveConfig(ConfigTag.java:30)
  25. at codechicken.lib.config.ConfigTag.useBraces(ConfigTag.java:258)
  26. at codechicken.nei.NEIClientConfig.setDefaults(NEIClientConfig.java:65)
  27. at codechicken.nei.NEIClientConfig.<clinit>(NEIClientConfig.java:58)
  28. ... 14 more
  29. Caused by: java.io.FileNotFoundException: C:\Users\Peter\AppData\Roaming\.minecraft\config\NEI\client.cfg (The requested operation cannot be performed on a file with a user-mapped section open)
  30. at java.io.FileOutputStream.open(Native Method)
  31. at java.io.FileOutputStream.<init>(Unknown Source)
  32. at java.io.FileOutputStream.<init>(Unknown Source)
  33. at java.io.PrintWriter.<init>(Unknown Source)
  34. at codechicken.lib.config.ConfigFile.saveConfig(ConfigFile.java:96)
  35. ... 18 more
  36.  
  37.  
  38. A detailed walkthrough of the error, its code path and all known details is as follows:
  39. ---------------------------------------------------------------------------------------
  40.  
  41. -- System Details --
  42. Details:
  43. Minecraft Version: 1.7.2
  44. Operating System: Windows 7 (x86) version 6.1
  45. Java Version: 1.7.0_51, Oracle Corporation
  46. Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
  47. Memory: 34129704 bytes (32 MB) / 160755712 bytes (153 MB) up to 518979584 bytes (494 MB)
  48. JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M
  49. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  50. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  51. FML: MCP v9.01-pre FML v7.2.156.1060 Minecraft Forge 10.12.1.1060 6 mods loaded, 6 mods active
  52. mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
  53. FML{7.2.156.1060} [Forge Mod Loader] (forge-1.7.2-10.12.1.1060.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
  54. Forge{10.12.1.1060} [Minecraft Forge] (forge-1.7.2-10.12.1.1060.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
  55. CodeChickenCore{1.0.0} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
  56. NotEnoughItems{1.0.1} [Not Enough Items] (NotEnoughItems-1.7.2-1.0.1-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
  57. DamageIndicatorsMod{3.1.1} [Damage Indicators] ([1.7.2]DamageIndicatorsMod-3.1.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available
  58. Launched Version: 1.7.2-Forge10.12.1.1060
  59. LWJGL: 2.9.0
  60. OpenGL: AMD Radeon HD 5450 GL version 4.2.12002 Compatibility Profile Context 9.12.0.0, ATI Technologies Inc.
  61. Is Modded: Definitely; Client brand changed to 'fml,forge'
  62. Type: Client (map_client.txt)
  63. Resource Packs: []
  64. Current Language: English (US)
  65. Profiler Position: N/A (disabled)
  66. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
  67. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement