Advertisement
Guest User

crash-2014-09-23_21.15.27-client

a guest
Sep 23rd, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.55 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // This is a token for 1 free hug. Redeem at your nearest Mojangsta: [~~HUG~~]
  3.  
  4. Time: 9/23/14 9:15 PM
  5. Description: Initializing game
  6.  
  7. java.lang.RuntimeException: java.io.FileNotFoundException: D:\MultiMC\instances\1.6.4 Test\minecraft\config\ChickenChunks.cfg (Der Vorgang ist bei einer Datei mit einem geöffneten Bereich, der einem Benutzer zugeordnet ist, nicht anwendbar)
  8. at codechicken.lib.config.ConfigFile.saveConfig(ConfigFile.java:134)
  9. at codechicken.lib.config.ConfigTag.saveConfig(ConfigTag.java:30)
  10. at codechicken.lib.config.ConfigTag.saveConfig(ConfigTag.java:30)
  11. at codechicken.lib.config.ConfigTag.setValue(ConfigTag.java:45)
  12. at codechicken.lib.config.ConfigTag.setIntValue(ConfigTag.java:59)
  13. at codechicken.lib.config.ConfigTag.getIntValue(ConfigTag.java:100)
  14. at codechicken.chunkloader.ChunkLoaderProxy.init(ChunkLoaderProxy.java:22)
  15. at codechicken.chunkloader.ChunkLoaderClientProxy.init(ChunkLoaderClientProxy.java:19)
  16. at codechicken.chunkloader.ChickenChunks.init(ChickenChunks.java:43)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  18. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  19. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  20. at java.lang.reflect.Method.invoke(Unknown Source)
  21. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)
  22. at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
  23. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  24. at java.lang.reflect.Method.invoke(Unknown Source)
  25. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  26. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  27. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  28. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  29. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  30. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  31. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  32. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  34. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  35. at java.lang.reflect.Method.invoke(Unknown Source)
  36. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  37. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  38. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  39. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  40. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  41. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  42. at cpw.mods.fml.common.Loader.initializeMods(Loader.java:699)
  43. at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:249)
  44. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:509)
  45. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
  46. at net.minecraft.client.main.Main.main(SourceFile:101)
  47. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  48. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  49. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  50. at java.lang.reflect.Method.invoke(Unknown Source)
  51. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  52. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  53. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  54. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  55. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  56. at java.lang.reflect.Method.invoke(Unknown Source)
  57. at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:286)
  58. at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:376)
  59. at org.multimc.EntryPoint.listen(EntryPoint.java:165)
  60. at org.multimc.EntryPoint.main(EntryPoint.java:54)
  61. Caused by: java.io.FileNotFoundException: D:\MultiMC\instances\1.6.4 Test\minecraft\config\ChickenChunks.cfg (Der Vorgang ist bei einer Datei mit einem geöffneten Bereich, der einem Benutzer zugeordnet ist, nicht anwendbar)
  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. ... 52 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement