Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.41 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // My bad.
  3.  
  4. Time: 03.08.15 21:19
  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:56)
  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(Unknown Source)
  14. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  15. at java.lang.reflect.Method.invoke(Unknown Source)
  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:208)
  22. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  24. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  25. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  26. at java.lang.reflect.Method.invoke(Unknown Source)
  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:118)
  33. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
  34. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
  35. at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
  36. at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
  37. at net.minecraft.client.main.Main.main(SourceFile:148)
  38. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  40. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  41. at java.lang.reflect.Method.invoke(Unknown Source)
  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:56)
  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(Unknown Source)
  57. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  58. at java.lang.reflect.Method.invoke(Unknown Source)
  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:208)
  65. at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
  66. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  67. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  68. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  69. at java.lang.reflect.Method.invoke(Unknown Source)
  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:118)
  76. at cpw.mods.fml.common.Loader.preinitializeMods(Loader.java:513)
  77. at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:239)
  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:867)
  84. at net.minecraft.client.main.Main.main(SourceFile:148)
  85. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  86. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  87. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  88. at java.lang.reflect.Method.invoke(Unknown Source)
  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 (x86) version 6.3
  96. Java Version: 1.8.0_51, Oracle Corporation
  97. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  98. Memory: 91621728 bytes (87 MB) / 255012864 bytes (243 MB) up to 523501568 bytes (499 MB)
  99. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  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.85.1291 Minecraft Forge 10.13.2.1291 Optifine OptiFine_1.7.10_HD_B7 39 mods loaded, 39 mods active
  103. mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  104. FML{7.10.85.1291} [Forge Mod Loader] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized
  105. Forge{10.13.2.1291} [Minecraft Forge] (forge-1.7.10-10.13.2.1291.jar) Unloaded->Constructed->Pre-initialized
  106. AM2-Preloader{0.0.2} [AMCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  107. CodeChickenCore{1.0.4.29} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  108. ivtoolkit{IvToolkit} [1.1] (minecraft.jar) Unloaded->Constructed->Pre-initialized
  109. NotEnoughItems{1.0.3.74} [Not Enough Items] (NotEnoughItems-1.7.10-1.0.3.74-dev.jar) Unloaded->Constructed
  110. OpenEye{0.6} [OpenEye] (OpenEye-0.6-1.7.10.jar) Unloaded->Constructed
  111. zeldaswordskills{1.7.10-2.2.8b} [Zelda Sword Skills] (1.7.10-zeldaswordskills-2.2.8b.jar) Unloaded->Constructed
  112. AnimationAPI{1.2.4} [AnimationAPI] (AnimationAPI-1.7.10-1.2.4.jar) Unloaded->Constructed
  113. arsmagica2{1.4.0.008} [Ars Magica 2] (1.7.10_AM2-1.4.0.008.jar) Unloaded->Constructed
  114. simplecore{1.1.0} [SimpleCore API] ([1.7.10] SimpleCore API v1.1.0.jar) Unloaded->Constructed
  115. fusion{1.6.0} [Fusion] ([1.7.10] Fusion v1.6.0.jar) Unloaded->Constructed
  116. netherrocks{1.3.0} [Netherrocks] ([1.7.10] Netherrocks v1.3.0.jar) Unloaded->Constructed
  117. simpleores{1.6.0} [SimpleOres 2] ([1.7.10] SimpleOres 2 v1.6.0.jar) Unloaded->Constructed
  118. aesthetics{1.1.0} [Aesthetics] ([1.7.10] Aesthetics v1.1.0.jar) Unloaded->Constructed
  119. abyssalcraft{1.8.4} [AbyssalCraft] (AbyssalCraft-1.7.10-1.8.4.jar) Unloaded->Constructed
  120. animalbikes{1.7.10} [Animal Bikes] (AnimalBikes_1.7.10.jar) Unloaded->Constructed
  121. Aquaculture{1.2.3} [Aquaculture] (Aquaculture-1.7.10-1.2.5.8.jar) Unloaded->Constructed
  122. asielib{0.2.7} [asielib] (AsieLib-1.7.10.zip) Unloaded->Constructed
  123. iChunUtil{4.1.3} [iChunUtil] (iChunUtil-4.1.3.jar) Unloaded->Constructed
  124. BackTools{4.0.0} [BackTools] (BackTools-4.0.0.jar) Unloaded->Constructed
  125. BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.1067-universal.jar) Unloaded->Constructed
  126. BuildMod{v1.0} [Build Mod] (CoroUtil-1.1.1.jar) Unloaded->Constructed
  127. CoroAI{v1.0} [CoroAI] (CoroUtil-1.1.1.jar) Unloaded->Constructed
  128. ExtendedRenderer{v1.0} [Extended Renderer] (CoroUtil-1.1.1.jar) Unloaded->Constructed
  129. ConfigMod{v1.0} [Extended Mod Config] (CoroUtil-1.1.1.jar) Unloaded->Constructed
  130. FastCraft{1.21} [FastCraft] (fastcraft-1.21.jar) Unloaded->Constructed
  131. Hats{4.0.1} [Hats] (Hats-4.0.1.jar) Unloaded->Constructed
  132. IronChest{6.0.62.742} [Iron Chest] (ironchest-1.7.10-6.0.62.742-deobf.jar) Unloaded->Constructed
  133. malisiscore{1.7.10-0.12.5} [MalisisCore] (malisiscore-1.7.10-0.12.5.jar) Unloaded->Constructed
  134. malisisdoors{1.7.10-1.9.3} [Malisis' Doors] (malisisdoors-1.7.10-1.9.3.jar) Unloaded->Constructed
  135. MobAmputation{4.0.0} [MobAmputation] (MobAmputation-4.0.0.jar) Unloaded->Constructed
  136. MobDismemberment{4.0.0} [MobDismemberment] (MobDismemberment-4.0.0.jar) Unloaded->Constructed
  137. ParticleMan{v1.0} [Particle Man] (ParticleMan-1.4.2.jar) Unloaded->Constructed
  138. reccomplex{0.9.6} [Recurrent Complex] (RecurrentComplex-0.9.6.jar) Unloaded->Constructed
  139. SpecialMobs{3.0.3} [Special Mobs] (SpecialMobs-1.7.10-3.0.3.jar) Unloaded->Constructed
  140. statues{2.1.3} [Statues] (Statues-Mod-1.7.10.zip) Unloaded->Constructed
  141. zssaddon{1.7.10-alpha-0.0.1} [Zelda Sword Skills - Addon] (zeldaswordskillsaddon-v0.0.4a.jar) Unloaded->Constructed
  142. Launched Version: 1.7.10-Forge10.13.2.1291
  143. LWJGL: 2.9.1
  144. OpenGL: AMD Radeon (TM) R9 200 Series GL version 4.5.13399 Compatibility Profile Context 15.200.1046.2, ATI Technologies Inc.
  145. GL Caps: Using GL 1.3 multitexturing.
  146. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  147. Anisotropic filtering is supported and maximum anisotropy is 16.
  148. Shaders are available because OpenGL 2.1 is supported.
  149.  
  150. Is Modded: Definitely; Client brand changed to 'fml,forge'
  151. Type: Client (map_client.txt)
  152. Resource Packs: [§6Verium Resourcepack §5[5.0](2).zip]
  153. Current Language: Deutsch (Deutschland)
  154. Profiler Position: N/A (disabled)
  155. Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
  156. Anisotropic Filtering: Off (1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement