Hello folks,
I have now an issue with my ftb modpack.
I'm using a modified AllTheMods3 modpack, and had not any real problem since.
But today, I installed sponge and a few plugins, and a really strange problem just came out. While playing, chat didn't want to show anything we were inputing, and there're a bunch of errors in the console.
I've been struggling with that for one hour, and can't find anything about it on the internet, except solved threads, but without any solutions or so.
We're actually managing to play with that using /me and /say, but hell that's annoying.
I don't plan on reinstalling the server tbh, excepted if it's the only solution.
Any ideas?
Code:
I have now an issue with my ftb modpack.
I'm using a modified AllTheMods3 modpack, and had not any real problem since.
But today, I installed sponge and a few plugins, and a really strange problem just came out. While playing, chat didn't want to show anything we were inputing, and there're a bunch of errors in the console.
I've been struggling with that for one hour, and can't find anything about it on the internet, except solved threads, but without any solutions or so.
We're actually managing to play with that using /me and /say, but hell that's annoying.
I don't plan on reinstalling the server tbh, excepted if it's the only solution.
Any ideas?
Code:
Code:
[20:53:10] [Server thread/ERROR] [FML]: Exception caught during firing event net.minecraftforge.event.ServerChatEvent@44081793:
java.lang.ClassCastException: com.feed_the_beast.ftblib.lib.config.ConfigBoolean cannot be cast to com.feed_the_beast.ftblib.lib.config.ConfigEnum
at com.feed_the_beast.ftbutilities.handlers.FTBUtilitiesServerEventHandler.onServerChatEvent(FTBUtilitiesServerEventHandler.java:119) ~[FTBUtilitiesServerEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_669_FTBUtilitiesServerEventHandler_onServerChatEvent_ServerChatEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?]
at net.minecraftforge.common.ForgeHooks.onServerChatEvent(ForgeHooks.java:732) [ForgeHooks.class:14.23.5.2854]
at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:946) [pa.class:?]
at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:37) [la.class:?]
at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:9) [la.class:?]
at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) [hv$1.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_262]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_262]
at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:723) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_262]
> [20:53:10] [Server thread/ERROR] [FML]: Index: 1 Listeners:
> [20:53:10] [Server thread/ERROR] [FML]: 0: HIGHEST
> [20:53:10] [Server thread/ERROR] [FML]: 1: ASM: class com.feed_the_beast.ftbutilities.handlers.FTBUtilitiesServerEventHandler onServerChatEvent(Lnet/minecraftforge/event/ServerChatEvent;)V
> [20:53:10] [Server thread/ERROR] [FML]: 2: ASM: vazkii.botania.common.block.tile.corporea.TileCorporeaIndex$InputHandler@5a5dd7fd onChatMessage(Lnet/minecraftforge/event/ServerChatEvent;)V
> [20:53:10] [Server thread/ERROR] [FML]: 3: NORMAL
> [20:53:10] [Server thread/ERROR] [FML]: 4: ASM: me.desht.pneumaticcraft.common.event.EventHandlerPneumaticCraft@75269251 quetziMoo(Lnet/minecraftforge/event/ServerChatEvent;)V
> [20:53:10] [Server thread/ERROR] [FML]: 5: ASM: Block{cyclicmagic:password_block} chatEvent(Lnet/minecraftforge/event/ServerChatEvent;)V
> [20:53:10] [Server thread/ERROR] [FML]: 6: ASM: pl.asie.computronics.util.chat.ChatHandler@4e830bb2 chatEvent(Lnet/minecraftforge/event/ServerChatEvent;)V
> [20:53:10] [Server thread/FATAL] [minecraft/MinecraftServer]: Error executing task
java.util.concurrent.ExecutionException: java.lang.ClassCastException: com.feed_the_beast.ftblib.lib.config.ConfigBoolean cannot be cast to com.feed_the_beast.ftblib.lib.config.ConfigEnum
at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_262]
at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_262]
at net.minecraft.util.Util.func_181617_a(SourceFile:47) [h.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:723) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_262]
Caused by: java.lang.ClassCastException: com.feed_the_beast.ftblib.lib.config.ConfigBoolean cannot be cast to com.feed_the_beast.ftblib.lib.config.ConfigEnum
at com.feed_the_beast.ftbutilities.handlers.FTBUtilitiesServerEventHandler.onServerChatEvent(FTBUtilitiesServerEventHandler.java:119) ~[FTBUtilitiesServerEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_669_FTBUtilitiesServerEventHandler_onServerChatEvent_ServerChatEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?]
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) ~[EventBus.class:?]
at net.minecraftforge.common.ForgeHooks.onServerChatEvent(ForgeHooks.java:732) ~[ForgeHooks.class:14.23.5.2854]
at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:946) ~[pa.class:?]
at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:37) ~[la.class:?]
at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:9) ~[la.class:?]
at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13) ~[hv$1.class:?]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_262]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_262]
at net.minecraft.util.Util.func_181617_a(SourceFile:46) ~[h.class:?]
... 5 more
Last edited: