mirror of
https://github.com/NATroutter/egg-hytale.git
synced 2026-03-01 11:21:13 +03:00
Failed to get hardware uuid #8
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 @reality-exe on GitHub (Jan 13, 2026).
Whenever i set the auth persistence to "Encrypted" i get
[2026/01/13 17:42:24 WARN] [HardwareUtil] Failed to get Hardware UUIDwhich makes it fail to keep login persistent@MrLuckyGamer commented on GitHub (Jan 13, 2026):
When did you last update your egg and reinstall the server? Even try making a new server and making sure all the details are filled out correctly such as your username and other details.
@reality-exe commented on GitHub (Jan 13, 2026):
Freshly updated egg, and freshly installed server this still happens. Although I am noticing other people are having this issue in the server so it may not be specific to this egg
@MrLuckyGamer commented on GitHub (Jan 13, 2026):
There is currently an error with the egg not caching the authentication for the server, this could be playing a part in it.
@reality-exe commented on GitHub (Jan 13, 2026):
Maybe, though even with a different egg i had this issue i just remembered
@reality-exe commented on GitHub (Jan 13, 2026):
@MrLuckyGamer I have figured it out. The server tries to search for the machine id at
/etc/machine-idbut that isnt mounted by default. Creating a mount for this in Pelican fixes it