Advertisement
Guest User

Crash Report

a guest
Jun 25th, 2014
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.24 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Oops.
  3.  
  4. Time: 6/25/14 6:50 PM
  5. Description: There was a severe problem during mod loading that has caused the game to fail
  6.  
  7. cpw.mods.fml.common.LoaderException: java.lang.ExceptionInInitializerError
  8. at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)
  9. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:705)
  10. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
  11. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
  12. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
  13. at net.minecraft.client.main.Main.main(SourceFile:101)
  14. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  15. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  16. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  17. at java.lang.reflect.Method.invoke(Unknown Source)
  18. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  19. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  20. Caused by: java.lang.ExceptionInInitializerError
  21. at codechicken.nei.api.API.addKeyBind(API.java:243)
  22. at mcp.mobius.waila.client.ConfigKeyHandler.<init>(ConfigKeyHandler.java:64)
  23. at mcp.mobius.waila.client.ProxyClient.registerHandlers(ProxyClient.java:75)
  24. at mcp.mobius.waila.Waila.postInit(Waila.java:77)
  25. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  27. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  28. at java.lang.reflect.Method.invoke(Unknown Source)
  29. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
  30. at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
  31. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  32. at java.lang.reflect.Method.invoke(Unknown Source)
  33. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  34. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  35. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  36. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  37. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  38. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  39. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  41. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  42. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  43. at java.lang.reflect.Method.invoke(Unknown Source)
  44. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  45. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  46. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  47. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  48. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  49. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  50. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:704)
  51. ... 10 more
  52. Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: C:\Users\Owner\Downloads\FTB New\Direwolf20_1_6_4\minecraft\config\NEI.cfg (The requested operation cannot be performed on a file with a user-mapped section open)
  53. at codechicken.lib.config.ConfigFile.saveConfig(ConfigFile.java:134)
  54. at codechicken.lib.config.ConfigTag.saveConfig(ConfigTag.java:30)
  55. at codechicken.lib.config.ConfigTag.saveConfig(ConfigTag.java:30)
  56. at codechicken.lib.config.ConfigTagParent.setComment(ConfigTagParent.java:70)
  57. at codechicken.lib.config.ConfigTag.setComment(ConfigTag.java:234)
  58. at codechicken.nei.NEIClientConfig.setDefaults(NEIClientConfig.java:102)
  59. at codechicken.nei.NEIClientConfig.<clinit>(NEIClientConfig.java:78)
  60. ... 40 more
  61. Caused by: java.io.FileNotFoundException: C:\Users\Owner\Downloads\FTB New\Direwolf20_1_6_4\minecraft\config\NEI.cfg (The requested operation cannot be performed on a file with a user-mapped section open)
  62. at java.io.FileOutputStream.open(Native Method)
  63. at java.io.FileOutputStream.<init>(Unknown Source)
  64. at java.io.FileOutputStream.<init>(Unknown Source)
  65. at java.io.PrintWriter.<init>(Unknown Source)
  66. at codechicken.lib.config.ConfigFile.saveConfig(ConfigFile.java:130)
  67. ... 46 more
  68.  
  69.  
  70. A detailed walkthrough of the error, its code path and all known details is as follows:
  71. ---------------------------------------------------------------------------------------
  72.  
  73. -- System Details --
  74. Details:
  75. Minecraft Version: 1.6.4
  76. Operating System: Windows 7 (amd64) version 6.1
  77. Java Version: 1.7.0, Oracle Corporation
  78. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  79. Memory: 273958288 bytes (261 MB) / 1144389632 bytes (1091 MB) up to 1431699456 bytes (1365 MB)
  80. JVM Flags: 3 total; -Xms256M -Xmx1536M -XX:PermSize=256m
  81. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  82. Suspicious classes: FML and Forge are installed
  83. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  84. FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 142 mods loaded, 142 mods active
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement