TheGridExpert / VampiresDelight

A minecraft addon mod for Vampirism and Farmer's Delight
https://www.curseforge.com/minecraft/mc-mods/vampires-delight
MIT License
6 stars 2 forks source link

1.20.1 Disconnect From Server #5

Closed Xaeive closed 7 months ago

Xaeive commented 8 months ago

MC Version [ 1.20.1 ] Forge Version [ 47.2.20 ] Modlist: [ Modlist ]

Crash snippet:

[02Apr2024 21:20:20.192] [Render thread/DEBUG] [mixin/]: Mixing accessor.BloodStatsAccessor from vampiresdelight.mixins.json into de.teamlapen.vampirism.entity.player.vampire.BloodStats
[02Apr2024 21:20:20.204] [Netty Client IO #3/WARN] [com.connectivity.Connectivity/]: Packet not registered: ClientboundDisconnectPacket
[02Apr2024 21:20:20.206] [Netty Client IO #3/WARN] [com.connectivity.Connectivity/]: Packet:ClientboundDisconnectPacket 
[02Apr2024 21:20:20.230] [Netty Client IO #3/WARN] [com.connectivity.Connectivity/]: Packet data:
{
  "f_132075_": "translation{key='disconnect.genericReason', args=[Internal Exception: io.netty.handler.codec.DecoderException: io.netty.handler.codec.EncoderException: java.io.IOException: Root tag must be a named compound tag]}"
}
TheGridExpert commented 8 months ago

This issue has nothing to do with Vampire's Delight. The problem is in Connectivity mod, as far as I see. I recommend to report the issue to Connectivity's Github.

0xC0ncord commented 8 months ago

I'm seeing the exact same error when joining a server without Connectivity installed.

TheGridExpert commented 8 months ago

The same? That's weird. I'll look at it more closely, hope to find something. I did try the mod on server, and searching the error didn't give much information so I supposed that's about Connectivity.

TheGridExpert commented 8 months ago

Does deleting Vampire's Delight solve the issue?

0xC0ncord commented 8 months ago

Does deleting Vampire's Delight solve the issue?

In my case it did. For what it's worth I had Vampire's Delight included in a modpack I built from scratch. If there is an incompatibility then I'm not sure which mod wasn't playing along as both the client and server logs had no real information about what might be causing the issue.

Let me see if I can create a reliable reproducer.

Xaeive commented 8 months ago

In my case it did. For what it's worth I had Vampire's Delight included in a modpack I built from scratch. If there is an incompatibility then I'm not sure which mod wasn't playing along as both the client and server logs had no real information about what might be causing the issue.

Same here. I made my modpack myself and removing Vampire's Delight solves the issue. I can send the whole debug.log if that will help. Warning, the log is long. The snippet i sent above is on line(32924)

Xaeive commented 8 months ago

I found the log for the dedicated server i was running at the time. I found this snippet. Not sure if it is helpful or not.

[02Apr2024 21:17:06.049] [main/WARN] [mixin/]: @Mixin target de.teamlapen.vampirism.client.renderer.RenderHandler was not found vampiresdelight.mixins.json:MixinRenderHandler

TheGridExpert commented 7 months ago

VampiresDelight-0.1.1-build1-1.20.1.jar.zip Could you please check if this build solve the issue you had?

Xaeive commented 7 months ago

VampiresDelight-0.1.1-build1-1.20.1.jar.zip Could you please check if this build solve the issue you had?

Yes! That version of the mod solved the issue!

TheGridExpert commented 7 months ago

It turned out that the problem was fixed just after the release of 0.1.0 by Cheaterpaul, but I didn't understand that it's about this exact issue. Glad it works.

Poopooracoocoo commented 6 days ago

Commit is https://github.com/TheGridExpert/VampiresDelight/commit/7520002e7a3bcc9dffc00e80637365c5827d9ba2

TheGridExpert commented 6 days ago

Commit is 7520002

?

Poopooracoocoo commented 6 days ago

Apologies for the necropost! Just put that there for anyone else who was searching and wanted to know how this was fixed without digging thru the commits :)