mirror of
https://github.com/NATroutter/egg-hytale.git
synced 2026-03-01 11:21:13 +03:00
Updating egg breaks the world #21
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zbejas on GitHub (Jan 15, 2026).
After updating the egg (deleting old server, egg and reinstalling), when you try to restore your world from backup, the server wont run.
Error:
With some playing around you can get it to "start", but cannot connect due to:
Server runs fine if I delete the old backed up world and let it regen, but I would love to keep my progress
@NATroutter commented on GitHub (Jan 15, 2026):
Pelican or pterodactyl?
it seems to be permission issue i did not expect that this would happen if you are using pelican you can simply click the "universe" folder and click permissions and for owner set all and group and public set read and write
with pterodactyl its more complicated you need to ssh into the machine find the server files and run
chmod -R 755 ./universeCaused by: java.nio.file.AccessDeniedException: /home/container/universe/players@zbejas commented on GitHub (Jan 15, 2026):
And here I was, fixing permissions by hand with SFTP. I am using Pelican. But with the updated permissions, I get a new error:
Now it seems to have issues with config.json, but its set to 766 (all options on owner, and missing executable on public and group)
@zbejas commented on GitHub (Jan 15, 2026):
I connected via SFTP once again, and redid permissions by running
This seems to have done the trick.