Hex Casting

Hex Casting

6M Downloads

Dedicated server crashes client connection upon joining

XavilPergis opened this issue ยท 1 comments

commented

When attempting a connection to a dedicated server, the connection crashes when the dedicated server attempts to load LocalPlayer via at.petrak.hexcasting.forge.cap.CapSyncers.syncSentinel(CapSyncers.java:59)

The following mods were built from source, and the rest were downloaded from CurseForge:

  • Hex Casting was on commit 506547587799480458dd8453c82106abe624525f
  • PAUCAL was on commit ab90101be292bc5645e94b6ae989617235ba3e91

I ran a dedicated server on two separate machines, and attempting to connect to either of them results in this same error. Here is the debug log for one of them (the other looked exactly the same)

CapSyncers doesn't seem to mention anything client-related, closest thing i could find is that MsgSentinelStatusUpdateAck references net.minecraft.client.Minecraft, but the constructor doesn't involve it, and the exception is not thrown from there so, spooky o.O

Installed Mods

  • caelus-forge-1.19.2-3.0.0.6
  • hexcasting-forge-1.19.2-0.11.0
  • kotlinforforge-3.12.0-all
  • Patchouli-1.19.2-77
  • paucal-forge-1.19.2-0.6.0
commented

issue #478 was fixed by #479 and marked as closed, so im closing this issue too