Advertisement
tahg

Untitled

Feb 3rd, 2016
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.08 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. OpenModsCorePlugin (OpenModsLib-1.8.9-0.9-1.8.X-snapshot-12.jar)
  5. ThaumcraftLoader (Thaumcraft-1.8.9-5.1.5.jar)
  6. LoadingPlugin (sneakyhost-8.jar)
  7. LoadingPlugin (Factorization-1.8.9-0.9.23-norelease.jar)
  8. FMLPlugin (InventoryTweaks-1.60-beta-30.jar)
  9. CoreXU2 (extrautils2-2.0.0-test-29.jar)
  10. Contact their authors BEFORE contacting forge
  11.  
  12. // I blame Dinnerbone.
  13.  
  14. Time: 2/3/16 3:33 PM
  15. Description: Ticking block entity
  16.  
  17. java.lang.AbstractMethodError: pneumaticCraft.common.tileentity.TileEntityProgrammableController.getWorld()Lnet/minecraft/world/World;
  18. at pneumaticCraft.common.ai.DroneAIManager.<init>(DroneAIManager.java:66)
  19. at pneumaticCraft.common.tileentity.TileEntityProgrammableController.getAIManager(TileEntityProgrammableController.java:709)
  20. at pneumaticCraft.common.tileentity.TileEntityProgrammableController.func_70299_a(TileEntityProgrammableController.java:299)
  21. at pneumaticCraft.common.tileentity.TileEntityProgrammableController.onFirstServerUpdate(TileEntityProgrammableController.java:402)
  22. at pneumaticCraft.common.tileentity.TileEntityBase.func_73660_a(TileEntityBase.java:123)
  23. at pneumaticCraft.common.tileentity.TileEntityPneumaticBase.func_73660_a(TileEntityPneumaticBase.java:37)
  24. at pneumaticCraft.common.tileentity.TileEntityProgrammableController.func_73660_a(TileEntityProgrammableController.java:119)
  25. at net.minecraft.world.World.func_72939_s(World.java:1716)
  26. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:544)
  27. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:701)
  28. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:605)
  29. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:152)
  30. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:481)
  31. at java.lang.Thread.run(Thread.java:745)
  32.  
  33.  
  34. A detailed walkthrough of the error, its code path and all known details is as follows:
  35. ---------------------------------------------------------------------------------------
  36.  
  37. -- Head --
  38. Stacktrace:
  39. at pneumaticCraft.common.ai.DroneAIManager.<init>(DroneAIManager.java:66)
  40. at pneumaticCraft.common.tileentity.TileEntityProgrammableController.getAIManager(TileEntityProgrammableController.java:709)
  41. at pneumaticCraft.common.tileentity.TileEntityProgrammableController.func_70299_a(TileEntityProgrammableController.java:299)
  42. at pneumaticCraft.common.tileentity.TileEntityProgrammableController.onFirstServerUpdate(TileEntityProgrammableController.java:402)
  43. at pneumaticCraft.common.tileentity.TileEntityBase.func_73660_a(TileEntityBase.java:123)
  44. at pneumaticCraft.common.tileentity.TileEntityPneumaticBase.func_73660_a(TileEntityPneumaticBase.java:37)
  45. at pneumaticCraft.common.tileentity.TileEntityProgrammableController.func_73660_a(TileEntityProgrammableController.java:119)
  46.  
  47. -- Block entity being ticked --
  48. Details:
  49. Name: PneumaticCraft_programmableController // pneumaticCraft.common.tileentity.TileEntityProgrammableController
  50. Block type: ID #826 (tile.programmableController // pneumaticCraft.common.block.BlockProgrammableController)
  51. Block data value: 0 / 0x0 / 0b0000
  52. Block location: World: (524,4,69), Chunk: (at 12,0,5 in 32,4; contains blocks 512,0,64 to 527,255,79), Region: (1,0; contains chunks 32,0 to 63,31, blocks 512,0,0 to 1023,255,511)
  53. Actual block type: ID #826 (tile.programmableController // pneumaticCraft.common.block.BlockProgrammableController)
  54. Actual block data value: 0 / 0x0 / 0b0000
  55. Stacktrace:
  56. at net.minecraft.world.World.func_72939_s(World.java:1716)
  57. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:544)
  58.  
  59. -- Affected level --
  60. Details:
  61. Level name: New World
  62. All players: 1 total; [EntityPlayerMP['Vaht'/3853, l='New World', x=522.20, y=4.00, z=68.90]]
  63. Chunk stats: ServerChunkCache: 727 Drop: 0
  64. Level seed: -2801901980816719987
  65. Level generator: ID 01 - flat, ver 0. Features enabled: true
  66. Level generator options:
  67. Level spawn location: 522.00,4.00,70.00 - World: (522,4,70), Chunk: (at 10,0,6 in 32,4; contains blocks 512,0,64 to 527,255,79), Region: (1,0; contains chunks 32,0 to 63,31, blocks 512,0,0 to 1023,255,511)
  68. Level time: 286056 game time, 30637 day time
  69. Level dimension: 0
  70. Level storage version: 0x04ABD - Anvil
  71. Level weather: Rain time: 99800 (now: false), thunder time: 2653 (now: false)
  72. Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
  73. Stacktrace:
  74. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:701)
  75. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:605)
  76. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:152)
  77. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:481)
  78. at java.lang.Thread.run(Thread.java:745)
  79.  
  80. -- System Details --
  81. Details:
  82. Minecraft Version: 1.8.9
  83. Operating System: Windows 7 (amd64) version 6.1
  84. Java Version: 1.8.0_25, Oracle Corporation
  85. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  86. Memory: 146316536 bytes (139 MB) / 1238368256 bytes (1181 MB) up to 3817865216 bytes (3641 MB)
  87. JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4G -XX:MaxPermSize=256M
  88. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  89. FML: MCP 9.19 Powered by Forge 11.15.0.1718 59 mods loaded, 59 mods active
  90. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  91. UCHIJAAAA mcp{9.18} [Minecraft Coder Pack] (minecraft.jar)
  92. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.8.9-11.15.0.1718.jar)
  93. UCHIJAAAA Forge{11.15.0.1718} [Minecraft Forge] (forge-1.8.9-11.15.0.1718.jar)
  94. UCHIJAAAA OpenModsCore{0.9} [OpenModsCore] (minecraft.jar)
  95. UCHIJAAAA CoreXU2{1} [CoreXU2] (minecraft.jar)
  96. UCHIJAAAA bagginses{2.1.5b} [Bagginses] (Bagginses-1.8.9-2.1.5b.jar)
  97. UCHIJAAAA BiomesOPlenty{3.0.0} [Biomes O' Plenty] (BiomesOPlenty-1.8.9-3.0.0.1641-universal.jar)
  98. UCHIJAAAA BloodMagic{1.8.9-2.0.0-219-ss} [Blood Magic: Alchemical Wizardry] (BloodMagic-1.8.9-2.0.0-219-ss.jar)
  99. UCHIJAAAA BuildCraft|Core{7.2.0-pre10} [BuildCraft] (buildcraft-7.2.0-pre10.jar)
  100. UCHIJAAAA BuildCraft|Transport{7.2.0-pre10} [BC Transport] (buildcraft-7.2.0-pre10.jar)
  101. UCHIJAAAA BuildCraft|Factory{7.2.0-pre10} [BC Factory] (buildcraft-7.2.0-pre10.jar)
  102. UCHIJAAAA BuildCraft|Silicon{7.2.0-pre10} [BC Silicon] (buildcraft-7.2.0-pre10.jar)
  103. UCHIJAAAA BuildCraft|Robotics{7.2.0-pre10} [BC Robotics] (buildcraft-7.2.0-pre10.jar)
  104. UCHIJAAAA BuildCraft|Energy{7.2.0-pre10} [BC Energy] (buildcraft-7.2.0-pre10.jar)
  105. UCHIJAAAA BuildCraft|Builders{7.2.0-pre10} [BC Builders] (buildcraft-7.2.0-pre10.jar)
  106. UCHIJAAAA mcmultipart{1.0.5} [MCMultiPart] (MCMultiPart-1.0.5-universal.jar)
  107. UCHIJAAAA CharsetLib{0.2.1} [‽] (Charset-0.2.1-69a8bc917bbd55e9cb31123f.jar)
  108. UCHIJAAAA CharsetWires{0.2.1} [+] (Charset-0.2.1-69a8bc917bbd55e9cb31123f.jar)
  109. UCHIJAAAA CharsetAudio{0.2.1} [♫] (Charset-0.2.1-69a8bc917bbd55e9cb31123f.jar)
  110. UCHIJAAAA CharsetStorage{0.2.1} [#] (Charset-0.2.1-69a8bc917bbd55e9cb31123f.jar)
  111. UCHIJAAAA CharsetPipes{0.2.1} [|] (Charset-0.2.1-69a8bc917bbd55e9cb31123f.jar)
  112. UCHIJAAAA CharsetGates{0.2.1} [&] (Charset-0.2.1-69a8bc917bbd55e9cb31123f.jar)
  113. UCHIJAAAA chiselsandbits{mc1.8.9-v1.8.6} [Chisels & Bits] (chiselsandbits-mc1.8.9-v1.8.6.jar)
  114. UCHIJAAAA ComputerCraft{1.78} [ComputerCraft] (ComputerCraft1.78.jar)
  115. UCHIJAAAA ExtraUtils2{1.0} [ExtraUtils2] (extrautils2-2.0.0-test-29.jar)
  116. UCHIJAAAA factorization.notify{1.0} [Factorization Notification System] (Factorization-1.8.9-0.9.23-norelease.jar)
  117. UCHIJAAAA factorization.dimensionalSlice{@FZVERSION@} [Factorization Dimensional Slices] (Factorization-1.8.9-0.9.23-norelease.jar)
  118. UCHIJAAAA factorization{@FZVERSION@} [Factorization] (Factorization-1.8.9-0.9.23-norelease.jar)
  119. UCHIJAAAA factorization.misc{@FZVERSION@} [Factorization Miscellaneous Nonsense] (Factorization-1.8.9-0.9.23-norelease.jar)
  120. UCHIJAAAA fz.scrap{@FZVERSION@} [Scrap] (Factorization-1.8.9-0.9.23-norelease.jar)
  121. UCHIJAAAA factorization.truth{@FZVERSION@} [Truth] (Factorization-1.8.9-0.9.23-norelease.jar)
  122. UCHIJAAAA flatcoloredblocks{mc1.8.9-v1.3} [Flat Colored Blocks] (flatcoloredblocks-mc1.8.9-v1.6.jar)
  123. UCHIJAAAA graves{1.8.9-b31-universal} [Graves Mod] (graves-1.8.9-b31-universal.jar)
  124. UCHIJAAAA IGWMod{1.2.3-3} [In-Game wiki Mod] (IGW-Mod-1.8.9-1.2.3-3-universal.jar)
  125. UCHIJAAAA inventorysorter{0.7.4+26} [Simple Inventory sorting] (inventorysorter-1.8.9-0.7.4+26.jar)
  126. UCHIJAAAA inventorytweaks{1.60-beta-30-48a432c} [Inventory Tweaks] (InventoryTweaks-1.60-beta-30.jar)
  127. UCHIJAAAA IronChest{6.0.114.999} [Iron Chest] (ironchest-6.0.114.999.jar)
  128. UCHIJAAAA JEI{2.24.5.128} [Just Enough Items] (jei_1.8.9-2.24.5.128.jar)
  129. UCHIJAAAA Baubles{1.1.3.0} [Baubles] (Baubles-1.8.9-1.1.3.0.jar)
  130. UCHIJAAAA Thaumcraft{5.1.5} [Thaumcraft] (Thaumcraft-1.8.9-5.1.5.jar)
  131. UCHIJAAAA JEIAddons{0.10.1.39} [Just Enough Items Addons] (JEIAddons_1.8.9-0.10.1.39.jar)
  132. UCHIJAAAA journeymap{5.1.3} [JourneyMap] (journeymap-1.8.8-5.1.3-unlimited.jar)
  133. UCHIJAAAA jeresources{0.3.1} [Just Enough Resources] (JustEnoughResources-1.8.9-0.3.1.jar)
  134. UCHIJAAAA llor{1.0.4-mc1.8.8} [Light Level Overlay Reloaded] (LLOverlayReloaded-1.0.4-mc1.8.8.jar)
  135. UCHIJAAAA mantle{1.8.9-0.6.jenkins71} [Mantle] (Mantle-1.8.9-0.6.jenkins71.jar)
  136. UCHIJAAAA testdummy{1.0} [MmmMmmMmmMmm] (MmmMmmMmmMmm-1.9b.jar)
  137. UCHIJAAAA Morpheus{1.8.9-2.0.57} [Morpheus] (Morpheus-1.8.9-2.0.57.jar)
  138. UCHIJAAAA OpenMods{0.9} [OpenMods] (OpenModsLib-1.8.9-0.9-1.8.X-snapshot-12.jar)
  139. UCHIJAAAA OpenPeripheralCore{1.2.1} [OpenPeripheralCore] (OpenPeripheralCore-1.8.9-1.2.1-1.8.X-snapshot-3.jar)
  140. UCHIJAAAA OpenPeripheral{0.5} [OpenPeripheralAddons] (OpenPeripheralAddons-1.8.9-0.5-1.8.X-snapshot-9.jar)
  141. UCHIJAAAA OpenPeripheralIntegration{0.4} [OpenPeripheralIntegration] (OpenPeripheralIntegration-1.8.9-0.4-1.8.X-snapshot-3.jar)
  142. UCHIJAAAA PneumaticCraft{1.13.5-6} [PneumaticCraft] (PneumaticCraft-1.8.9-1.13.5-6-universal.jar)
  143. UCHIJAAAA Psi{beta-5} [Psi] (Psi-beta-5.jar)
  144. UCHIJAAAA rftools{4.21beta15} [RFTools] (rftools-1.8.9-4.21beta15.jar)
  145. UCHIJAAAA rftoolsdim{4.21beta18} [RFTools Dimensions] (rftoolsdim-1.8.9-4.21beta18.jar)
  146. UCHIJAAAA simpleretrogen{2.2.1+2} [Simple Retrogen] (simpleretrogen-1.8.9-2.2.1+2.jar)
  147. UCHIJAAAA tconstruct{1.8.9-2.0.1.jenkins59} [Tinkers' Construct] (TConstruct-1.8.9-2.0.1.jenkins59.jar)
  148. UCHIJAAAA Thump{2.0.3.56} [Thump] (Thump-2.0.3.56.jar)
  149. UCHIJAAAA Waila{1.6.0} [Waila] (Waila-1.6.0-B3_1.8.8.jar)
  150. Loaded coremods (and transformers):
  151. OpenModsCorePlugin (OpenModsLib-1.8.9-0.9-1.8.X-snapshot-12.jar)
  152. openmods.core.OpenModsClassTransformer
  153. ThaumcraftLoader (Thaumcraft-1.8.9-5.1.5.jar)
  154.  
  155. LoadingPlugin (sneakyhost-8.jar)
  156. sneakyhost.asm.SocketChannelReplacer
  157. LoadingPlugin (Factorization-1.8.9-0.9.23-norelease.jar)
  158. factorization.coremod.ASMTransformer
  159. FMLPlugin (InventoryTweaks-1.60-beta-30.jar)
  160. invtweaks.forge.asm.ContainerTransformer
  161. CoreXU2 (extrautils2-2.0.0-test-29.jar)
  162. com.rwtema.extrautils2.asm.ClassTransformerHandler
  163. GL info: ~~ERROR~~ RuntimeException: No OpenGL context found in the current thread.
  164. OpenModsLib class transformers: [movement_callback:FINISHED],[map_gen_fix:FINISHED],[player_render_hook:FINISHED]
  165. Class transformer null safety: all safe
  166. Pulsar/tconstruct loaded Pulses:
  167. - TinkerCommons (Enabled/Forced)
  168. - TinkerWorld (Enabled/Not Forced)
  169. - TinkerTools (Enabled/Not Forced)
  170. - TinkerSmeltery (Enabled/Not Forced)
  171. - TinkerGadgets (Enabled/Not Forced)
  172. - TinkerOredict (Enabled/Forced)
  173. - TinkerIntegration (Enabled/Forced)
  174. - TinkerFluids (Enabled/Forced)
  175. - TinkerMaterials (Enabled/Forced)
  176. - chiselsandbitsIntegration (Enabled/Not Forced)
  177. - TinkerDebug (Enabled/Not Forced)
  178.  
  179. Profiler Position: N/A (disabled)
  180. Player Count: 1 / 8; [EntityPlayerMP['Vaht'/3853, l='New World', x=522.20, y=4.00, z=68.90]]
  181. Type: Integrated Server (map_client.txt)
  182. Is Modded: Definitely; Client brand changed to 'fml,forge'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement