Origins++

Origins++

1M Downloads

World Making - Invalid Player Data

Tox-y opened this issue · 19 comments

commented

Loader
Forge

Versions

  • Minecraft Version 1.19.2
  • Mod Loader Version - Forge 43.1.1
  • Origins Version - 1.19.2 1.5.0.6
  • Origins++ Version 1.7
  • Pehkui Version 3.4.1

Its my first time downloading this mod and as soon as i try to make a world it makes the world and all the files but it wont load into the world. All it says is invalid player data.
I have tried deleting the player data folder but nothing changes.
And as soon as it says Invalid Player Data and I press continue it takes me to multiplayer even though im trying to play singleplayer

commented

I had a similar issue. The fix I used was XL Packets for Forge (I know there isn’t a 1.19 version - I manually updated it myself). I have submitted the updated version to the GitHub page, so hopefully it will be available soon (Tfarcenim/XLPackets#7)

commented

By the way I have downloaded the mod through CurseForge

commented

@QuantumXenon would it be possible to have the updated jar file for this as it is causing multiplayer world to crash?

commented

@SubZeroAmber Here is the (unofficial) XL Packets 1.19 that I updated: https://github.com/QuantumXenon/xl-packets/releases/tag/v1.3 - this won't distribute over CurseForge though so you will have to do it manually.

The reason it crashes is that my mod makes the data packets too big (because it adds many origins), so I can't fix it without removing some or by having another mod (like XL Packets)

commented

@SubZeroAmber Which Origin crashed the server?

commented

@QuantumXenon I sincearly appreciate it! - It was horrible because as the server admin, i picked an origin class from the pluses one and i just crashed the entire server just by joining it. I sincearly appreciate this - i tested it just now and sadly - i am still crashing the entire server. I guess we will do without this mod for now.

commented

@SubZeroAmber Can you send a log?

commented

I just noticed it is not locating the updated XL. jar file in the first place so this might as well be the cause - here is the log
crash-2022-08-27_22.10.03-server.txt

commented

@SubZeroAmber And what Origin were you trying to use?

commented

origins-1.19-1.6.2.jar, origins-plus-plus-1.7.jar

commented

it started crashing after the origins-plus-plus, so i beleive due to the outdated xl mod, the server can't keep up with the origin-plus-plus and it just gives up on life

commented

@SubZeroAmber Sorry, the mod I sent was for Forge - I got confused because the original issue was about Forge. As it's Fabric, see apace100/origins-fabric#581 where it appears that custom origins crash in 1.19.1/1.19.2 because of a bug in the Origins mod.

commented

The XL packets for Fabric marked as 1.17/1.18 on CurseForge still works in 1.19 if you're still looking for that, but it won't help with the issue

commented

I also forgot there were 2 versions... Ah well... so until origins is fixed for ver 1.19 and up, i might as well not bother with the mod?

commented

@SubZeroAmber Correct, it won't work with anything above 1.19 until the Origins mod is updated

commented

Thank you so much for the assistance! I should of looked further into this, however as i am new to modpacks abnd everything ( i spend the entire day fighting with them) I do not understand a lot of things. I will share it with my players, so once again thank you for the help <3 :)

commented

@SubZeroAmber No problem. It isn't very clear that this issue exists for 1.19.1/1.19.2 unless you look at the issues for the Origins mod, so there are probably many people who have the same issue (and I did to).

commented

As for @Tox-y, you could still use https://github.com/QuantumXenon/xl-packets/releases/tag/1.19 to fix your issue, but again, it won't distribute over CurseForge until the author allows the pull request (if they do) and uploads a new version.

commented

Yeah I manually put the mod into the folders and it fixed the problem. Thank you for the help