Guest User

Au secours!

a guest
Apr 15th, 2014
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.00 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Daisy, daisy...
  3.  
  4. Time: 15/04/14 23:47
  5. Description: Initializing game
  6.  
  7. java.lang.VerifyError: (class: net/meteor/common/MeteorsMod, method: onCrafting signature: (Lnet/minecraft/entity/player/CallableItemName;Lnet/minecraft/item/EnumToolMaterial;Lnet/minecraft/inventory/InventoryLargeChest;)V) Incompatible argument to function
  8. at java.lang.Class.forName0(Native Method)
  9. at java.lang.Class.forName(Unknown Source)
  10. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462)
  11. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  13. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  14. at java.lang.reflect.Method.invoke(Unknown Source)
  15. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  16. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  17. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  18. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  19. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  20. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  21. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  25. at java.lang.reflect.Method.invoke(Unknown Source)
  26. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  27. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  28. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  29. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  30. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  31. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  32. at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
  33. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
  34. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
  35. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
  36. at net.minecraft.client.main.Main.main(SourceFile:101)
  37. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  38. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  39. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  40. at java.lang.reflect.Method.invoke(Unknown Source)
  41. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  42. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  43.  
  44.  
  45. A detailed walkthrough of the error, its code path and all known details is as follows:
  46. ---------------------------------------------------------------------------------------
  47.  
  48. -- Head --
  49. Stacktrace:
  50. at java.lang.Class.forName0(Native Method)
  51. at java.lang.Class.forName(Unknown Source)
  52. at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:462)
  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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  58. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  59. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  60. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  61. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  62. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)
  63. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)
  64. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  65. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  66. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  67. at java.lang.reflect.Method.invoke(Unknown Source)
  68. at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
  69. at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
  70. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)
  71. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
  72. at com.google.common.eventbus.EventBus.post(EventBus.java:267)
  73. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)
  74. at cpw.mods.fml.common.Loader.loadMods(Loader.java:511)
  75. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)
  76. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:473)
  77.  
  78. -- Initialization --
  79. Details:
  80. Stacktrace:
  81. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:808)
  82. at net.minecraft.client.main.Main.main(SourceFile:101)
  83. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  84. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  85. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  86. at java.lang.reflect.Method.invoke(Unknown Source)
  87. at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)
  88. at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  89.  
  90. -- System Details --
  91. Details:
  92. Minecraft Version: 1.6.4
  93. Operating System: Windows 7 (amd64) version 6.1
  94. Java Version: 1.7.0_25, Oracle Corporation
  95. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  96. Memory: 219829360 bytes (209 MB) / 413597696 bytes (394 MB) up to 954466304 bytes (910 MB)
  97. JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G
  98. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  99. Suspicious classes: FML and Forge are installed
  100. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  101. FML: MCP v8.11 FML v6.4.49.965 Minecraft Forge 9.11.1.965 28 mods loaded, 28 mods active
  102. mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
  103. FML{6.4.49.965} [Forge Mod Loader] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed
  104. Forge{9.11.1.965} [Minecraft Forge] (minecraftforge-9.11.1.965.jar) Unloaded->Constructed
  105. CodeChickenCore{0.9.0.9} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed
  106. extendedEnchant{1.0.0} [Extended Enchanting] (minecraft.jar) Unloaded->Constructed
  107. Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed
  108. NotEnoughItems{1.6.1.9} [Not Enough Items] (NotEnoughItems 1.6.1.9.jar) Unloaded->Constructed
  109. DamageIndicatorsMod{2.9.2.3} [Damage Indicators] (1.6.4 DamageIndicatorsv2.9.2.3.zip) Unloaded->Constructed
  110. LumberJack{1.6.4b} [LumberJack] ([1.6.4][c][forge]LumberJack.zip) Unloaded->Constructed
  111. BuildCraft|Core{4.2.2} [BuildCraft] (buildcraft-A-1.6.4-4.2.2 (1).jar) Unloaded->Constructed
  112. BetterFurnaces{3.4} [Better Furnaces] ([1.6.4]BetterFurnacesV3.4.dev.zip) Unloaded->Constructed
  113. deconstruction{2.0.1} [The Deconstruction Mod] ([MC1.6.4]Deconstruction[v2.0.1] (1).jar) Unloaded->Constructed
  114. BuildCraft|Builders{4.2.2} [BC Builders] (buildcraft-A-1.6.4-4.2.2 (1).jar) Unloaded->Constructed
  115. BuildCraft|Energy{4.2.2} [BC Energy] (buildcraft-A-1.6.4-4.2.2 (1).jar) Unloaded->Constructed
  116. BuildCraft|Factory{4.2.2} [BC Factory] (buildcraft-A-1.6.4-4.2.2 (1).jar) Unloaded->Constructed
  117. BuildCraft|Transport{4.2.2} [BC Transport] (buildcraft-A-1.6.4-4.2.2 (1).jar) Unloaded->Constructed
  118. BuildCraft|Silicon{4.2.2} [BC Silicon] (buildcraft-A-1.6.4-4.2.2 (1).jar) Unloaded->Constructed
  119. jonessc_c2c{2.1.0.0} [Coal 2 Charcoal] (Coal_2_Charcoal_V2.1.0.0.zip) Unloaded->Constructed
  120. eplus{1.16.5b} [Enchanting Plus] (EnchantingPlus-1.16.5.zip) Unloaded->Constructed
  121. GalacticraftCore{2.0.11} [Galacticraft Core] (Galacticraft-1.6.4-2.0.11.978 (1).jar) Unloaded->Constructed
  122. GalacticraftMars{2.0.11} [Galacticraft Mars] (Galacticraft-Planets-1.6.4-2.0.11.978 (1).jar) Unloaded->Constructed
  123. inventorytweaks{1.56} [Inventory Tweaks] (InventoryTweaks-MC1.6.2-1.56-b77 (1).jar) Unloaded->Constructed
  124. meteors{2.11.1} [Falling Meteors] (Meteors Mod V2.11.1.zip) Unloaded
  125. iChunUtil{2.4.0} [iChunUtil] (util^iChunUtil2.4.0 (1).zip) Unloaded
  126. PortalGun{2.0.2} [PortalGun] (PortalGun2.0.2 (1).zip) Unloaded
  127. PowerBoxes{1.1.3} [Power Boxes] (Power-Boxes-1.1.3.jar) Unloaded
  128. UniversalElectricity{3.1.0} [Universal Electricity] (Universal-Electricity-3.1.0.79-core.jar) Unloaded
  129. mod_ZanMinimap{Not available} [mod_ZanMinimap] (ZansMinimap1.6.4.zip) Unloaded
  130. Launched Version: 1.6.4-Forge9.11.1.965
  131. LWJGL: 2.9.0
  132. OpenGL: GeForce GTX 260/PCIe/SSE2 GL version 3.3.0, NVIDIA Corporation
  133. Is Modded: Definitely; Client brand changed to 'fml,forge'
  134. Type: Client (map_client.txt)
  135. Resource Pack: Default
  136. Current Language: English (UK)
  137. Profiler Position: N/A (disabled)
  138. Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145. Au Secours !
Advertisement
Add Comment
Please, Sign In to add comment