mirror of
https://github.com/NATroutter/egg-hytale.git
synced 2026-03-01 11:21:13 +03:00
[Bug]: Clean install error on validating checksum after download #27
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 @sabinico on GitHub (Jan 18, 2026).
Panel Type
Pterodactyl Panel
Panel Version
1.11.7
Wings Version
1.11.8
Panel Deployment Method
Bare Metal (Directly on machine)
Wings Deployment Method
Bare Metal (Directly on machine)
Wings Location
Same machine (Local)
Server Architecture
x86_64 (amd64)
When does the issue occur?
During server file download
Bug Description
On a clean install, script fails on checksum validation after downloading server
Console Logs
Additional Context
No response
Pre-submission Checklist
@NATroutter commented on GitHub (Jan 18, 2026):
Does this happen each time you try to do it ?
@sabinico commented on GitHub (Jan 18, 2026):
Yes, tried several times on same instance and deleted and created a new fresh instance a few times
@NATroutter commented on GitHub (Jan 18, 2026):
Do you have latest egg file ?
@sabinico commented on GitHub (Jan 18, 2026):
Yes, latest egg file, docker image updated and everything up to date.
Fixed my issue manually downloading on other machine and uploading the server files to skip the validation checksum, but I'm still worried the problem can persist on new installs or updates
@NATroutter commented on GitHub (Jan 18, 2026):
I’ve tried this on both Pterodactyl and Pelican, on ARM and x86 systems, and I wasn’t able to reproduce the issue.
If we’re being precise, this isn’t directly an egg issue, but more likely an environment / hytale-downloader issue. Still, I’m happy to help as best as I can. Here are some possible causes that I think might be responsible:
You could also try running the downloader directly on the host machine to see if it works or not.
@sabinico commented on GitHub (Jan 18, 2026):
I tried now after a few hours and seems to be working fine.
I guess it was some caching related problem in my side
I appreciate your help anyway, thank you!