NullPointerException - TileEntityCrucible
Sir-Will opened this issue ยท 2 comments
exnihiloomnia-1.2.6
java.lang.NullPointerException: Ticking block entity
at exnihiloomnia.blocks.crucibles.tileentity.TileEntityCrucible.func_73660_a(TileEntityCrucible.java:163)
at org.spongepowered.common.event.tracking.TrackingUtil.tickTileEntity(TrackingUtil.java:231)
at net.minecraft.world.WorldServer.updateTileEntity(WorldServer.java:2808)
at net.minecraft.world.WorldServer.redirect$onUpdateTileEntities$zjp000(WorldServer.java:2795)
at net.minecraft.world.World.func_72939_s(World.java:6049)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2162)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Server thread
Stacktrace:
at exnihiloomnia.blocks.crucibles.tileentity.TileEntityCrucible.func_73660_a(TileEntityCrucible.java:163)
at org.spongepowered.common.event.tracking.TrackingUtil.tickTileEntity(TrackingUtil.java:231)
at net.minecraft.world.WorldServer.updateTileEntity(WorldServer.java:2808)
at net.minecraft.world.WorldServer.redirect$onUpdateTileEntities$zjp000(WorldServer.java:2795)
-- Block entity being ticked --
Details:
Name: exnihiloomnia:tile_entity_crucible // exnihiloomnia.blocks.crucibles.tileentity.TileEntityCrucible
Block type: ID #1540 (tile.crucible // exnihiloomnia.blocks.crucibles.BlockCrucible)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (-2303,60,-1289), Chunk: (at 1,3,7 in -144,-81; contains blocks -2304,0,-1296 to -2289,255,-1281), Region: (-5,-3; contains chunks -160,-96 to -129,-65, blocks -2560,0,-1536 to -2049,255,-1025)
Actual block type: ID #1540 (tile.crucible // exnihiloomnia.blocks.crucibles.BlockCrucible)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:6049)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:2162)
I was fixing a small bug for my modpack and thought I'd try my luck at fixing this bug as well. Let me know if this fixes your issue:
https://github.com/asanetargoss/ExNihiloOmnia/releases/tag/1.2.6_v2_unofficial
Edit: I should probably mention this is a fix for the 1.10.2 version.
same here...
exnihiloomnia-1.2.6.jar
forge 1.10.2 12.18.3.2281
Crash Report
---- Minecraft Crash Report ----WARNING: coremods are present:
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.11.16-universal.jar)
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
LoadingPlugin (Quark-r1.1-70.jar)
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
PotionCoreFMLLoadingPlugin (PotionCore-1.5.2_for_1.10.2.jar)
AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
BCModPlugin (zz-backpacks 1.10.2 - 3.2.0.jar)
CTMCorePlugin (CTM-MC1.10.2-0.2.1.21.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.10.2-1.0.19.jar)
PlusTiC (plustic-5.2.1.2.jar)
Contact their authors BEFORE contacting forge
// I blame Dinnerbone.
Time: 9/1/17 3:03 PM
Description: Ticking block entity
java.lang.NullPointerException: Ticking block entity
at exnihiloomnia.registries.crucible.CrucibleRegistry.getItem(CrucibleRegistry.java:85)
at exnihiloomnia.blocks.crucibles.tileentity.TileEntityCrucible$1.insertItem(TileEntityCrucible.java:49)
at net.minecraftforge.items.ItemHandlerHelper.insertItem(ItemHandlerHelper.java:40)
at net.minecraftforge.items.VanillaInventoryCodeHooks.insertHook(VanillaInventoryCodeHooks.java:129)
at net.minecraftforge.items.VanillaInventoryCodeHooks.insertHook(VanillaInventoryCodeHooks.java:107)
at net.minecraft.tileentity.TileEntityHopper.func_145883_k(TileEntityHopper.java:254)
at net.minecraft.tileentity.TileEntityHopper.func_145887_i(TileEntityHopper.java:202)
at net.minecraft.tileentity.TileEntityHopper.func_73660_a(TileEntityHopper.java:187)
at net.minecraft.world.World.func_72939_s(World.java:1804)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Thread: Server thread
Stacktrace:
at exnihiloomnia.registries.crucible.CrucibleRegistry.getItem(CrucibleRegistry.java:85)
at exnihiloomnia.blocks.crucibles.tileentity.TileEntityCrucible$1.insertItem(TileEntityCrucible.java:49)
at net.minecraftforge.items.ItemHandlerHelper.insertItem(ItemHandlerHelper.java:40)
at net.minecraftforge.items.VanillaInventoryCodeHooks.insertHook(VanillaInventoryCodeHooks.java:129)
at net.minecraftforge.items.VanillaInventoryCodeHooks.insertHook(VanillaInventoryCodeHooks.java:107)
at net.minecraft.tileentity.TileEntityHopper.func_145883_k(TileEntityHopper.java:254)
at net.minecraft.tileentity.TileEntityHopper.func_145887_i(TileEntityHopper.java:202)
at net.minecraft.tileentity.TileEntityHopper.func_73660_a(TileEntityHopper.java:187)
-- Block entity being ticked --
Details:
Name: Hopper // net.minecraft.tileentity.TileEntityHopper
Block type: ID #154 (tile.hopper // net.minecraft.block.BlockHopper)
Block data value: 0 / 0x0 / 0b0000
Block location: World: (3016,63,197), Chunk: (at 8,3,5 in 188,12; contains blocks 3008,0,192 to 3023,255,207), Region: (5,0; contains chunks 160,0 to 191,31, blocks 2560,0,0 to 3071,255,511)
Actual block type: ID #154 (tile.hopper // net.minecraft.block.BlockHopper)
Actual block data value: 0 / 0x0 / 0b0000
Stacktrace:
at net.minecraft.world.World.func_72939_s(World.java:1804)
at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:620)
-- Affected level --
Details:
Level name: Hard_Crash
All players: 0 total; []
Chunk stats: ServerChunkCache: 631 Drop: 0
Level seed: 4229499203960714736
Level generator: ID 06 - BIOMESOP, ver 0. Features enabled: true
Level generator options:
Level spawn location: World: (3024,75,184), Chunk: (at 0,4,8 in 189,11; contains blocks 3024,0,176 to 3039,255,191), Region: (5,0; contains chunks 160,0 to 191,31, blocks 2560,0,0 to 3071,255,511)
Level time: 13045700 game time, 2583793 day time
Level dimension: 0
Level storage version: 0x04ABD - Anvil
Level weather: Rain time: 98807 (now: false), thunder time: 32331 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Stacktrace:
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:709)
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
at java.lang.Thread.run(Thread.java:745)
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Linux (amd64) version 3.16.0-4-amd64
Java Version: 1.8.0_111, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 923794864 bytes (880 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
JVM Flags: 14 total; -Xmx1500M -Xms1500M -Xms2048M -Xmx2048M -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:MaxGCPauseMillis=100 -XX:+DisableExplicitGC -XX:TargetSurvivorRatio=90 -XX:G1MixedGCLiveThresholdPercent=50 -XX:+UseLargePages -XX:+UseLargePagesInMetaspace -XX:+AggressiveOpts -XX:+AlwaysPreTouch
IntCache: cache: 1, tcache: 1, allocated: 3, tallocated: 104
FML: MCP 9.32 Powered by Forge 12.18.3.2185 138 mods loaded, 138 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2185-universal.jar)
UCHIJAAAA Forge{12.18.3.2185} [Minecraft Forge] (forge-1.10.2-12.18.3.2185-universal.jar)
UCHIJAAAA AdvancedRocketryCore{1} [Advanced Rocketry] (minecraft.jar)
UCHIJAAAA appliedenergistics2-core{rv4-alpha-11} [Applied Energistics 2 Core] (minecraft.jar)
UCHIJAAAA potioncore_coremod{1.5.2_for_1.10.2} [Potion Core Coremod] (minecraft.jar)
UCHIJAAAA backpacks16840{3.2.0} [Backpacks!] (zz-backpacks 1.10.2 - 3.2.0.jar)
UCHIJAAAA {000} [CoFH ASM] (minecraft.jar)
UCHIJAAAA ccl-entityhook{1.0} [ccl-entityhook] (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
UCHIJAAAA cofhcore{4.1.11} [CoFH Core] (CoFHCore-1.10.2-4.1.11.16-universal.jar)
UCHIJAAAA actuallyadditions{1.10.2-r105} [Actually Additions] (ActuallyAdditions-1.10.2-r105.jar)
UCHIJAAAA libVulpes{0.1.19.} [libVulpes] (LibVulpes-1.10.2-0.1.19-universal.jar)
UCHIJAAAA advancedRocketry{1.0.19} [Advanced Rocketry] (AdvancedRocketry-1.10.2-1.0.19.jar)
UCHIJAAAA Baubles{1.3.11} [Baubles] (Baubles-1.10.2-1.3.11.jar)
UCHIJAAAA JEI{3.14.7.420} [Just Enough Items] (jei_1.10.2-3.14.7.420.jar)
UCHIJAAAA extrautils2{1.0} [Extra Utilities 2] (extrautils2-1.10.2-1.5.1.jar)
UCHIJAAAA flyringbaublemod{0.2.4_1.10.2-d71eb9e} [AngelRing 2 Bauble] (angelRingToBauble-1.10.2-0.2.4.19+d71eb9e.jar)
UCHIJAAAA animania{1.2.1} [Animania] (animania-1.10.2-1.2.1.jar)
UCHIJAAAA appleskin{1.0.7} [AppleSkin] (AppleSkin-mc1.10.2-1.0.7.jar)
UCHIJAAAA appliedenergistics2{rv4-alpha-11} [Applied Energistics 2] (appliedenergistics2-rv4-alpha-11.jar)
UCHIJAAAA Quark{r1.1-70} [Quark] (Quark-r1.1-70.jar)
UCHIJAAAA AutoRegLib{1.0-2} [AutoRegLib] (AutoRegLib-1.0-2.jar)
UCHIJAAAA babymobs{1.5.4} [Baby Mobs] (BabyMobs-1.10.2-1.5.4.jar)
UCHIJAAAA basemetals{2.4.0} [Base Metals] (BaseMetals_1.10.2-2.4.0.11.jar)
UCHIJAAAA golems{6.02} [Extra Golems] (ExtraGolems[1.10.2]-6.02.jar)
UCHIJAAAA golems_metal{6.02.1} [Base Metal Golems] (BaseMetalGolems[1.10]-6.02.1.jar)
UCHIJAAAA battletowers{1.5.8} [Battle Towers] (BattleTowers-1.10.2.jar)
UCHIJAAAA betterbuilderswands{0.11.1} [Better Builder's Wands] (BetterBuildersWands-1.10.2-0.11.1.220+f8232fe.jar)
UCHIJAAAA BiomesOPlenty{5.0.0.2236} [Biomes O' Plenty] (BiomesOPlenty-1.10.2-5.0.0.2236-universal.jar)
UCHIJAAAA bookshelf{1.4.4.347} [Bookshelf] (Bookshelf-1.10.2-1.4.4.347.jar)
UCHIJAAAA Botania{r1.9-341} [Botania] (Botania r1.9-341.jar)
UCHIJAAAA cavern{1.8.3} [Cavern] (Cavern_1.10.2-v1.8.3.jar)
UCHIJAAAA Chameleon{1.10.2-2.3.0} [Chameleon] (Chameleon-1.10.2-2.3.0.jar)
UCHIJAAAA ChestTransporter{2.5.17} [Chest Transporter] (ChestTransporter-1.10.2-2.5.17.jar)
UCHIJAAAA chisel{MC1.10.2-0.0.13.29} [Chisel] (Chisel-MC1.10.2-0.0.13.29.jar)
UCHIJAAAA mcmultipart{1.4.0} [MCMultiPart] (MCMultiPart-1.4.0-universal.jar)
UCHIJAAAA chiselsandbits{12.12} [Chisels & Bits] (chiselsandbits-12.12.jar)
UCHIJAAAA CodeChickenLib{2.5.9.283} [CodeChicken Lib] (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
UCHIJAAAA CodeChickenCore{2.4.1.102} [CodeChicken Core] (CodeChickenCore-1.10.2-2.4.1.102-universal.jar)
UCHIJAAAA dbrownutil{1.1} [Dbrown55 Util Mod] (dbrownutil-1.1.jar)
UCHIJAAAA concrete{1.2} [1.12 Concrete] (concreteMod-1.2.jar)
UCHIJAAAA cosmeticarmorreworked{1.10.2-v2a} [CosmeticArmorReworked] (CosmeticArmorReworked-1.10.2-v2a.jar)
UCHIJAAAA craftingtweaks{6.1.16} [Crafting Tweaks] (CraftingTweaks_1.10.2-6.1.16.jar)
UCHIJAAAA crafttweakerjei{1.0.1} [CraftTweaker JEI Support] (CraftTweaker-1.10.2-3.0.26.jar)
UCHIJAAAA MineTweaker3{3.0.26} [MineTweaker 3] (CraftTweaker-1.10.2-3.0.26.jar)
UCHIJAAAA customspawner{3.10.1} [DrZhark's CustomSpawner] (CustomMobSpawner 3.10.1.jar)
UCHIJAAAA darkutils{1.1.8.finalrc2} [Dark Utilities] (DarkUtilities-1.1.8.finalrc2.jar)
UCHIJAAAA mocreatures{10.0.6} [DrZhark's Mo'Creatures Mod] (DrZhark's Mo'Creatures Mod-10.0.6.jar)
UCHIJAAAA earthworks{1.3.2} [Earthworks] (Earthworks-1.10.2-1.3.2.jar)
UCHIJAAAA elevatorid{1.3.0} [Elevator Mod] (ElevatorMod[V.1.3.0][MC.1.10.2].jar)
UCHIJAAAA eplus{4.1.0.117} [Enchanting Plus] (EnchantingPlus-1.10.2-4.1.0.117.jar)
UCHIJAAAA endercore{1.10.2-0.4.1.66-beta} [EnderCore] (EnderCore-1.10.2-0.4.1.66-beta.jar)
UCHIJAAAA EnderIO{1.10.2-3.1.193} [Ender IO] (EnderIO-1.10.2-3.1.193.jar)
UCHIJAAAA EnderStorage{2.2.1.106} [EnderStorage] (EnderStorage-1.10.2-2.2.1.106-universal.jar)
UCHIJAAAA enderutilities{0.7.4} [Ender Utilities] (enderutilities-1.10.2-0.7.4.jar)
UCHIJAAAA modernmetals{0.11.0} [Modern Metals] (ModernMetals-0.11.0.jar)
UCHIJAAAA endmetals{1.0.4} [End Metals] (EndMetals_1.9-1.0.4.jar)
UCHIJAAAA mantle{1.10.2-1.1.5.205} [Mantle] (Mantle-1.10.2-1.1.5.jar)
UCHIJAAAA tconstruct{1.10.2-2.6.5.10} [Tinkers' Construct] (TConstruct-1.10.2-2.6.5.jar)
UCHIJAAAA immersiveengineering{0.10-61} [Immersive Engineering] (ImmersiveEngineering-0.10-61.jar)
UCHIJAAAA Mekanism{9.2.2} [Mekanism] (Mekanism-1.10.2-9.2.2.301.jar)
UCHIJAAAA exnihiloomnia{1.2.6} [Ex Nihilo Omnia] (exnihiloomnia-1.2.6.jar)
UCHIJAAAA excompressum{2.0.97} [Ex Compressum] (ExCompressum_1.10.2-2.0.97.jar)
UCHIJAAAA fakeblocks{1.0.0} [FakeBlocks] (FakeBlocks 1.0.0.jar)
UCHIJAAAA fastleafdecay{v11} [Fast Leaf Decay] (FastLeafDecay-v11.jar)
UCHIJAAAA fencejumper{1.0.0} [Fence Jumper] (fencejumper-1.10.2-1.0.0.jar)
UCHIJAAAA foamfix{@Version@} [FoamFix] (foamfix-0.7.1-law.jar)
UCHIJAAAA ftbl{0.0.0} [FTBLib] (FTBLib-1.1x-3.6.5.jar)
UCHIJAAAA ftbtweaks{2.0.0} [FTB Tweaks] (FTBTweaks-2.0.0.jar)
UCHIJAAAA ftbu{0.0.0} [FTBUtilities] (FTBUtilities-1.1x-3.6.5.jar)
UCHIJAAAA gravestone{1.5.13} [Gravestone Mod] (gravestone-1.5.13.jar)
UCHIJAAAA guideapi{@Version@} [Guide-API] (Guide-API-1.10.2-2.0.3-46.jar)
UCHIJAAAA gbook{1.7.3} [Guidebook] (Guidebook-1.10.2-1.7.3.jar)
UCHIJAAAA hatchery{0.2.10} [Hatchery] (hatchery-1.10.2-0.2.10.jar)
UCHIJAAAA helpfixer{1.0} [HelpFixer] (HelpFixer-1.10.2-1.4.15.jar)
UCHIJAAAA hopperducts{1.4.8.1} [Hopper Ducts] (hopperducts-mc1.9.4-1.4.8.1.jar)
UCHIJAAAA ironbackpacks{1.10.2-2.2.29} [Iron Backpacks] (IronBackpacks-1.10.2-2.2.29.jar)
UCHIJAAAA ironchest{1.10.2-7.0.15.804} [Iron Chest] (ironchest-1.10.2-7.0.15.804.jar)
UCHIJAAAA iskalliumreactors{0.3.9-beta} [Iskallium Reactors] (iskalliumreactors-1.10.2-0.3.9-beta.jar)
UCHIJAAAA jehc{1.2.2} [Just Enough HarvestCraft] (jehc-1.10.2-1.2.2.jar)
UCHIJAAAA journeymap{1.10.2-5.4.7} [JourneyMap] (journeymap-1.10.2-5.4.7.jar)
UCHIJAAAA lootbags{2.3.9} [Loot Bags] (LootBags-1.10.2-2.3.9.jar)
UCHIJAAAA loottweaker{0.0.6.3} [LootTweaker] (LootTweaker-1.10.2-0.0.6.3.jar)
UCHIJAAAA RadixCore{1.10.2-2.1.3} [RadixCore] (RadixCore-1.10.2-2.1.3-universal.jar)
UCHIJAAAA MCA{1.10.2-5.2.3} [Minecraft Comes Alive] (MCA-1.10.2-5.2.3-universal.jar)
UCHIJAAAA MekanismGenerators{9.2.2} [MekanismGenerators] (MekanismGenerators-1.10.2-9.2.2.301.jar)
UCHIJAAAA MekanismTools{9.2.2} [MekanismTools] (MekanismTools-1.10.2-9.2.2.301.jar)
UCHIJAAAA mob_grinding_utils{0.1.8.22} [mob_grinding_utils] (MobGrindingUtils-0.1.8.22.jar)
UCHIJAAAA golems_modern{6.02.2} [Modern Metal Golems Addon] (ModernMetalGolemsAddon[1.10]-6.02.2.jar)
UCHIJAAAA mtlib{@Version@} [MTLib] (MTLib-1.0.3.jar)
UCHIJAAAA modtweaker{2.0.13} [Mod Tweaker] (ModTweaker2-2.0.13.jar)
UCHIJAAAA morefuelsmod-1.10.x{1.6.0} [More Fuels Mod] (morefuelsmod-1.10.x-1.6.0.jar)
UCHIJAAAA Morpheus{1.10.2-3.1.13} [Morpheus] (Morpheus-1.10.2-3.1.13.jar)
UCHIJAAAA natura{1.10.2-4.1.0.73} [Natura] (natura-1.10.2-4.1.0.73.jar)
UCHIJAAAA nethermetals{1.1.4} [Nether Metals] (NetherMetals-1.10.2-1.1.4.jar)
UCHIJAAAA recipehandler{0.6} [NoMoreRecipeConflict] (NoMoreRecipeConflict-0.6(1.10.2).jar)
UCHIJAAAA potioncore{1.5.2_for_1.10.2} [Potion Core] (PotionCore-1.5.2_for_1.10.2.jar)
UCHIJAAAA nep{1.3_for_1.10.2} [Not Enough Potions] (NotEnoughPotions-1.3_for_1.10.2.jar)
UCHIJAAAA orespawn{1.1.0} [Ore Spawn] (OreSpawn_1.10.2-1.1.0.jar)
UCHIJAAAA harvestcraft{1.10.2j} [Pam's HarvestCraft] (Pam's HarvestCraft 1.10.2j.jar)
UCHIJAAAA thermalfoundation{2.1.5} [Thermal Foundation] (ThermalFoundation-1.10.2-2.1.5.12-universal.jar)
UCHIJAAAA plustic{5.2.1.2} [PlusTiC] (plustic-5.2.1.2.jar)
UCHIJAAAA progressiveautomation{1.7.4} [Progressive Automation] (ProgressiveAutomation-1.10.2-1.7.4.jar)
UCHIJAAAA randomthings{3.7.7.1} [Random Things] (RandomThings-MC1.10.2-3.7.7.1.jar)
UCHIJAAAA rangedpumps{0.3} [Ranged Pumps] (rangedpumps-0.3.jar)
UCHIJAAAA recyclemod{1.0} [Recycle Iron Mod] (recyclemod-1.0.jar)
UCHIJAAAA corerm{1.2e-1.9.4} [RikMuld's Core] (RikMuldsCore_1.2e-1.10.2.jar)
UCHIJAAAA roguelike{1.5.9} [Roguelike Dungeons] (RoguelikeDungeons-1.10.2-1.5.9_frakier.jar)
UCHIJAAAA ruins{16.2} [Ruins Mod] (Ruins-1.10.2.jar)
UCHIJAAAA SaltMod{1.8.d} [Salty Mod] (SaltyMod-1.10.2-1.8.d.jar)
UCHIJAAAA shadowmc{3.6.1} [ShadowMC] (ShadowMC-1.10.2-3.6.1.jar)
UCHIJAAAA shulkerdrops{0.3} [Shulker Drops] (ShulkerDrops-0.3.jar)
UCHIJAAAA SleepingBag{1.4.0} [Sleeping Bag] (SleepingBag-1.10.2-1.4.0.jar)
UCHIJAAAA thermalexpansion{5.1.9} [Thermal Expansion] (ThermalExpansion-1.10.2-5.1.9.21-universal.jar)
UCHIJAAAA sodiumcraft{1.2} [SodiumCraft] (sodiumcraft-1.2-mc1.10-patch2.jar)
UCHIJAAAA SophisticatedWolves{3.6.1} [SophisticatedWolves] (SophisticatedWolves-3.6.5.jar)
UCHIJAAAA spartanshields{1.3} [Spartan Shields] (SpartanShields-1.10.2-1.3.jar)
UCHIJAAAA StorageDrawers{1.10.2-3.7.10} [Storage Drawers] (StorageDrawers-1.10.2-3.7.10.jar)
UCHIJAAAA camping{2.3d-1.9.4} [The Camping Mod 2] (TheCampingMod_2.3d-1.10.2.jar)
UCHIJAAAA thermaldynamics{2.0.10} [Thermal Dynamics] (ThermalDynamics-1.10.2-2.0.10.16-universal.jar)
UCHIJAAAA golems_tcon{6.02.1} [Tinkers' Golems Addon] (TinkersGolemsAddon[1.10.2]-6.02.1.jar)
UCHIJAAAA tp{1.2.3} [Tiny Progressions] (tinyprogressions-1.10.2-1.2.3.jar)
UCHIJAAAA torchmaster{1.0} [TorchMaster] (torchmaster_1.10.2-1.2.3.27.jar)
UCHIJAAAA veinmineru{1.0} [Vein Miner Unlockable] (Vein_Miner_Unlockable-v1.0.jar)
UCHIJAAAA VeinMiner{0.36.0_1.9-0056a96} [Vein Miner] (VeinMiner-1.9-0.36.0.609+0056a96.jar)
UCHIJAAAA VeinMinerModSupport{0.36.0_1.9-0056a96} [Mod Support] (VeinMiner-1.9-0.36.0.609+0056a96.jar)
UCHIJAAAA veinminermodintegration{1.7.10-0.2.0} [Veinminer Mod Integration] (veinminermodintegration-0.6.0-1.9.4r29+2f88da6.jar)
UCHIJAAAA vc{5.0.6} [ViesCraft] (ViesCraft-1.10.X-5.0.6.jar)
UCHIJAAAA vtt{0.6.3} [Villager Trade Tables] (VillagerTrades-1.10-0.6.3.jar)
UCHIJAAAA vitality{2.4} [Vitality] (vitality-2.4.jar)
UCHIJAAAA wanionlib{1.10.2-1.3} [WanionLib] (WanionLib-1.10.2-1.3.jar)
UCHIJAAAA waterstrainer{1.4.2} [Water Strainer] (WaterStrainer-1.9.4-1.4.2.jar)
UCHIJAAAA waystones{2.0.12} [Waystones] (Waystones_1.10.2-2.0.12.jar)
UCHIJAAAA weaponcaseloot{4.0.3} [WeaponCaseLoot] (weaponcaseloot-1.10.2-4.0.3.jar)
UCHIJAAAA wolfarmor{1.3.1} [Wolf Armor and Storage] (wolfarmor-1.4.1.0.jar)
UCHIJAAAA worldedit{6.1.4} [WorldEdit] (worldedit-forge-mc1.10.2-6.1.4-dist.jar)
UCHIJAAAA wtfcore{1.10.2_v1.5} [WTFs Expedition] (WTF-Expedition-WorldGen_1.10.2_-v1.5.1.jar)
UCHIJAAAA unidict{1.10.2-2.9b} [UniDict] (UniDict-1.10.2-2.9b.jar)
Loaded coremods (and transformers):
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.4.347.jar)
net.darkhax.bookshelf.asm.BookshelfTransformerManager
CCLCorePlugin (CodeChickenLib-1.10.2-2.5.9.283-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.CCL_ASMTransformer
CoFH Loading Plugin (CoFHCore-1.10.2-4.1.11.16-universal.jar)
cofh.asm.CoFHClassTransformer
cofh.asm.repack.codechicken.lib.asm.ClassHierarchyManager
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.1.jar)
lumien.randomthings.asm.ClassTransformer
LoadingPlugin (Quark-r1.1-70.jar)
vazkii.quark.base.asm.ClassTransformer
EnderCorePlugin (EnderCore-1.10.2-0.4.1.66-beta.jar)
com.enderio.core.common.transform.EnderCoreTransformer
PotionCoreFMLLoadingPlugin (PotionCore-1.5.2_for_1.10.2.jar)
com.tmtravlr.potioncore.asm.ArmorHandlerTransformer
AppEngCore (appliedenergistics2-rv4-alpha-11.jar)
appeng.coremod.transformer.ASMIntegration
BCModPlugin (zz-backpacks 1.10.2 - 3.2.0.jar)
brad16840.common.asm.ClassTransformer
CTMCorePlugin (CTM-MC1.10.2-0.2.1.21.jar)
team.chisel.ctm.client.asm.CTMTransformer
AdvancedRocketryPlugin (AdvancedRocketry-1.10.2-1.0.19.jar)
zmaster587.advancedRocketry.asm.ClassTransformer
PlusTiC (plustic-5.2.1.2.jar)
landmaster.plustic.asm.Transform
AE2 Version: alpha rv4-alpha-11 for Forge 12.18.3.2185
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
- craftingtweaksIntegration (Enabled/Not Forced)
Pulsar/natura loaded Pulses:
- NaturaCommons (Enabled/Forced)
- NaturaOverworld (Enabled/Not Forced)
- NaturaNether (Enabled/Not Forced)
- NaturaDecorative (Enabled/Not Forced)
- NaturaTools (Enabled/Not Forced)
- NaturaEntities (Enabled/Not Forced)
- NaturaOredict (Enabled/Forced)
- NaturaWorld (Enabled/Not Forced)
- craftingtweaksIntegration (Enabled/Not Forced)
CodeChickenLib Invalid Fingerprint Reports:
CodeChickenCore Invalid Fingerprint Reports:
EnderIO: Found the following problem(s) with your installation (That does NOT mean that Ender IO caused the crash or was involved in it in any way. We add this information to help finding common problems, not as an invitation to post any crash you encounter to Ender IO's issue tracker. Always check the stack trace above to see which mod is most likely failing.):
* An unsupportted RF API is installed (1.7.0 from (guessing) jar:file:/var/games/minecraft/servers/Hard_Crash/mods/CoFHCore-1.10.2-4.1.11.16-universal.jar!/cofh/api/CoFHAPIProps.class).
Ender IO needs at least 1.4.0 and will NOT work with older versions.
This may (look up the meaning of 'may' in the dictionary if you're not sure what it means) have caused the error. Try reproducing the crash WITHOUT this/these mod(s) before reporting it.
Detailed RF API diagnostics:
* RF API class 'EnergyStorage' is loaded from: jar:file:/var/games/minecraft/servers/Hard_Crash/mods/CoFHCore-1.10.2-4.1.11.16-universal.jar!/cofh/api/energy/EnergyStorage.class
* RF API class 'IEnergyConnection' is loaded from: jar:file:/var/games/minecraft/servers/Hard_Crash/mods/CoFHCore-1.10.2-4.1.11.16-universal.jar!/cofh/api/energy/IEnergyConnection.class
* RF API class 'IEnergyContainerItem' is loaded from: jar:file:/var/games/minecraft/servers/Hard_Crash/mods/CoFHCore-1.10.2-4.1.11.16-universal.jar!/cofh/api/energy/IEnergyContainerItem.class
* RF API class 'IEnergyHandler' is loaded from: jar:file:/var/games/minecraft/servers/Hard_Crash/mods/CoFHCore-1.10.2-4.1.11.16-universal.jar!/cofh/api/energy/IEnergyHandler.class
* RF API class 'IEnergyProvider' is loaded from: jar:file:/var/games/minecraft/servers/Hard_Crash/mods/CoFHCore-1.10.2-4.1.11.16-universal.jar!/cofh/api/energy/IEnergyProvider.class
* RF API class 'IEnergyReceiver' is loaded from: jar:file:/var/games/minecraft/servers/Hard_Crash/mods/CoFHCore-1.10.2-4.1.11.16-universal.jar!/cofh/api/energy/IEnergyReceiver.class
* RF API class 'IEnergyStorage' is loaded from: jar:file:/var/games/minecraft/servers/Hard_Crash/mods/CoFHCore-1.10.2-4.1.11.16-universal.jar!/cofh/api/energy/IEnergyStorage.class
* RF API class 'ItemEnergyContainer' is loaded from: jar:file:/var/games/minecraft/servers/Hard_Crash/mods/CoFHCore-1.10.2-4.1.11.16-universal.jar!/cofh/api/energy/ItemEnergyContainer.class
* RF API class 'TileEnergyHandler' is loaded from: jar:file:/var/games/minecraft/servers/Hard_Crash/mods/CoFHCore-1.10.2-4.1.11.16-universal.jar!/cofh/api/energy/TileEnergyHandler.class
Detailed Tesla API diagnostics:
* Tesla API class 'Tesla' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.Tesla)
* Tesla API class 'TeslaCapabilities' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.capability.TeslaCapabilities)
* Tesla API class 'ITeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaConsumer)
* Tesla API class 'ITeslaHolder' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaHolder)
* Tesla API class 'ITeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.ITeslaProducer)
* Tesla API class 'BaseTeslaContainer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainer)
* Tesla API class 'BaseTeslaContainerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.BaseTeslaContainerProvider)
* Tesla API class 'InfiniteTeslaConsumer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumer)
* Tesla API class 'InfiniteTeslaConsumerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaConsumerProvider)
* Tesla API class 'InfiniteTeslaProducer' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducer)
* Tesla API class 'InfiniteTeslaProducerProvider' could not be loaded (reason: java.lang.ClassNotFoundException: net.darkhax.tesla.api.implementation.InfiniteTeslaProducerProvider)
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash. Scroll up!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
EnderStorage Invalid Fingerprint Reports:
AE2 Integration: IC2:OFF, RC:OFF, RF:OFF, RFItem:OFF, MFR:OFF, Waila:OFF, Mekanism:OFF, OpenComputers:OFF, THE_ONE_PROBE:OFF
Profiler Position: N/A (disabled)
Player Count: 0 / 5; []
Is Modded: Definitely; Server brand changed to 'fml,forge'
Type: Dedicated Server (map_server.txt)