nupanick

Untitled

Mar 16th, 2014
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.73 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Would you like a cupcake?
  3.  
  4. Time: 3/16/14 6:26 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.IllegalAccessError: tried to access field net.minecraft.block.Block.field_149782_v from class info.jbcs.minecraft.chisel.CarvableHelper
  8. at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
  9. at cpw.mods.fml.common.Loader.loadMods(Loader.java:497)
  10. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:201)
  11. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:498)
  12. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:853)
  13. at net.minecraft.client.main.Main.main(SourceFile:103)
  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. Caused by: java.lang.IllegalAccessError: tried to access field net.minecraft.block.Block.field_149782_v from class info.jbcs.minecraft.chisel.CarvableHelper
  21. at info.jbcs.minecraft.chisel.CarvableHelper.register(CarvableHelper.java:270)
  22. at info.jbcs.minecraft.chisel.Chisel.preInit(Chisel.java:271)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  26. at java.lang.reflect.Method.invoke(Method.java:606)
  27. at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
  28. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  29. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  30. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  31. at java.lang.reflect.Method.invoke(Method.java:606)
  32. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  33. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
  34. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  35. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  36. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  37. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:209)
  38. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:188)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  41. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  42. at java.lang.reflect.Method.invoke(Method.java:606)
  43. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  44. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:47)
  45. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
  46. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  47. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  48. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  49. at cpw.mods.fml.common.Loader.loadMods(Loader.java:495)
  50. ... 10 more
  51.  
  52.  
  53. A detailed walkthrough of the error, its code path and all known details is as follows:
  54. ---------------------------------------------------------------------------------------
  55.  
  56. -- System Details --
  57. Details:
  58. Minecraft Version: 1.7.2
  59. Operating System: Linux (amd64) version 3.11.0-12-generic
  60. Java Version: 1.7.0_51, Oracle Corporation
  61. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  62. Memory: 57388544 bytes (54 MB) / 339214336 bytes (323 MB) up to 954728448 bytes (910 MB)
  63. JVM Flags: 1 total; -Xmx1G
  64. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  65. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  66. FML: MCP v9.01-pre FML v7.2.129.1047 Minecraft Forge 10.12.0.1047 5 mods loaded, 5 mods active
  67. mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  68. FML{7.2.129.1047} [Forge Mod Loader] (forge-1.7.2-10.12.0.1047.jar) Unloaded->Constructed->Pre-initialized
  69. Forge{10.12.0.1047} [Minecraft Forge] (forge-1.7.2-10.12.0.1047.jar) Unloaded->Constructed->Pre-initialized
  70. asielib{0.1.7} [asielib] (AsieLib-0.1.7.jar) Unloaded->Constructed->Pre-initialized
  71. chisel{1.5.1} [Chisel] (chisel-1.5.1.jar) Unloaded->Constructed->Errored
Advertisement
Add Comment
Please, Sign In to add comment