Eidolon : Repraised

Eidolon : Repraised

5M Downloads

Crash when placing hanging sign if Amendments mod is loaded

MaxWasUnavailable opened this issue ยท 12 comments

commented
Error: java.lang.ClassCastException: class elucent.eidolon.common.tile.HangingSignBlockEntityCopy cannot be cast to class net.mehvahdjukaar.amendments.common.ExtendedHangingSign (elucent.eidolon.common.tile.HangingSignBlockEntityCopy is in module [email protected] of loader 'TRANSFORMER' @3b1137b0; net.mehvahdjukaar.amendments.common.ExtendedHangingSign is in module [email protected] of loader 'TRANSFORMER' @3b1137b0)

eidolon: 1.20.1-0.3.8.1
amendments: 1.20-1.1.1

commented

closing this as the decoder bug is actually #60

commented

I think it may be related

amendments: 1.20-1.1.7
& eidolon 1.20.1-0.3.8.8

When I try to log on a server with thoses mods I get an Internal Exception io.netty.handler.codec.DecoderException and the server says this for every sign :

[25.03 11:56:56] [Server] [Server thread/WARN] [minecraft/LevelChunk]: Block entity minecraft:sign @ BlockPos{x=-100, y=66, z=10} state Block{minecraft:spruce_wall_sign}[facing=north,waterlogged=false] invalid for ticking:
[25.03 11:56:56] [Server] [Server thread/WARN] [minecraft/LevelChunk]: Block entity minecraft:sign @ BlockPos{x=-100, y=64, z=10} state Block{minecraft:spruce_wall_sign}[facing=north,waterlogged=false] invalid for ticking:
[25.03 11:56:56] [Server] [Server thread/WARN] [minecraft/LevelChunk]: Block entity minecraft:sign @ BlockPos{x=-97, y=63, z=7} state Block{minecraft:birch_sign}[rotation=7,waterlogged=false] invalid for ticking:

I tried to load a solo world with only thoses 2 mods and everything worked except the sign were invisibles.

commented

Damn, i'll try to hotfix this asap as it seems to make other signs behave weirdly instead of fixing the eidolon ones

commented

I tried with amendments 3.1.7 and 3.1.11 on a solo world and everything seems fine :)
But server related (with many more mods sorry) :

  • with 3.1.7 the server keeps returning an Internal Exception io.netty.handler.codec.DecoderException when trying to log in (without the sign logs tho).
  • and with 3.1.11, the server can't even start, here is the latest.log if it can help ๐Ÿ‘€
commented

Double check that the dependencies of Amendments are up to date, cause the log would suggest that. I'll try later to check the decoder exception cause it can be anything

commented

Oh sorry, I'm not very useful here ๐Ÿ˜ฌ
But I keep getting the error even after updating the dependencies, here is the log.

commented

That says the server started successfully tho? So only the connection error remains right?

commented

Yeah exactly !

commented

Sad news is that i can't reproduce that, on my server it works and let me connect to it must be more complex than just two mods not collaborating. The decoder exceptions are extremely annoying cause no good error report is made but it simply fails

commented

Ok i see, I'll report here if I can find anything else :)