Immersive Engineering

Immersive Engineering

134M Downloads

"Updating Neighbor" error with Thermal Dynamics? (1.12.2)

absolute-xero opened this issue ยท 4 comments

commented

So I made a mod pack for Minecraft 1.12 and setup a server, and I was setting the Garden Cloche with Thermal Dynamics stuff to power it and take stuff from it and junk. i played an itemduct next to the top part of the Cloche and then the game just crash and gave me this:

The game crashed whilst exception while updating neighbours
Error: java.lang.ClassCastException: blusunrize.immersiveengineering.common.blocks.metal.TileEntityBelljar cannot be cast to cofh.thermaldynamics.duct.tiles.TileGrid

This one itemduct on a cloche has totally broken the server is there anything I can do to fix it?

((FULL CRASH REPORT))
(I don't know if im suppost to post the entire thing but maybe it will help)
---- Minecraft Crash Report ----

WARNING: coremods are present:
ForgelinPlugin (Forgelin-1.8.3.jar)
Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
MekanismCoremod (Mekanism-1.12.2-9.8.1.383.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.69-core.jar)
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
IELoadingPlugin (ImmersiveEngineering-core-0.12-91.jar)
DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.5.4.3.jar)
DLFMLCorePlugin (DynamicLights-1.12.2.jar)
AstralCore (astralsorcery-1.12.2-1.10.20.jar)
CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
Contact their authors BEFORE contacting forge

// Why did you do that?

Time: 9/11/19 2:56 AM
Description: Exception while updating neighbours

java.lang.ClassCastException: blusunrize.immersiveengineering.common.blocks.metal.TileEntityBelljar cannot be cast to cofh.thermaldynamics.duct.tiles.TileGrid
at cofh.thermaldynamics.block.BlockDuct.func_180656_a(BlockDuct.java:264)
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_185911_a(BlockStateContainer.java:388)
at net.minecraft.world.World.func_175651_c(World.java:3271)
at net.minecraft.world.World.func_175640_z(World.java:3280)
at cofh.thermaldynamics.duct.tiles.TileGrid.isPowered(TileGrid.java:834)
at cofh.thermaldynamics.duct.tiles.TileGridStructureBase.isPowered(TileGridStructureBase.java:87)
at cofh.thermaldynamics.duct.attachments.ConnectionBase.getPowerState(ConnectionBase.java:146)
at cofh.thermaldynamics.duct.attachments.ConnectionBase.onNeighborChange(ConnectionBase.java:133)
at cofh.thermaldynamics.duct.attachments.servo.ServoItem.onNeighborChange(ServoItem.java:363)
at cofh.thermaldynamics.duct.tiles.TileGrid.onNeighborBlockChange(TileGrid.java:194)
at cofh.core.block.BlockCoreTile.func_189540_a(BlockCoreTile.java:153)
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_189546_a(BlockStateContainer.java:481)
at net.minecraft.world.World.func_190524_a(World.java:551)
at net.minecraft.world.World.func_175685_c(World.java:493)
at cofh.core.block.TileCore.callNeighborStateChange(TileCore.java:52)
at cofh.thermaldynamics.duct.tiles.TileGrid.onNeighborBlockChange(TileGrid.java:205)
at cofh.core.block.BlockCoreTile.func_189540_a(BlockCoreTile.java:153)
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_189546_a(BlockStateContainer.java:481)
at net.minecraft.world.World.func_190524_a(World.java:551)
at net.minecraft.world.World.func_175685_c(World.java:493)
at cofh.core.block.TileCore.callNeighborStateChange(TileCore.java:52)
at cofh.thermaldynamics.duct.tiles.TileGrid.onNeighborBlockChange(TileGrid.java:205)
at cofh.core.block.BlockCoreTile.func_189540_a(BlockCoreTile.java:153)
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_189546_a(BlockStateContainer.java:481)
at net.minecraft.world.World.func_190524_a(World.java:551)
at net.minecraft.world.World.func_175685_c(World.java:493)
at cofh.core.block.TileCore.callNeighborStateChange(TileCore.java:52)
at cofh.thermaldynamics.duct.tiles.TileGrid.onNeighborBlockChange(TileGrid.java:205)
at cofh.core.block.BlockCoreTile.func_189540_a(BlockCoreTile.java:153)
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_189546_a(BlockStateContainer.java:481)
at net.minecraft.world.World.func_190524_a(World.java:551)
at net.minecraft.world.World.func_175685_c(World.java:493)
at cofh.core.block.TileCore.callNeighborStateChange(TileCore.java:52)
at cofh.thermaldynamics.duct.tiles.TileGrid.onNeighborBlockChange(TileGrid.java:205)
at cofh.core.block.BlockCoreTile.func_189540_a(BlockCoreTile.java:153)
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_189546_a(BlockStateContainer.java:481)
at net.minecraft.world.World.func_190524_a(World.java:551)
at net.minecraft.world.World.func_175685_c(World.java:493)
at cofh.core.block.TileCore.callNeighborStateChange(TileCore.java:52)
at cofh.thermaldynamics.duct.tiles.TileGrid.onNeighborBlockChange(TileGrid.java:205)
at cofh.thermaldynamics.duct.tiles.DuctUnit.onNeighborBlockChange(DuctUnit.java:283)
at cofh.thermaldynamics.multiblock.MultiBlockFormer.checkMultiBlock(MultiBlockFormer.java:33)
at cofh.thermaldynamics.multiblock.MultiBlockFormer.formGrid(MultiBlockFormer.java:23)
at cofh.thermaldynamics.duct.tiles.DuctUnit.formGrid(DuctUnit.java:252)
at cofh.thermaldynamics.duct.tiles.DuctUnit.singleTick(DuctUnit.java:349)
at cofh.thermaldynamics.util.WorldGridList.tickEnd(WorldGridList.java:84)
at cofh.thermaldynamics.util.TickHandler.tick(TickHandler.java:93)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1534_TickHandler_tick_WorldTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:274)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:776)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
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 cofh.thermaldynamics.block.BlockDuct.func_180656_a(BlockDuct.java:264)
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_185911_a(BlockStateContainer.java:388)
at net.minecraft.world.World.func_175651_c(World.java:3271)
at net.minecraft.world.World.func_175640_z(World.java:3280)
at cofh.thermaldynamics.duct.tiles.TileGrid.isPowered(TileGrid.java:834)
at cofh.thermaldynamics.duct.tiles.TileGridStructureBase.isPowered(TileGridStructureBase.java:87)
at cofh.thermaldynamics.duct.attachments.ConnectionBase.getPowerState(ConnectionBase.java:146)
at cofh.thermaldynamics.duct.attachments.ConnectionBase.onNeighborChange(ConnectionBase.java:133)
at cofh.thermaldynamics.duct.attachments.servo.ServoItem.onNeighborChange(ServoItem.java:363)
at cofh.thermaldynamics.duct.tiles.TileGrid.onNeighborBlockChange(TileGrid.java:194)
at cofh.core.block.BlockCoreTile.func_189540_a(BlockCoreTile.java:153)
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_189546_a(BlockStateContainer.java:481)

-- Block being updated --
Details:
Source block type: ID #565 (tile.thermaldynamics.duct // cofh.thermaldynamics.block.BlockDuct // thermaldynamics:duct_32)
Block: thermaldynamics:duct_32[meta=0]
Block location: World: (179,72,-250), Chunk: (at 3,4,6 in 11,-16; contains blocks 176,0,-256 to 191,255,-241), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Stacktrace:
at net.minecraft.world.World.func_190524_a(World.java:551)
at net.minecraft.world.World.func_175685_c(World.java:493)
at cofh.core.block.TileCore.callNeighborStateChange(TileCore.java:52)
at cofh.thermaldynamics.duct.tiles.TileGrid.onNeighborBlockChange(TileGrid.java:205)
at cofh.core.block.BlockCoreTile.func_189540_a(BlockCoreTile.java:153)
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_189546_a(BlockStateContainer.java:481)

-- Block being updated --
Details:
Source block type: ID #565 (tile.thermaldynamics.duct // cofh.thermaldynamics.block.BlockDuct // thermaldynamics:duct_32)
Block: thermaldynamics:duct_32[meta=0]
Block location: World: (178,72,-250), Chunk: (at 2,4,6 in 11,-16; contains blocks 176,0,-256 to 191,255,-241), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Stacktrace:
at net.minecraft.world.World.func_190524_a(World.java:551)
at net.minecraft.world.World.func_175685_c(World.java:493)
at cofh.core.block.TileCore.callNeighborStateChange(TileCore.java:52)
at cofh.thermaldynamics.duct.tiles.TileGrid.onNeighborBlockChange(TileGrid.java:205)
at cofh.core.block.BlockCoreTile.func_189540_a(BlockCoreTile.java:153)
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_189546_a(BlockStateContainer.java:481)

-- Block being updated --
Details:
Source block type: ID #565 (tile.thermaldynamics.duct // cofh.thermaldynamics.block.BlockDuct // thermaldynamics:duct_32)
Block: thermaldynamics:duct_32[meta=0]
Block location: World: (177,72,-250), Chunk: (at 1,4,6 in 11,-16; contains blocks 176,0,-256 to 191,255,-241), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Stacktrace:
at net.minecraft.world.World.func_190524_a(World.java:551)
at net.minecraft.world.World.func_175685_c(World.java:493)
at cofh.core.block.TileCore.callNeighborStateChange(TileCore.java:52)
at cofh.thermaldynamics.duct.tiles.TileGrid.onNeighborBlockChange(TileGrid.java:205)
at cofh.core.block.BlockCoreTile.func_189540_a(BlockCoreTile.java:153)
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_189546_a(BlockStateContainer.java:481)

-- Block being updated --
Details:
Source block type: ID #565 (tile.thermaldynamics.duct // cofh.thermaldynamics.block.BlockDuct // thermaldynamics:duct_32)
Block: thermaldynamics:duct_32[meta=0]
Block location: World: (176,72,-250), Chunk: (at 0,4,6 in 11,-16; contains blocks 176,0,-256 to 191,255,-241), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Stacktrace:
at net.minecraft.world.World.func_190524_a(World.java:551)
at net.minecraft.world.World.func_175685_c(World.java:493)
at cofh.core.block.TileCore.callNeighborStateChange(TileCore.java:52)
at cofh.thermaldynamics.duct.tiles.TileGrid.onNeighborBlockChange(TileGrid.java:205)
at cofh.core.block.BlockCoreTile.func_189540_a(BlockCoreTile.java:153)
at net.minecraft.block.state.BlockStateContainer$StateImplementation.func_189546_a(BlockStateContainer.java:481)

-- Block being updated --
Details:
Source block type: ID #565 (tile.thermaldynamics.duct // cofh.thermaldynamics.block.BlockDuct // thermaldynamics:duct_32)
Block: thermaldynamics:duct_32[meta=0]
Block location: World: (175,72,-250), Chunk: (at 15,4,6 in 10,-16; contains blocks 160,0,-256 to 175,255,-241), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
Stacktrace:
at net.minecraft.world.World.func_190524_a(World.java:551)
at net.minecraft.world.World.func_175685_c(World.java:493)
at cofh.core.block.TileCore.callNeighborStateChange(TileCore.java:52)
at cofh.thermaldynamics.duct.tiles.TileGrid.onNeighborBlockChange(TileGrid.java:205)
at cofh.thermaldynamics.duct.tiles.DuctUnit.onNeighborBlockChange(DuctUnit.java:283)
at cofh.thermaldynamics.multiblock.MultiBlockFormer.checkMultiBlock(MultiBlockFormer.java:33)
at cofh.thermaldynamics.multiblock.MultiBlockFormer.formGrid(MultiBlockFormer.java:23)
at cofh.thermaldynamics.duct.tiles.DuctUnit.formGrid(DuctUnit.java:252)
at cofh.thermaldynamics.duct.tiles.DuctUnit.singleTick(DuctUnit.java:349)
at cofh.thermaldynamics.util.WorldGridList.tickEnd(WorldGridList.java:84)
at cofh.thermaldynamics.util.TickHandler.tick(TickHandler.java:93)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_1534_TickHandler_tick_WorldTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.fml.common.FMLCommonHandler.onPostWorldTick(FMLCommonHandler.java:274)
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:776)
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:185)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:745)

-- System Details --
Details:
Minecraft Version: 1.12.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1535816992 bytes (1464 MB) / 5962727424 bytes (5686 MB) up to 7719616512 bytes (7362 MB)
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx8281m -Xms256m -XX:PermSize=256m
IntCache: cache: 0, tcache: 0, allocated: 5, tallocated: 104
FML: MCP 9.42 Powered by Forge 14.23.5.2847 130 mods loaded, 130 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

| State  | ID                                | Version                  | Source                                           | Signature                                |
|:------ |:--------------------------------- |:------------------------ |:------------------------------------------------ |:---------------------------------------- |
| LCHIJA | minecraft                         | 1.12.2                   | minecraft.jar                                    | None                                     |
| LCHIJA | mcp                               | 9.42                     | minecraft.jar                                    | None                                     |
| LCHIJA | FML                               | 8.0.99.99                | forge-1.12.2-14.23.5.2847.jar                    | None                                     |
| LCHIJA | forge                             | 14.23.5.2847             | forge-1.12.2-14.23.5.2847.jar                    | None                                     |
| LCHIJA | openmodscore                      | 0.12.2                   | minecraft.jar                                    | None                                     |
| LCHIJA | dsurroundcore                     | 3.5.4.3                  | minecraft.jar                                    | None                                     |
| LCHIJA | actuallyadditions                 | 1.12.2-r150              | ActuallyAdditions-1.12.2-r150.jar                | None                                     |
| LCHIJA | baubles                           | 1.5.2                    | Baubles-1.12-1.5.2.jar                           | None                                     |
| LCHIJA | actuallybaubles                   | 1.1                      | ActuallyBaubles-1.12-1.1.jar                     | None                                     |
| LCHIJA | jei                               | 4.15.0.268               | jei_1.12.2-4.15.0.268.jar                        | None                                     |
| LCHIJA | appleskin                         | 1.0.9                    | AppleSkin-mc1.12-1.0.9.jar                       | None                                     |
| LCHIJA | ctm                               | MC1.12.2-0.3.3.22        | CTM-MC1.12.2-0.3.3.22.jar                        | None                                     |
| LCHIJA | appliedenergistics2               | rv6-stable-7             | appliedenergistics2-rv6-stable-7.jar             | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
| LCHIJA | astralsorcery                     | 1.10.20                  | astralsorcery-1.12.2-1.10.20.jar                 | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| LCHIJA | betteradvancements                | 0.1.0.77                 | BetterAdvancements-1.12.2-0.1.0.77.jar           | None                                     |
| LCHIJA | betterbuilderswands               | 0.11.1                   | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar  | None                                     |
| LCHIJA | biomesoplenty                     | 7.0.1.2441               | BiomesOPlenty-1.12.2-7.0.1.2441-universal.jar    | None                                     |
| LCHIJA | blockcraftery                     | 1.12.2-1.3.1             | blockcraftery-1.12.2-1.3.1.jar                   | None                                     |
| LCHIJA | cyclicmagic                       | 1.19.16                  | Cyclic-1.12.2-1.19.16.jar                        | 1bc8f8dbe770187a854cef35dad0ff40ba441bbe |
| LCHIJA | guideapi                          | 1.12-2.1.8-63            | Guide-API-1.12-2.1.8-63.jar                      | None                                     |
| LCHIJA | bloodmagic                        | 1.12.2-2.4.2-104         | BloodMagic-1.12.2-2.4.2-104.jar                  | None                                     |
| LCHIJA | bookshelf                         | 2.3.585                  | Bookshelf-1.12.2-2.3.585.jar                     | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | thaumcraft                        | 6.1.BETA26               | Thaumcraft-1.12.2-6.1.BETA26.jar                 | None                                     |
| LCHIJA | botania                           | r1.10-362                | Botania r1.10-362.jar                            | None                                     |
| LCHIJA | buildcraftlib                     | 7.99.24.2                | buildcraft-all-7.99.24.2.jar                     | None                                     |
| LCHIJA | buildcraftcore                    | 7.99.24.2                | buildcraft-all-7.99.24.2.jar                     | None                                     |
| LCHIJA | buildcraftbuilders                | 7.99.24.2                | buildcraft-all-7.99.24.2.jar                     | None                                     |
| LCHIJA | buildcrafttransport               | 7.99.24.2                | buildcraft-all-7.99.24.2.jar                     | None                                     |
| LCHIJA | buildcraftsilicon                 | 7.99.24.2                | buildcraft-all-7.99.24.2.jar                     | None                                     |
| LCHIJA | theoneprobe                       | 1.4.28                   | theoneprobe-1.12-1.4.28.jar                      | None                                     |
| LCHIJA | buildcraftcompat                  | 7.99.24.2                | buildcraft-all-7.99.24.2.jar                     | None                                     |
| LCHIJA | buildcraftenergy                  | 7.99.24.2                | buildcraft-all-7.99.24.2.jar                     | None                                     |
| LCHIJA | buildcraftfactory                 | 7.99.24.2                | buildcraft-all-7.99.24.2.jar                     | None                                     |
| LCHIJA | buildcraftrobotics                | 7.99.24.2                | buildcraft-all-7.99.24.2.jar                     | None                                     |
| LCHIJA | buildinggadgets                   | 2.7.3                    | BuildingGadgets-2.7.3.jar                        | None                                     |
| LCHIJA | chameleon                         | 1.12-4.1.3               | Chameleon-1.12-4.1.3.jar                         | None                                     |
| LCHIJA | chesttransporter                  | 2.8.8                    | ChestTransporter-1.12.2-2.8.8.jar                | None                                     |
| LCHIJA | chickens                          | 6.0.4                    | chickens-6.0.4.jar                               | None                                     |
| LCHIJA | chisel                            | MC1.12.2-0.2.1.35        | Chisel-MC1.12.2-0.2.1.35.jar                     | None                                     |
| LCHIJA | codechickenlib                    | 3.2.3.358                | CodeChickenLib-1.12.2-3.2.3.358-universal.jar    | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | redstoneflux                      | 2.1.0                    | RedstoneFlux-1.12-2.1.0.6-universal.jar          | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHIJA | cofhcore                          | 4.6.3                    | CoFHCore-1.12.2-4.6.3.27-universal.jar           | None                                     |
| LCHIJA | cofhworld                         | 1.3.1                    | CoFHWorld-1.12.2-1.3.1.7-universal.jar           | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHIJA | controlling                       | 3.0.7                    | Controlling-3.0.7.jar                            | None                                     |
| LCHIJA | cucumber                          | 1.1.3                    | Cucumber-1.12.2-1.1.3.jar                        | None                                     |
| LCHIJA | dragonmounts                      | 1.12.2-1.6.3             | DragonMounts2-1.12.2-1.6.3.jar                   | None                                     |
| LCHIJA | dynamiclights                     | 1.4.9                    | DynamicLights-1.12.2.jar                         | None                                     |
| LCHIJA | dynamiclights_onfire              | 1.0.7                    | DynamicLights-1.12.2.jar                         | None                                     |
| LCHIJA | dynamiclights_creepers            | 1.0.6                    | DynamicLights-1.12.2.jar                         | None                                     |
| LCHIJA | dynamiclights_dropitems           | 1.1.0                    | DynamicLights-1.12.2.jar                         | None                                     |
| LCHIJA | dynamiclights_entityclasses       | 1.0.1                    | DynamicLights-1.12.2.jar                         | None                                     |
| LCHIJA | dynamiclights_mobequipment        | 1.1.0                    | DynamicLights-1.12.2.jar                         | None                                     |
| LCHIJA | dynamiclights_flamearrows         | 1.0.1                    | DynamicLights-1.12.2.jar                         | None                                     |
| LCHIJA | dynamiclights_floodlights         | 1.0.3                    | DynamicLights-1.12.2.jar                         | None                                     |
| LCHIJA | dynamiclights_otherplayers        | 1.0.9                    | DynamicLights-1.12.2.jar                         | None                                     |
| LCHIJA | dynamiclights_theplayer           | 1.1.3                    | DynamicLights-1.12.2.jar                         | None                                     |
| LCHIJA | endercore                         | 1.12.2-0.5.69            | EnderCore-1.12.2-0.5.69.jar                      | None                                     |
| LCHIJA | thermalfoundation                 | 2.6.3                    | ThermalFoundation-1.12.2-2.6.3.27-universal.jar  | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHIJA | thermalexpansion                  | 5.5.4                    | ThermalExpansion-1.12.2-5.5.4.43-universal.jar   | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHIJA | enderio                           | 5.1.51                   | EnderIO-1.12.2-5.1.51.jar                        | None                                     |
| LCHIJA | enderiointegrationtic             | 5.1.51                   | EnderIO-1.12.2-5.1.51.jar                        | None                                     |
| LCHIJA | enderiobase                       | 5.1.51                   | EnderIO-1.12.2-5.1.51.jar                        | None                                     |
| LCHIJA | enderioconduits                   | 5.1.51                   | EnderIO-1.12.2-5.1.51.jar                        | None                                     |
| LCHIJA | enderioconduitsappliedenergistics | 5.1.51                   | EnderIO-1.12.2-5.1.51.jar                        | None                                     |
| LCHIJA | enderioconduitsopencomputers      | 5.1.51                   | EnderIO-1.12.2-5.1.51.jar                        | None                                     |
| LCHIJA | refinedstorage                    | 1.6.15                   | refinedstorage-1.6.15.jar                        | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |
| LCHIJA | enderioconduitsrefinedstorage     | 5.1.51                   | EnderIO-1.12.2-5.1.51.jar                        | None                                     |
| LCHIJA | enderiointegrationforestry        | 5.1.51                   | EnderIO-1.12.2-5.1.51.jar                        | None                                     |
| LCHIJA | mantle                            | 1.12-1.3.3.55            | Mantle-1.12-1.3.3.55.jar                         | None                                     |
| LCHIJA | twilightforest                    | 3.9.984                  | twilightforest-1.12.2-3.9.984-universal.jar      | None                                     |
| LCHIJA | tconstruct                        | 1.12.2-2.12.0.157        | TConstruct-1.12.2-2.12.0.157.jar                 | None                                     |
| LCHIJA | enderiointegrationticlate         | 5.1.51                   | EnderIO-1.12.2-5.1.51.jar                        | None                                     |
| LCHIJA | ftblib                            | 5.4.3.137                | FTBLib-5.4.3.137.jar                             | None                                     |
| LCHIJA | enderiomachines                   | 5.1.51                   | EnderIO-1.12.2-5.1.51.jar                        | None                                     |
| LCHIJA | enderiopowertools                 | 5.1.51                   | EnderIO-1.12.2-5.1.51.jar                        | None                                     |
| LCHIJA | enderstorage                      | 2.4.6.137                | EnderStorage-1.12.2-2.4.6.137-universal.jar      | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
| LCHIJA | energyconverters                  | 1.3.0.15                 | energyconverters_1.12.2-1.3.0.15.jar             | None                                     |
| LCHIJA | extrautils2                       | 1.0                      | extrautils2-1.12-1.9.9.jar                       | None                                     |
| LCHIJA | zerocore                          | 1.12.2-0.1.2.8           | zerocore-1.12.2-0.1.2.8.jar                      | None                                     |
| LCHIJA | bigreactors                       | 1.12.2-0.4.5.67          | ExtremeReactors-1.12.2-0.4.5.67.jar              | None                                     |
| LCHIJA | fastleafdecay                     | v14                      | FastLeafDecay-v14.jar                            | None                                     |
| LCHIJA | forgelin                          | 1.8.3                    | Forgelin-1.8.3.jar                               | None                                     |
| LCHIJA | ftbguides                         | 2.0.0.50                 | FTBGuides-2.0.0.50.jar                           | None                                     |
| LCHIJA | ftbutilities                      | 5.4.0.103                | FTBUtilities-5.4.0.103.jar                       | None                                     |
| LCHIJA | ftbbackups                        | 0.0.0.ftbbackups         | FTBUtilitiesBackups-1.0.0.5.jar                  | None                                     |
| LCHIJA | hatchery                          | 2.2.2                    | hatchery-1.12.2-2.2.2.jar                        | None                                     |
| LCHIJA | ichunutil                         | 7.2.1                    | iChunUtil-1.12.2-7.2.1.jar                       | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LCHIJA | ic2                               | 2.8.170-ex112            | industrialcraft-2-2.8.170-ex112.jar              | de041f9f6187debbc77034a344134053277aa3b0 |
| LCHIJA | mekanism                          | 1.12.2-9.8.1.383         | Mekanism-1.12.2-9.8.1.383.jar                    | None                                     |
| LCHIJA | teslacorelib                      | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                 | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJA | industrialforegoing               | 1.12.2-1.12.2            | industrialforegoing-1.12.2-1.12.13-237.jar       | None                                     |
| LCHIJA | inventorytweaks                   | 1.63+release.109.220f184 | InventoryTweaks-1.63.jar                         | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
| LCHIJA | ironbackpacks                     | 1.12.2-3.0.8-12          | IronBackpacks-1.12.2-3.0.8-12.jar                | None                                     |
| LCHIJA | ironchest                         | 1.12.2-7.0.67.844        | ironchest-1.12.2-7.0.72.847.jar                  | None                                     |
| LCHIJA | journeymap                        | 1.12.2-5.5.5             | journeymap-1.12.2-5.5.5.jar                      | None                                     |
| LCHIJA | jeresources                       | 0.9.2.60                 | JustEnoughResources-1.12.2-0.9.2.60.jar          | None                                     |
| LCHIJA | letsencryptcraft                  | @VERSION@                | letsencryptcraft-1.10.2-1.2.0.jar                | None                                     |
| LCHIJA | mcjtylib_ng                       | 3.5.4                    | mcjtylib-1.12-3.5.4.jar                          | None                                     |
| LCHIJA | immersiveengineering              | 0.12-91                  | ImmersiveEngineering-0.12-91.jar                 | 4cb49fcde3b43048c9889e0a3d083225da926334 |
| LCHIJA | morechickens                      | 3.1.0                    | morechickens-1.12.2-3.1.0.jar                    | None                                     |
| LCHIJA | moreoverlays                      | 1.15.1                   | moreoverlays-1.15.1-mc1.12.2.jar                 | None                                     |
| LCHIJA | mousetweaks                       | 2.10                     | MouseTweaks-2.10-mc1.12.2.jar                    | None                                     |
| LCHIJA | mysticalagriculture               | 1.7.5                    | MysticalAgriculture-1.12.2-1.7.5.jar             | None                                     |
| LCHIJA | mysticalagradditions              | 1.3.2                    | MysticalAgradditions-1.12.2-1.3.2.jar            | None                                     |
| LCHIJA | recipehandler                     | 0.13                     | NoMoreRecipeConflict-0.13(1.12.2).jar            | None                                     |
| LCHIJA | openmods                          | 0.12.2                   | OpenModsLib-1.12.2-0.12.2.jar                    | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| LCHIJA | openblocks                        | 1.8.1                    | OpenBlocks-1.12.2-1.8.1.jar                      | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
| LCHIJA | harvestcraft                      | 1.12.2zb                 | Pam's HarvestCraft 1.12.2zf.jar                  | None                                     |
| LCHIJA | patchouli                         | 1.0-20                   | Patchouli-1.0-20.jar                             | None                                     |
| LCHIJA | portalgun                         | 7.1.0                    | PortalGun-1.12.2-7.1.0.jar                       | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |
| LCHIJA | rftools                           | 7.72                     | rftools-1.12-7.72.jar                            | None                                     |
| LCHIJA | roguelike                         | 1.8.0                    | RoguelikeDungeons-1.12.2-1.8.0.jar               | None                                     |
| LCHIJA | stonechest                        | 1.0.4                    | StoneChest-1.0.4.jar                             | None                                     |
| LCHIJA | storagedrawers                    | 1.12.2-5.4.0             | StorageDrawers-1.12.2-5.4.0.jar                  | None                                     |
| LCHIJA | thaumicjei                        | 1.6.0                    | ThaumicJEI-1.12.2-1.6.0-27.jar                   | None                                     |
| LCHIJA | thermalcultivation                | 0.3.3                    | ThermalCultivation-1.12.2-0.3.3.12-universal.jar | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHIJA | thermaldynamics                   | 2.5.5                    | ThermalDynamics-1.12.2-2.5.5.21-universal.jar    | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHIJA | thermalinnovation                 | 0.3.3                    | ThermalInnovation-1.12.2-0.3.3.12-universal.jar  | 8a6abf2cb9e141b866580d369ba6548732eff25f |
| LCHIJA | thermaltinkering                  | 1.0                      | ThermalTinkering-1.12.2-2.0.1.jar                | None                                     |
| LCHIJA | tinkersjei                        | 1.2                      | tinkersjei-1.2.jar                               | None                                     |
| LCHIJA | tmechworks                        | 2.0                      | TMechworks-1.12.2-1.0.0.jar                      | None                                     |
| LCHIJA | travellersbackpack                | 1.0.20.20                | TravellersBackpack-1.12.2-1.0.20.20.jar          | None                                     |
| LCHIJA | uppers                            | 0.0.6                    | Uppers-0.0.6.jar                                 | None                                     |
| LCHIJA | waystones                         | 4.0.72                   | Waystones_1.12.2-4.0.72.jar                      | None                                     |
| LCHIJA | yabba                             | 1.1.2.53                 | YABBA-1.1.2.53.jar                               | None                                     |
| LCHIJA | orelib                            | 3.5.2.2                  | OreLib-1.12.2-3.5.2.2.jar                        | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| LCHIJA | dsurround                         | 3.5.4.3                  | DynamicSurroundings-1.12.2-3.5.4.3.jar           | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
| LCHIJA | fluidcows                         | 1.1.21                   | FluidCows-1.1.21.jar                             | None                                     |
| LCHIJA | mysticallib                       | 1.12.2-1.3.7             | mysticallib-1.12.2-1.3.7.jar                     | None                                     |
| LCHIJA | teslacorelib_registries           | 1.0.15                   | tesla-core-lib-1.12.2-1.0.15.jar                 | None                                     |

Loaded coremods (and transformers): 

ForgelinPlugin (Forgelin-1.8.3.jar)

Inventory Tweaks Coremod (InventoryTweaks-1.63.jar)
invtweaks.forge.asm.ContainerTransformer
MekanismCoremod (Mekanism-1.12.2-9.8.1.383.jar)
mekanism.coremod.KeybindingMigrationHelper
EnderCorePlugin (EnderCore-1.12.2-0.5.69-core.jar)
com.enderio.core.common.transform.EnderCoreTransformer
com.enderio.core.common.transform.SimpleMixinPatcher
OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
openmods.core.OpenModsClassTransformer
IELoadingPlugin (ImmersiveEngineering-core-0.12-91.jar)
blusunrize.immersiveengineering.common.asm.IEClassTransformer
DynamicSurroundingsCore (DynamicSurroundings-core-1.12.2-3.5.4.3.jar)
org.orecruncher.dsurround.asm.Transformer
DLFMLCorePlugin (DynamicLights-1.12.2.jar)
atomicstryker.dynamiclights.common.DLTransformer
AstralCore (astralsorcery-1.12.2-1.10.20.jar)

CTMCorePlugin (CTM-MC1.12.2-0.3.3.22.jar)
team.chisel.ctm.client.asm.CTMTransformer
GL info: ERROR RuntimeException: No OpenGL context found in the current thread.
OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768
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)
- chiselIntegration (Enabled/Not Forced)
- theoneprobeIntegration (Enabled/Not Forced)

Pulsar/tmechworks loaded Pulses: 

Ender IO: No known problems detected.

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!!You are looking at the diagnostics information, not at the crash.       !!!
!!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

AE2 Integration: IC2:ON, RC:OFF, MFR:OFF, Waila:OFF, InvTweaks:ON, JEI:ON, Mekanism:ON, OpenComputers:OFF, THE_ONE_PROBE:ON, TESLA:OFF, CRAFTTWEAKER:OFF
Profiler Position: N/A (disabled)
Player Count: 0 / 8; []
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'fml,forge'
commented

cann you crosslink this with a report on thermal dynamics, because it looks like thermal dynamics tries to read an IE block for it's own block and fails ... could also be an corrupted world

somehow thermal dynamics thinks the IE belljar is an duct

commented

Can you crosslink this with a report on thermal dynamics?

That would be difficult, CoFH decided to temporarily shut down their issue tracker with the reasoning that

1.12.2 mods are incredibly well solidified and virtually every single issue reported here is user error or something a modpack has done.

Regarding the issue, I'm sure I've seen this sort of error before, possibly even this exact one (ducts+cloche), but I don't think I ever figured out what causes them.

commented

That would be difficult, CoFH decided to temporarily shut down their issue tracker with the reasoning that

1.12.2 mods are incredibly well solidified and virtually every single issue reported here is user error or something a modpack has done.

Thats SAD! ... scnr :P

commented

That would be difficult, CoFH decided to temporarily shut down their issue tracker with the reasoning that

1.12.2 mods are incredibly well solidified and virtually every single issue reported here is user error or something a modpack has done.

I just tried to find the issue with Thermal Dynamics and nothing as coming up.

My theory of what's going on is that the Therman Dynamics item duct is trying to put something in BACK in the top part of the cloche and thats cause both my game and our server to crash. the server literally crashed "Internal server error" as soon as I placed the duct beside the cloche.

I'm going to try removing Thermal Dynamics or some other mods from the game and see if it loads properly. I'll keep yall posted

Edit: It worked, unloading Dynamics fixed it