Origins (Forge)

Origins (Forge)

7M Downloads

Can’t Join World because of "Invalid Player Data"

QuantumXenon opened this issue · 7 comments

commented

Crash Log: https://pastebin.com/xbDy1DnV

Origins (Forge) 1.5.0.5, Forge 43.1.1, Minecraft 1.19.2

commented

I'll admit I have legitimately not a single clue of how that error could possibly happen in normal gameplay.
FYI for this to happen, it would mean that the datasync event is called on the client (which doesn't happen) before the server managed to synchronize even once (which is basically the first thing that happens when you boot a world).
The only other option is that for some reason the registry initialization would've failed, and that would just flat out crash the game on boot.

commented

Sorry if I wasn’t clear, the crash happens immediately upon trying to join a world

commented

I added additional network safety code, and properly cleaned up registries when leaving a world, but I can't be sure it'll work properly.

commented

Ok, great!

commented

@EdwinMindcraft The issue still seems to be a problem in 1.5.0.6. The way I can reproduce it the most reliably is:

  • Join a world
  • Leave the world to the title screen
  • Try to join the world again -> I get the error message here
commented

I too, am encountering this issue. I'm using Origins++ and I can sometimes hop back into the world. Singleplayer.

commented

same here, when this will be fixed?