Advertisement
ertale

Untitled

Oct 8th, 2016
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.30 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Quite honestly, I wouldn't worry myself about that.
  3.  
  4. Time: 08/10/16 15:29
  5. Description: Initializing game
  6.  
  7. java.lang.NoSuchMethodError: net.minecraft.nbt.NBTTagCompound.setBoolean(Ljava/lang/String;Z)V
  8. at codechicken.nei.ItemStackMap.<clinit>(ItemStackMap.java:206)
  9. at codechicken.nei.api.ItemInfo.<clinit>(ItemInfo.java:55)
  10. at codechicken.nei.ClientHandler.preInit(ClientHandler.java:113)
  11. at codechicken.nei.NEIModContainer.preInit(NEIModContainer.java:81)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  14. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  15. at java.lang.reflect.Method.invoke(Method.java:483)
  16. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  17. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  18. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  19. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  20. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  21. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  22. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  26. at java.lang.reflect.Method.invoke(Method.java:483)
  27. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  28. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  29. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  30. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  31. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  32. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  33. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  34. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
  35. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  36. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  37. at net.minecraft.client.main.Main.main(SourceFile:148)
  38. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  40. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  41. at java.lang.reflect.Method.invoke(Method.java:483)
  42. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  43. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  44.  
  45.  
  46. A detailed walkthrough of the error, its code path and all known details is as follows:
  47. ---------------------------------------------------------------------------------------
  48.  
  49. -- Head --
  50. Stacktrace:
  51. at codechicken.nei.ItemStackMap.<clinit>(ItemStackMap.java:206)
  52. at codechicken.nei.api.ItemInfo.<clinit>(ItemInfo.java:55)
  53. at codechicken.nei.ClientHandler.preInit(ClientHandler.java:113)
  54. at codechicken.nei.NEIModContainer.preInit(NEIModContainer.java:81)
  55. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  56. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  57. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  58. at java.lang.reflect.Method.invoke(Method.java:483)
  59. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  60. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  61. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  62. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  63. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  64. at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
  65. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
  66. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  67. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  68. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  69. at java.lang.reflect.Method.invoke(Method.java:483)
  70. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  71. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  72. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  73. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  74. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  75. at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
  76. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:556)
  77. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:243)
  78. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  79.  
  80. -- Initialization --
  81. Details:
  82. Stacktrace:
  83. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
  84. at net.minecraft.client.main.Main.main(SourceFile:148)
  85. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  86. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  87. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  88. at java.lang.reflect.Method.invoke(Method.java:483)
  89. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
  90. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  91.  
  92. -- System Details --
  93. Details:
  94. Minecraft Version: 1.7.10
  95. Operating System: Windows 8.1 (amd64) version 6.3
  96. Java Version: 1.8.0_25, Oracle Corporation
  97. Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
  98. Memory: 742124320 bytes (707 MB) / 1125457920 bytes (1073 MB) up to 4187619328 bytes (3993 MB)
  99. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn1G
  100. AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  101. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  102. FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1558 36 mods loaded, 36 mods active
  103. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  104. UCH mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)
  105. UCH FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
  106. UCH Forge{10.13.4.1558} [Minecraft Forge] (forge-1.7.10-10.13.4.1558-1.7.10.jar)
  107. UCH appliedenergistics2-core{rv2-stable-10} [AppliedEnergistics2 Core] (minecraft.jar)
  108. UCH CodeChickenCore{1.0.7.47} [CodeChicken Core] (minecraft.jar)
  109. UC NotEnoughItems{1.0.5.120} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.5.120-dev.jar)
  110. UC <CoFH ASM>{000} [CoFH ASM] (minecraft.jar)
  111. UC sapmanpack{2.4.0} [SanAndreasPs Manager Pack CORE edition] (SAPManPack-1.7.10-2.4.0.jar)
  112. UC AgriCraft{1.7.10-1.5.0} [AgriCraft] (AgriCraft-1.7.10-1.5.0.jar)
  113. UC appliedenergistics2{rv2-stable-10} [Applied Energistics 2] (appliedenergistics2-rv2-stable-10.jar)
  114. UC Backpack{2.0.1} [Backpack] (backpack-2.0.1-1.7.x.jar)
  115. UC CoFHCore{1.7.10R3.1.3} [CoFH Core] (CoFHCore-[1.7.10]3.1.3-327.jar)
  116. UC ThermalFoundation{1.7.10R1.2.0} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.2.0-102.jar)
  117. UC ThermalExpansion{1.7.10R4.0.1} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.1-182.jar)
  118. UC BigReactors{0.4.3A} [Big Reactors] (BigReactors-0.4.3A.jar)
  119. UC BuildCraft|Core{7.1.18} [BuildCraft] (buildcraft-7.1.18.jar)
  120. UC BuildCraft|Transport{7.1.18} [BC Transport] (buildcraft-7.1.18.jar)
  121. UC BuildCraft|Silicon{7.1.18} [BC Silicon] (buildcraft-7.1.18.jar)
  122. UC BuildCraft|Energy{7.1.18} [BC Energy] (buildcraft-7.1.18.jar)
  123. UC BuildCraft|Factory{7.1.18} [BC Factory] (buildcraft-7.1.18.jar)
  124. UC BuildCraft|Builders{7.1.18} [BC Builders] (buildcraft-7.1.18.jar)
  125. UC BuildCraft|Robotics{7.1.18} [BC Robotics] (buildcraft-7.1.18.jar)
  126. UC TwilightForest{2.3.7} [The Twilight Forest] (twilightforest-1.7.10-2.3.7.jar)
  127. UC chisel{2.9.5.11} [Chisel] (Chisel-2.9.5.11.jar)
  128. UC CarpentersBlocks{3.3.8.1} [Carpenter's Blocks] (Carpenter's Blocks v3.3.8.1 - MC 1.7.10.jar)
  129. UC ChickenChunks{1.3.4.19} [ChickenChunks] (ChickenChunks-1.7.10-1.3.4.19-dev.jar)
  130. UC claysoldiers{2.0.0b} [Clay Soldiers Mod] (ClaySoldiersMod-1.7.10-2.0.0b.jar)
  131. UC EnderIO{1.7.10-2.2.8.381} [Ender IO] (EnderIO-1.7.10-2.2.8.381.jar)
  132. UC EnderStorage{1.4.7.38} [EnderStorage] (EnderStorage-1.7.10-1.4.7.38-dev.jar)
  133. UC inventorytweaks{1.59-dev-152-cf6e263} [Inventory Tweaks] (InventoryTweaks-1.59-dev-152.jar)
  134. UC IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-universal.jar)
  135. UC journeymap{5.1.4p1} [JourneyMap] (journeymap-1.7.10-5.1.4p1-unlimited.jar)
  136. UC Mantle{1.7.10-165.4bc3343} [Mantle] (Mantle_mc1.7.10_0.3.0.jar)
  137. UC Mystcraft{0.11.0.00} [Mystcraft] (mystcraft-1.7.10-0.11.0.00.jar)
  138. UC simplyjetpacks{1.5.3} [Simply Jetpacks] (SimplyJetpacks-MC1.7.10-1.5.3.jar)
  139. UC StargateTech2{0.7.7-Alpha} [StargateTech 2] (StargateTech2-Alpha-0-7-8-MC1710-Forge1232.jar)
  140. GL info: ' Vendor: 'Intel' Version: '4.2.0 - Build 10.18.10.3496' Renderer: 'Intel® HD Graphics 4400'
  141. AE2 Version: stable rv2-stable-10 for Forge 10.13.2.1291
  142. CoFHCore: -[1.7.10]3.1.3-327
  143. ThermalFoundation: -[1.7.10]1.2.0-102
  144. ThermalExpansion: -[1.7.10]4.0.1-182
  145. Mantle Environment: Environment healthy.
  146. Launched Version: 1.7.10-Forge10.13.4.1558-1.7.10
  147. LWJGL: 2.9.1
  148. OpenGL: Intel® HD Graphics 4400 GL version 4.2.0 - Build 10.18.10.3496, Intel
  149. GL Caps: Using GL 1.3 multitexturing.
  150. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  151. Anisotropic filtering is supported and maximum anisotropy is 16.
  152. Shaders are available because OpenGL 2.1 is supported.
  153.  
  154. Is Modded: Definitely; Client brand changed to 'fml,forge'
  155. Type: Client (map_client.txt)
  156. Resource Packs: []
  157. Current Language: Français (France)
  158. Profiler Position: N/A (disabled)
  159. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  160. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement