Skip to content

Instantly share code, notes, and snippets.

View tgstyle's full-sized avatar

tgstyle tgstyle

View GitHub Profile
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Immersive Technology (immersivetech)
Caused by: java.lang.NoClassDefFoundError: net.minecraft.client.Minecraft
at mctmods.immersivetechnology.common.util.multiblock.MultiblockUtils.Load(MultiblockUtils.java:27)
at mctmods.immersivetechnology.common.util.multiblock.ITMultiblock.<init>(ITMultiblock.java:51)
at mctmods.immersivetechnology.common.blocks.metal.multiblocks.MultiblockCoolingTower.<init>(MultiblockCoolingTower.java:23)
at mctmods.immersivetechnology.common.blocks.metal.multiblocks.MultiblockCoolingTower.<clinit>(MultiblockCoolingTower.java:17)
at mctmods.immersivetechnology.common.ITContent.init(ITContent.java:227)
at mctmods.immersivetechnology.ImmersiveTechnology.init(ImmersiveTechnology.java:59)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[12:39:03] [Client thread/ERROR] [FML]: Exception loading model for variant immersiveengineering:metaldevice0dummy#inventory for item "immersiveengineering:metaldevice0dummy", normal location exception:
net.minecraftforge.client.model.ModelLoaderRegistry$LoaderException: Exception loading model immersiveengineering:item/metaldevice0dummy with loader VanillaLoader.INSTANCE, skipping
at net.minecraftforge.client.model.ModelLoaderRegistry.getModel(ModelLoaderRegistry.java:161) ~[ModelLoaderRegistry.class:?]
at net.minecraftforge.client.model.ModelLoader.loadItemModels(ModelLoader.java:302) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelBakery.loadVariantItemModels(ModelBakery.java:175) ~[ModelBakery.class:?]
at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(ModelLoader.java:151) ~[ModelLoader.class:?]
at net.minecraft.client.renderer.block.model.ModelManager.onResourceManagerReload(ModelManager.java:28) [ModelManager.class:?]
at net.minecraft.client.resources.Simp
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 3/30/20 5:27 PM
Description: mouseDragged event handler
java.lang.NoSuchMethodError: net.minecraft.client.Minecraft.func_228018_at_()Lnet/minecraft/client/MainWindow;
at yalter.mousetweaks.Main.onMouseDrag(Main.java:233) ~[?:2.13] {re:classloading}
at yalter.mousetweaks.forge.MouseTweaksForge.onGuiMouseDragPre(MouseTweaksForge.java:79) ~[?:2.13] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_36_MouseTweaksForge_onGuiMouseDragPre_Pre.invoke(.dynamic) ~[?:?] {}
---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.
Time: 2020-03-21 10:07:04 MDT
Description: Exception ticking world
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextNode(HashMap.java:1445)
at java.util.HashMap$ValueIterator.next(HashMap.java:1474)
at net.minecraft.world.World.addTileEntities(World.java:1949)
---- Minecraft Crash Report ----
// My bad.
Time: 2020-03-20 23:14:01 MDT
Description: Ticking block entity
java.lang.NoClassDefFoundError: net/minecraft/client/gui/GuiScreen
at mctmods.immersivetechnology.common.blocks.BlockValve.createBasicTE(BlockValve.java:26)
at mctmods.immersivetechnology.common.blocks.BlockValve.createBasicTE(BlockValve.java:20)
at mctmods.immersivetechnology.common.blocks.BlockITTileProvider.createTileEntity(BlockITTileProvider.java:87)
---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 2020-02-27 18:54:16 MST
Description: Exception in server tick loop
java.lang.AbstractMethodError: Method mctmods/immersivetechnology/common/blocks/metal/tileentities/TileEntityTrashItem.getStackInSlot(I)Lnet/minecraft/item/ItemStack; is abstract
at mctmods.immersivetechnology.common.blocks.metal.tileentities.TileEntityTrashItem.getStackInSlot(TileEntityTrashItem.java)
at net.minecraftforge.items.ItemHandlerHelper.insertItemStacked(ItemHandlerHelper.java:119)
at cofh.core.util.helpers.InventoryHelper.insertStackIntoInventory(InventoryHelper.java:90)
---- Minecraft Crash Report ----
WARNING: coremods are present:
Contact their authors BEFORE contacting forge
// There are four lights!
Time: 2/20/20 10:26 PM
Description: Exception in server tick loop
---- Minecraft Crash Report ----
// Who set us up the TNT?
Time: 2/19/20 10:49 PM
Description: Exception in server tick loop
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextNode(Unknown Source)
at java.util.HashMap$ValueIterator.next(Unknown Source)
at net.minecraft.world.World.addTileEntities(World.java:2133)
[PREINITIALIZATION][SERVER][ERROR] system: Boiler is already defined in that package
[PREINITIALIZATION][SERVER][ERROR] system: Distiller is already defined in that package
[PREINITIALIZATION][SERVER][ERROR] system: SolarTower is already defined in that package
[PREINITIALIZATION][SERVER][ERROR] system: SteamTurbine is already defined in that package
[INITIALIZATION][SERVER][ERROR] ImmersiveTechnology.zs:21 > a method available but none matches the parameters (ZenTypeNative: crafttweaker.liquid.ILiquidStack, ZenTypeNative: crafttweaker.item.IItemStack)
This is usually an error in your script, not in the mod
removeRecipe(ZenTypeNative: crafttweaker.liquid.ILiquidStack)
[INITIALIZATION][SERVER][ERROR] ImmersiveTechnology.zs:41 > a method available but none matches the parameters (ZenTypeNative: crafttweaker.liquid.ILiquidStack, ZenTypeNative: crafttweaker.liquid.ILiquidStack, ZenTypeNative: crafttweaker.item.IItemStack, int, int, double)
This is usually an error in your script, not in the mod
[21:26:10] [Server thread/ERROR] [FML]: FMLIndexedMessageCodec exception caught
io.netty.handler.codec.EncoderException: java.lang.RuntimeException: Undefined discriminator for message type ferro2000.immersivetech.common.util.network.MessageStopSound in channel immersivetech
at io.netty.handler.codec.MessageToMessageEncoder.write(MessageToMessageEncoder.java:106) ~[minecraft_server.1.12.2.jar:?]
at io.netty.handler.codec.MessageToMessageCodec.write(MessageToMessageCodec.java:116) ~[minecraft_server.1.12.2.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.invokeWrite0(AbstractChannelHandlerContext.java:738) ~[minecraft_server.1.12.2.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.invokeWriteAndFlush(AbstractChannelHandlerContext.java:801) ~[minecraft_server.1.12.2.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:814) ~[minecraft_server.1.12.2.jar:?]
at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContex