Giter Site home page Giter Site logo

Comments (5)

IceDragon200 avatar IceDragon200 commented on September 27, 2024

Appears that the lidSteamEmitter is being referenced on the server, I assume this should be a CLIENT only reference.

This is only based on the stacktrace you provided

from growthcraft-1.12.

 avatar commented on September 27, 2024

It is a SideOnly issue which has been fixed a few days ago. Same happens with curds too. Seems like the latest version is not released.

from growthcraft-1.12.

Alatyami avatar Alatyami commented on September 27, 2024

from growthcraft-1.12.

egori477 avatar egori477 commented on September 27, 2024

New problem with kettle. After problem with it. I replace server platform from sponge into forge only. And.. now when player jum in kellte (inside) - client out of the server! AND enother problem World Edit and server Admin (I) can't broke or replace or delete this HELL-kettle. One player was jum on this kettle... Now that player can't enter on server.

Console, when I try to break the kettle in CREATIV mode (Of course, it does not break)!

02.12 17:59:39 [Server] INFO java.lang.NoSuchFieldError: lidSteamEmitter
02.12 17:59:39 [Server] INFO at growthcraft.cellar.common.tileentity.TileEntityBrewKettle.<init>(TileEntityBrewKettle.java:73) ~[TileEntityBrewKettle.class:?]
02.12 17:59:39 [Server] INFO at sun.reflect.GeneratedConstructorAccessor165.newInstance(Unknown Source) ~[?:?]
02.12 17:59:39 [Server] INFO at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_131]
02.12 17:59:39 [Server] INFO at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_131]
02.12 17:59:39 [Server] INFO at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_131]
02.12 17:59:39 [Server] INFO at growthcraft.core.shared.block.GrowthcraftBlockContainer.func_149915_a(GrowthcraftBlockContainer.java:595) ~[GrowthcraftBlockContainer.class:?]
02.12 17:59:39 [Server] INFO at net.minecraft.block.Block.createTileEntity(Block.java:1274) ~[aow.class:?]
02.12 17:59:39 [Server] INFO at net.minecraft.world.chunk.Chunk.func_177422_i(Chunk.java:782) ~[axw.class:?]
02.12 17:59:39 [Server] INFO at net.minecraft.world.chunk.Chunk.func_177424_a(Chunk.java:800) ~[axw.class:?]
02.12 17:59:39 [Server] INFO at net.minecraft.world.World.func_175625_s(World.java:2399) ~[amu.class:?]
02.12 17:59:39 [Server] INFO at noppes.npcs.api.wrapper.BlockWrapper.<init>(BlockWrapper.java:156) ~[BlockWrapper.class:?]
02.12 17:59:39 [Server] INFO at noppes.npcs.api.wrapper.BlockWrapper.createNew(BlockWrapper.java:285) ~[BlockWrapper.class:?]
02.12 17:59:39 [Server] INFO at noppes.npcs.api.wrapper.WrapperNpcAPI.getIBlock(WrapperNpcAPI.java:104) ~[WrapperNpcAPI.class:?]
02.12 17:59:39 [Server] INFO at noppes.npcs.ScriptPlayerEventHandler.invoke(ScriptPlayerEventHandler.java:97) ~[ScriptPlayerEventHandler.class:?]
02.12 17:59:39 [Server] INFO at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_430_ScriptPlayerEventHandler_invoke_LeftClickBlock.invoke(.dynamic) ~[?:?]
02.12 17:59:39 [Server] INFO at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
02.12 17:59:39 [Server] INFO at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]
02.12 17:59:39 [Server] INFO at net.minecraftforge.common.ForgeHooks.onLeftClickBlock(ForgeHooks.java:1116) [ForgeHooks.class:?]
02.12 17:59:39 [Server] INFO at net.minecraft.server.management.PlayerInteractionManager.func_180784_a(PlayerInteractionManager.java:141) [or.class:?]
02.12 17:59:39 [Server] INFO at net.minecraft.network.NetHandlerPlayServer.func_147345_a(NetHandlerPlayServer.java:693) [pa.class:?]
02.12 17:59:39 [Server] INFO at net.minecraft.network.play.client.CPacketPlayerDigging.func_148833_a(SourceFile:40) [lp.class:?]
02.12 17:59:39 [Server] INFO at net.minecraft.network.play.client.CPacketPlayerDigging.func_148833_a(SourceFile:10) [lp.class:?]
02.12 17:59:39 [Server] INFO at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) [hv$1.class:?]
02.12 17:59:39 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_131]
02.12 17:59:39 [Server] INFO at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_131]
02.12 17:59:39 [Server] INFO at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?]
02.12 17:59:39 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:723) [MinecraftServer.class:?]
02.12 17:59:39 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
02.12 17:59:39 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
02.12 17:59:39 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
02.12 17:59:39 [Server] INFO at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]
02.12 17:59:39 [Server] Server thread/ERROR [FML]: Index: 7 Listeners:
02.12 17:59:39 [Server] Server thread/ERROR [FML]: 0: HIGHEST
02.12 17:59:39 [Server] Server thread/ERROR [FML]: 1: ASM: class io.chocorean.authmod.event.Handler onPlayerEvent(Lnet/minecraftforge/event/entity/player/PlayerEvent;)V
02.12 17:59:39 [Server] Server thread/ERROR [FML]: 2: HIGH
02.12 17:59:39 [Server] Server thread/ERROR [FML]: 3: ASM: class com.feed_the_beast.ftbutilities.handlers.FTBUtilitiesPlayerEventHandler onBlockLeftClick(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$LeftClickBlock;)V
02.12 17:59:39 [Server] Server thread/ERROR [FML]: 4: NORMAL
02.12 17:59:39 [Server] Server thread/ERROR [FML]: 5: ASM: class thaumcraft.common.lib.events.ToolEvents playerInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$LeftClickBlock;)V
02.12 17:59:39 [Server] Server thread/ERROR [FML]: 6: ASM: class team.chisel.common.item.ChiselController onPlayerInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$LeftClickBlock;)V
02.12 17:59:39 [Server] Server thread/ERROR [FML]: 7: ASM: noppes.npcs.ScriptPlayerEventHandler@4eaefff5 invoke(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$LeftClickBlock;)V
02.12 17:59:39 [Server] Server thread/ERROR [FML]: 8: ASM: vazkii.botania.common.item.rod.ItemExchangeRod@6e13375d onLeftClick(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$LeftClickBlock;)V
02.12 17:59:39 [Server] Server thread/ERROR [FML]: 9: ASM: class WayofTime.bloodmagic.util.handler.event.GenericHandler onPlayerClick(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
02.12 17:59:39 [Server] Server thread/ERROR [FML]: 10: ASM: class WayofTime.bloodmagic.util.handler.event.LivingArmourHandler onPlayerClick(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
02.12 17:59:39 [Server] Server thread/ERROR [FML]: 11: ASM: crafttweaker.mc1120.events.CommonEventHandler@75e7bd8f onPlayerInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
02.12 17:59:39 [Server] Server thread/ERROR [FML]: 12: ASM: com.sk89q.worldedit.forge.ForgeWorldEdit@53a181b3 onPlayerInteract(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent;)V
02.12 17:59:39 [Server] Server thread/ERROR [FML]: 13: ASM: noppes.npcs.ScriptPlayerEventHandler@4eaefff5 forgeEntity(Lnet/minecraftforge/fml/common/eventhandler/Event;)V
02.12 17:59:39 [Server] Server thread/ERROR [FML]: 14: LOW
02.12 17:59:39 [Server] Server thread/ERROR [FML]: 15: ASM: hellfirepvp.astralsorcery.common.event.listener.EventHandlerEntity@335c7f8f onLeftClickBlock(Lnet/minecraftforge/event/entity/player/PlayerInteractEvent$LeftClickBlock;)V
02.12 17:59:39 [Server] Server thread/FATAL [minecraft/MinecraftServer]: Error executing task
02.12 17:59:39 [Server] INFO java.util.concurrent.ExecutionException: java.lang.NoSuchFieldError: lidSteamEmitter
02.12 17:59:39 [Server] INFO at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_131]
02.12 17:59:39 [Server] INFO at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_131]
02.12 17:59:39 [Server] INFO at net.minecraft.util.Util.func_181617_a(SourceFile:47) [h.class:?]
02.12 17:59:39 [Server] INFO at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:723) [MinecraftServer.class:?]
02.12 17:59:39 [Server] INFO at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
02.12 17:59:39 [Server] INFO at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
02.12 17:59:39 [Server] INFO at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
02.12 17:59:39 [Server] INFO at java.lang.Thread.run(Unknown Source) [?:1.8.0_131]```

from growthcraft-1.12.

Alatyami avatar Alatyami commented on September 27, 2024

4.0.4.200 has been released
https://github.com/GrowthcraftCE/Growthcraft-1.12/releases/tag/4.0.4.200

from growthcraft-1.12.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.