Advertisement
Guest User

Untitled

a guest
Aug 27th, 2019
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.68 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. RandomPatches (randompatches-1.12.2-1.18.1.1.jar)
  5. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.231.jar)
  6. Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
  7. SSLoadingPlugin (SereneSeasons-1.12.2-1.2.16-universal.jar)
  8. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  9. Contact their authors BEFORE contacting forge
  10.  
  11. // But it works on my machine.
  12.  
  13. Time: 8/27/19 7:39 PM
  14. Description: Ticking block entity
  15.  
  16. java.lang.IllegalArgumentException: Invalid drill: 1xgravisuite.advancedDrill@0
  17. at ic2.core.item.tool.ItemDrill.energyUse(ItemDrill.java:126)
  18. at ic2.core.block.machine.tileentity.TileEntityMiner.mineBlock(TileEntityMiner.java:450)
  19. at ic2.core.block.machine.tileentity.TileEntityMiner.digDown(TileEntityMiner.java:276)
  20. at ic2.core.block.machine.tileentity.TileEntityMiner.work(TileEntityMiner.java:173)
  21. at ic2.core.block.machine.tileentity.TileEntityMiner.updateEntityServer(TileEntityMiner.java:143)
  22. at ic2.core.block.TileEntityBlock.func_73660_a(TileEntityBlock.java:326)
  23. at net.minecraft.world.World.func_72939_s(World.java:1835)
  24. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  25. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  26. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
  27. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  28. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  29. at java.lang.Thread.run(Thread.java:748)
  30.  
  31.  
  32. A detailed walkthrough of the error, its code path and all known details is as follows:
  33. ---------------------------------------------------------------------------------------
  34.  
  35. -- Head --
  36. Thread: Server thread
  37. Stacktrace:
  38. at ic2.core.item.tool.ItemDrill.energyUse(ItemDrill.java:126)
  39. at ic2.core.block.machine.tileentity.TileEntityMiner.mineBlock(TileEntityMiner.java:450)
  40. at ic2.core.block.machine.tileentity.TileEntityMiner.digDown(TileEntityMiner.java:276)
  41. at ic2.core.block.machine.tileentity.TileEntityMiner.work(TileEntityMiner.java:173)
  42. at ic2.core.block.machine.tileentity.TileEntityMiner.updateEntityServer(TileEntityMiner.java:143)
  43. at ic2.core.block.TileEntityBlock.func_73660_a(TileEntityBlock.java:326)
  44.  
  45. -- Block entity being ticked --
  46. Details:
  47. Name: ic2:miner // ic2.core.block.machine.tileentity.TileEntityMiner
  48. Block type: ID #253 (ic2.te // ic2.core.block.BlockTileEntity // ic2:te)
  49. Block data value: 1 / 0x1 / 0b0001
  50. Block location: World: (787,60,1164), Chunk: (at 3,3,12 in 49,72; contains blocks 784,0,1152 to 799,255,1167), Region: (1,2; contains chunks 32,64 to 63,95, blocks 512,0,1024 to 1023,255,1535)
  51. Actual block type: ID #253 (ic2.te // ic2.core.block.BlockTileEntity // ic2:te)
  52. Actual block data value: 1 / 0x1 / 0b0001
  53. Stacktrace:
  54. at net.minecraft.world.World.func_72939_s(World.java:1835)
  55. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  56.  
  57. -- Affected level --
  58. Details:
  59. Level name: world
  60. All players: 0 total; []
  61. Chunk stats: ServerChunkCache: 672 Drop: 0
  62. Level seed: -2021892151181957745
  63. Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: true
  64. Level generator options:
  65. Level spawn location: World: (623,66,1276), Chunk: (at 15,4,12 in 38,79; contains blocks 608,0,1264 to 623,255,1279), Region: (1,2; contains chunks 32,64 to 63,95, blocks 512,0,1024 to 1023,255,1535)
  66. Level time: 71537631 game time, 3947778 day time
  67. Level dimension: 0
  68. Level storage version: 0x04ABD - Anvil
  69. Level weather: Rain time: 95828 (now: false), thunder time: 19692 (now: false)
  70. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  71. Stacktrace:
  72. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  73. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
  74. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  75. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  76. at java.lang.Thread.run(Thread.java:748)
  77.  
  78. -- System Details --
  79. Details:
  80. Minecraft Version: 1.12.2
  81. Operating System: Linux (amd64) version 3.13.0-153-generic
  82. Java Version: 1.8.0_181, Oracle Corporation
  83. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  84. Memory: 434713408 bytes (414 MB) / 1215463424 bytes (1159 MB) up to 7794589696 bytes (7433 MB)
  85. JVM Flags: 4 total; -XX:MaxPermSize=128M -Xincgc -Xmx7500M -Xms100M
  86. IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 106
  87. FML: MCP 9.42 Powered by Forge 14.23.5.2838 64 mods loaded, 64 mods active
  88. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  89.  
  90. | State | ID | Version | Source | Signature |
  91. |:------ |:------------------------- |:-------------------- |:------------------------------------------------ |:---------------------------------------- |
  92. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  93. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  94. | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2838-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  95. | LCHIJA | forge | 14.23.5.2838 | forge-1.12.2-14.23.5.2838-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  96. | LCHIJA | micdoodlecore | | minecraft.jar | None |
  97. | LCHIJA | randompatches | 1.12.2-1.18.1.1 | randompatches-1.12.2-1.18.1.1.jar | None |
  98. | LCHIJA | movillages | 1.5.4 | [1.12]MoVillages-1.5.4.jar | None |
  99. | LCHIJA | ic2 | 2.8.187-ex112 | industrialcraft-2-2.8.187-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
  100. | LCHIJA | advanced_machines | 61.0.1 | Advanced+Machines-61.0.1.jar | None |
  101. | LCHIJA | advanced_solar_panels | 4.3.0 | Advanced+Solar+Panels-4.3.0.jar | None |
  102. | LCHIJA | as | 0.1.4 | AutoSave+v0.1.7.jar | None |
  103. | LCHIJA | bibliocraft | 2.4.5 | BiblioCraft[v2.4.5][MC1.12.2].jar | None |
  104. | LCHIJA | buildcraftlib | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None |
  105. | LCHIJA | buildcraftcore | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None |
  106. | LCHIJA | buildcraftenergy | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None |
  107. | LCHIJA | jei | 4.15.0.289 | jei_1.12.2-4.15.0.289.jar | None |
  108. | LCHIJA | forestry | 5.8.2.394 | forestry_1.12.2-5.8.2.394.jar | None |
  109. | LCHIJA | binniecore | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  110. | LCHIJA | binniedesign | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  111. | LCHIJA | genetics | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  112. | LCHIJA | botany | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  113. | LCHIJA | extrabees | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  114. | LCHIJA | extratrees | 2.5.1.188 | binnie-mods-1.12.2-2.5.1.188.jar | None |
  115. | LCHIJA | biomesoplenty | 7.0.1.2441 | BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar | None |
  116. | LCHIJA | buildcraftbuilders | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None |
  117. | LCHIJA | buildcrafttransport | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None |
  118. | LCHIJA | buildcraftsilicon | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None |
  119. | LCHIJA | buildcraftcompat | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None |
  120. | LCHIJA | buildcraftfactory | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None |
  121. | LCHIJA | buildcraftrobotics | 7.99.24.2 | buildcraft-all-7.99.24.2.jar | None |
  122. | LCHIJA | codechickenlib | 3.2.3.357 | CodeChickenLib-1.12.2-3.2.3.357-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  123. | LCHIJA | compactsolars | 1.12.2-5.0.18.341 | CompactSolars-1.12.2-5.0.18.341-universal.jar | None |
  124. | LCHIJA | fastbench | 1.7.2 | FastWorkbench-1.12.2-1.7.2.jar | None |
  125. | LCHIJA | forgemultipartcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  126. | LCHIJA | microblockcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None |
  127. | LCHIJA | minecraftmultipartcbe | 2.6.2.83 | ForgeMultipart-1.12.2-2.6.2.83-universal.jar | None |
  128. | LCHIJA | galacticraftcore | 4.0.2.231 | GalacticraftCore-1.12.2-4.0.2.231.jar | None |
  129. | LCHIJA | galacticraftplanets | 4.0.2.231 | Galacticraft-Planets-1.12.2-4.0.2.231.jar | None |
  130. | LCHIJA | gravisuite | 3.1.1 | Gravitation+Suite-3.1.1.jar | None |
  131. | LCHIJA | waila | 1.8.26 | Hwyla-1.8.26-B41_1.12.2.jar | None |
  132. | LCHIJA | ic2_extra_fuels | 1.1 | ic2-extra-fuels-1.1-all.jar | None |
  133. | LCHIJA | inventorytweaks | 1.64+dev.146.2180b27 | InventoryTweaks-1.64+dev.146.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  134. | LCHIJA | ironchest | 1.12.2-7.0.67.844 | ironchest-1.12.2-7.0.72.847.jar | None |
  135. | LCHIJA | irontanks | 1.12.2-2.1.0-beta.14 | irontanks-1.12.2-2.1.0-beta.14.jar | None |
  136. | LCHIJA | journeymap | 1.12.2-5.5.5 | journeymap-1.12.2-5.5.5.jar | None |
  137. | LCHIJA | mrtjpcore | 2.1.4.43 | MrTJPCore-1.12.2-2.1.4.43-universal.jar | None |
  138. | LCHIJA | netherportalfix | 5.3.17 | NetherPortalFix_1.12.1-5.3.17.jar | None |
  139. | LCHIJA | projectred-core | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-Base.jar | None |
  140. | LCHIJA | projectred-compat | 1.0 | ProjectRed-1.12.2-4.9.4.120-compat.jar | None |
  141. | LCHIJA | projectred-integration | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-integration.jar | None |
  142. | LCHIJA | projectred-transmission | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-integration.jar | None |
  143. | LCHIJA | projectred-fabrication | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-fabrication.jar | None |
  144. | LCHIJA | projectred-illumination | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-lighting.jar | None |
  145. | LCHIJA | projectred-expansion | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None |
  146. | LCHIJA | projectred-relocation | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None |
  147. | LCHIJA | projectred-transportation | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-mechanical.jar | None |
  148. | LCHIJA | projectred-exploration | 4.9.4.120 | ProjectRed-1.12.2-4.9.4.120-world.jar | None |
  149. | LCHIJA | railcraft | 12.0.0 | railcraft-12.0.0.jar | a0c255ac501b2749537d5824bb0f0588bf0320fa |
  150. | LCHIJA | randomtweaks | 1.12.2-2.7.1.0 | randomtweaks-1.12.2-2.7.1.0.jar | 20d08fb3fe9c268a63a75d337fb507464c8aaccd |
  151. | LCHIJA | additionalstructures | 2.2.2 | Rex's-Additional-Structures-1.12.x-(v.2.2.2).jar | None |
  152. | LCHIJA | sereneseasons | 1.2.16 | SereneSeasons-1.12.2-1.2.16-universal.jar | None |
  153. | LCHIJA | treechopper | 1.2.4 | TreeChopper-1.12.2-1.2.4.jar | None |
  154. | LCHIJA | twilightforest | 3.9.984 | twilightforest-1.12.2-3.9.984-universal.jar | None |
  155. | LCHIJA | wawla | 2.5.273 | Wawla-1.12.2-2.5.273.jar | d476d1b22b218a10d845928d1665d45fce301b27 |
  156.  
  157. Loaded coremods (and transformers):
  158. RandomPatches (randompatches-1.12.2-1.18.1.1.jar)
  159. com.therandomlabs.randompatches.core.RPTransformer
  160. MicdoodlePlugin (MicdoodleCore-1.12.2-4.0.2.231.jar)
  161. micdoodle8.mods.miccore.MicdoodleTransformer
  162. Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.146.jar)
  163. invtweaks.forge.asm.ContainerTransformer
  164. SSLoadingPlugin (SereneSeasons-1.12.2-1.2.16-universal.jar)
  165. sereneseasons.asm.transformer.EntityRendererTransformer
  166. sereneseasons.asm.transformer.WorldTransformer
  167. CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
  168. team.chisel.ctm.client.asm.CTMTransformer
  169. Profiler Position: N/A (disabled)
  170. Player Count: 0 / 75; []
  171. Is Modded: Definitely; Server brand changed to 'fml,forge'
  172. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement