mirror of
https://github.com/NATroutter/egg-hytale.git
synced 2026-03-01 11:21:13 +03:00
[Bug]: Auto Update fails #39
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 @EclipseKnight on GitHub (Jan 26, 2026).
Panel Type
Pterodactyl Panel
Panel Version
1.11.10
Wings Version
1.11.13
Panel Deployment Method
Docker
Wings Deployment Method
Docker
Wings Location
Same machine (Local)
Server Architecture
aarch64 (arm64)
Are you using the latest version of the egg?
Yes, I just re-imported the egg
When does the issue occur?
During server startup
Is the issue reproducible?
Yes, it happens every time
Bug Description
Upon startup, with "auto update" flag enabled, the update fails seemingly due to the qemu-x64-x86-static file being missing. I can confirm it is present and this is causing the update to skip because the version.txt file does not contain the differing version, instead it contains the same error line.
Console Logs
Additional Context
No response
Pre-submission Checklist
@NATroutter commented on GitHub (Jan 28, 2026):
go to servers admin panel and click reinstall that should fix it, that should not delete any files it just runs the install script again and should fix the missing arm binary files
@EclipseKnight commented on GitHub (Jan 28, 2026):
I've actually run reinstall more times than I can count and it hasn't resolved the issue.
@NATroutter commented on GitHub (Jan 28, 2026):
Well that's interesting it seems that the binary files are missing and if reinstall does not fix that the binary files are probably named differently in the system, can you give more information what kind of system it is? what operating system etc are you running ?
@EclipseKnight commented on GitHub (Jan 29, 2026):
pterodactyl is running on 22.04 ubuntu on aarch64. It's just a VPS. Also it seems it is downloading the binary to the container folder.
Is it simply because its trying to go to user/bin/qemu instead of the container folder? It may not exist.
I actually found that
sudo apt install qemu-user-staticthe binaries weren't installed. But even after running that and rebooting, it's still throwing the error.@NATroutter commented on GitHub (Jan 30, 2026):
I’m really sorry, but I don’t know how I can help you with this. I’m totally lost. I’ve tried to replicate the issue on two different ARM machines, but I can’t reproduce it at all. This is probably something very system-specific. The only thing that comes to mind is that it might be caused by Wings being installed in Docker. That’s generally not a good idea (in my opinion), I’ve found that it can cause many issues.
@FeedTheChunk commented on GitHub (Jan 30, 2026):
Sry for the confusion but wings nor Panel is installed in a docker container. Me being dyslexic I probably read the template incorrectly.
It very strange indeed. The egg worked fine before but not it fails to install.
@NATroutter commented on GitHub (Jan 30, 2026):
Why are you replying on this ? this issue its not made by you 😕
@EclipseKnight commented on GitHub (Jan 30, 2026):
It's all good, i'm not running in a docker container but I'll go ahead and do some troubleshooting further. I'll give any updates here on the issue.