Advertisement
Myknakryu

Another crash with Actually additions when it happen

Dec 4th, 2016
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.27 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. Contact their authors BEFORE contacting forge
  5.  
  6. // You're mean.
  7.  
  8. Time: 12/4/16 8:22 PM
  9. Description: Ticking block entity
  10.  
  11. java.lang.IllegalArgumentException: Stack can not be invalid!
  12. at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:437)
  13. at de.ellpeck.actuallyadditions.mod.tile.TileEntityMiner.isMinable(TileEntityMiner.java:141)
  14. at de.ellpeck.actuallyadditions.mod.tile.TileEntityMiner.mine(TileEntityMiner.java:104)
  15. at de.ellpeck.actuallyadditions.mod.tile.TileEntityMiner.updateEntity(TileEntityMiner.java:80)
  16. at de.ellpeck.actuallyadditions.mod.tile.TileEntityBase.func_73660_a(TileEntityBase.java:228)
  17. at net.minecraft.world.World.func_72939_s(World.java:1827)
  18. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
  19. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:720)
  20. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:384)
  21. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
  22. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
  23. at java.lang.Thread.run(Thread.java:745)
  24.  
  25.  
  26. A detailed walkthrough of the error, its code path and all known details is as follows:
  27. ---------------------------------------------------------------------------------------
  28.  
  29. -- Head --
  30. Thread: Server thread
  31. Stacktrace:
  32. at net.minecraftforge.oredict.OreDictionary.getOreIDs(OreDictionary.java:437)
  33. at de.ellpeck.actuallyadditions.mod.tile.TileEntityMiner.isMinable(TileEntityMiner.java:141)
  34. at de.ellpeck.actuallyadditions.mod.tile.TileEntityMiner.mine(TileEntityMiner.java:104)
  35. at de.ellpeck.actuallyadditions.mod.tile.TileEntityMiner.updateEntity(TileEntityMiner.java:80)
  36. at de.ellpeck.actuallyadditions.mod.tile.TileEntityBase.func_73660_a(TileEntityBase.java:228)
  37.  
  38. -- Block entity being ticked --
  39. Details:
  40. Name: actuallyadditions:miner // de.ellpeck.actuallyadditions.mod.tile.TileEntityMiner
  41. Block type: ID #245 (tile.actuallyadditions.block_miner // de.ellpeck.actuallyadditions.mod.blocks.BlockMiner)
  42. Block data value: 0 / 0x0 / 0b0000
  43. Block location: World: (321,59,247), Chunk: (at 1,3,7 in 20,15; contains blocks 320,0,240 to 335,255,255), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  44. Actual block type: ID #245 (tile.actuallyadditions.block_miner // de.ellpeck.actuallyadditions.mod.blocks.BlockMiner)
  45. Actual block data value: 0 / 0x0 / 0b0000
  46. Stacktrace:
  47. at net.minecraft.world.World.func_72939_s(World.java:1827)
  48. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
  49.  
  50. -- Affected level --
  51. Details:
  52. Level name: world
  53. All players: 2 total; [EntityPlayerMP['Minikreuz'/317592, l='world', x=319.58, y=47.00, z=244.82], EntityPlayerMP['Myknakryu'/332469, l='world', x=320.04, y=59.00, z=247.50]]
  54. Chunk stats: ServerChunkCache: 560 Drop: 0
  55. Level seed: 6406554349142339314
  56. Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: true
  57. Level generator options:
  58. Level spawn location: World: (180,64,216), Chunk: (at 4,4,8 in 11,13; contains blocks 176,0,208 to 191,255,223), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
  59. Level time: 4592036 game time, 5507604 day time
  60. Level dimension: 0
  61. Level storage version: 0x04ABD - Anvil
  62. Level weather: Rain time: 54944 (now: false), thunder time: 23390 (now: false)
  63. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  64. Stacktrace:
  65. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:720)
  66. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:384)
  67. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:624)
  68. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:482)
  69. at java.lang.Thread.run(Thread.java:745)
  70.  
  71. -- System Details --
  72. Details:
  73. Minecraft Version: 1.11
  74. Operating System: Linux (amd64) version 4.8.11-1-ARCH
  75. Java Version: 1.8.0_112, Oracle Corporation
  76. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  77. Memory: 1382423984 bytes (1318 MB) / 2112618496 bytes (2014 MB) up to 3186360320 bytes (3038 MB)
  78. JVM Flags: 3 total; -Xms2048M -Xmx3G -XX:+UseConcMarkSweepGC
  79. IntCache: cache: 0, tcache: 0, allocated: 3, tallocated: 104
  80. FML: MCP 9.35 Powered by Forge 13.19.0.2180 30 mods loaded, 30 mods active
  81. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  82. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  83. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.11-13.19.0.2180-universal.jar)
  84. UCHIJAAAA forge{13.19.0.2180} [Minecraft Forge] (forge-1.11-13.19.0.2180-universal.jar)
  85. UCHIJAAAA actuallyadditions{1.11-r86} [Actually Additions] (ActuallyAdditions-1.11-r86.jar)
  86. UCHIJAAAA betterachievements{0.4.0.40} [Better Achievements] (BetterAchievements-1.11-0.4.0.40.jar)
  87. UCHIJAAAA biomesoplenty{6.0.0.2125} [Biomes O' Plenty] (BiomesOPlenty-1.11-6.0.0.2125-universal.jar)
  88. UCHIJAAAA chameleon{1.11-3.0.0} [Chameleon] (Chameleon-1.11-3.0.0.jar)
  89. UCHIJAAAA eleccore{1.6.349} [ElecCore] (ElecCore-1.11-1.6.349.jar)
  90. UCHIJAAAA CraftingTableIV{1.3.107} [CraftingTableIV] (CraftingTableIV-1.11-1.3.107.jar)
  91. UCHIJAAAA deepresonance{1.3.1beta1} [DeepResonance] (deepresonance-1.11-1.3.1beta1.jar)
  92. UCHIJAAAA fastleafdecay{v12} [Fast Leaf Decay] (FastLeafDecay-v12.jar)
  93. UCHIJAAAA flatcoloredblocks{mc1.11-5.1} [Flat Colored Blocks] (flatcoloredblocks-mc1.11-5.1.jar)
  94. UCHIJAAAA gearswap{1.3.0beta1} [Gear Swapper] (gearswap-1.11-1.3.0beta1.jar)
  95. UCHIJAAAA gravestone{1.6.1} [Gravestone] (GraveStone Mod 1.6.1.jar)
  96. UCHIJAAAA ironchest{1.11-7.0.17.799} [Iron Chest] (ironchest-1.11-7.0.17.799.jar)
  97. UCHIJAAAA jei{4.0.4.199} [Just Enough Items] (jei_1.11-4.0.4.199.jar)
  98. UCHIJAAAA journeymap{1.11-5.3.1} [JourneyMap] (journeymap-1.11-5.3.1.jar)
  99. UCHIJAAAA Morpheus{1.11-3.2.7} [Morpheus] (Morpheus-1.11-3.2.7.jar)
  100. UCHIJAAAA netherportalfix{1.0} [NetherPortalFix] (NetherPortalFix_1.11-4.3.1.jar)
  101. UCHIJAAAA refinedstorage{1.3.1} [Refined Storage] (refinedstorage-1.3.1.jar)
  102. UCHIJAAAA xreliquary{1.11-1.3.3.597} [Reliquary] (Reliquary-1.11-1.3.3.597.jar)
  103. UCHIJAAAA rftools{5.62beta1} [RFTools] (rftools-1.11-5.62beta1.jar)
  104. UCHIJAAAA rftoolscontrol{1.5.2beta1} [RFTools Control] (rftoolsctrl-1.11-1.5.2beta1.jar)
  105. UCHIJAAAA rftoolsdim{4.45beta1} [RFTools Dimensions] (rftoolsdim-1.11-4.45beta1.jar)
  106. UCHIJAAAA simpleharvest{1.06} [Simple Harvest] (simpleharvest-1.06.jar)
  107. UCHIJAAAA storagedrawers{1.11-4.0.1} [Storage Drawers] (StorageDrawers-1.11-4.0.1.jar)
  108. UCHIJAAAA tesla{1.3.0.51} [TESLA] (Tesla-1.11-1.3.0.51.jar)
  109. UCHIJAAAA theoneprobe{1.3.3} [The One Probe] (theoneprobe-1.11-1.3.3.jar)
  110. UCHIJAAAA thutessentials{1.6.2} [Thut Essentials] (thutessentials-1.6.2.jar)
  111. UCHIJAAAA waddles{0.5.1} [Waddles] (Waddles-1.11-0.5.1.jar)
  112. Loaded coremods (and transformers):
  113. Profiler Position: N/A (disabled)
  114. Player Count: 2 / 20; [EntityPlayerMP['Minikreuz'/317592, l='world', x=319.58, y=47.00, z=244.82], EntityPlayerMP['Myknakryu'/332469, l='world', x=320.04, y=59.00, z=247.50]]
  115. Is Modded: Definitely; Server brand changed to 'fml,forge'
  116. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement