[Bug]: Patchline does not apply #34

Closed
opened 2026-02-05 16:40:04 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @Folbrich on GitHub (Jan 22, 2026).

Panel Type

Pterodactyl Panel

Panel Version

1.11.11

Wings Version

1.11.13

Panel Deployment Method

Docker

Wings Deployment Method

Bare Metal (Directly on machine)

Wings Location

Different machine (Remote)

Server Architecture

x86_64 (amd64)

Are you using the latest version of the egg?

Yes, I just re-imported the egg

When does the issue occur?

During server update

Is the issue reproducible?

Yes, it happens every time

Bug Description

When setting the PATCHLINE startup variable to "pre-release", the server still installs
and runs the release build.

Reinstalling the server or restarting does not change the installed version.

Expected behavior:

  • Setting PATCHLINE=pre-release installs and runs the pre-release build.

Actual behavior:

  • The release build is always installed and started.

Notes:

  • start.sh does not reference PATCHLINE (Or I couldn't find it).

Console Logs

[2026/01/22 19:27:21   INFO]           [HytaleServer] Starting HytaleServer
[2026/01/22 19:27:21   INFO]           [HytaleServer] Loading config...
[2026/01/22 19:27:21   INFO]           [HytaleServer] Authentication mode: AUTHENTICATED
[2026/01/22 19:27:21   INFO]      [ServerAuthManager] Session token loaded from CLI
[2026/01/22 19:27:21   INFO]      [ServerAuthManager] Identity token loaded from CLI
[2026/01/22 19:27:21   INFO]   [SessionServiceClient] Session Service client initialized for: https://sessions.hytale.com
[2026/01/22 19:27:21   INFO]   [SessionServiceClient] Successfully fetched JWKS with 1 keys
[2026/01/22 19:27:21   INFO]           [JWTValidator] JWKS loaded with 1 keys
[2026/01/22 19:27:21   INFO]           [JWTValidator] Identity token validated successfully for user null (UUID: e279603c-f7d4-434b-bcd1-e4c4788e83b5)
[2026/01/22 19:27:21   INFO]      [ServerAuthManager] Identity token validated for null (e279603c-f7d4-434b-bcd1-e4c4788e83b5)
[2026/01/22 19:27:21   INFO]           [JWTValidator] Session token validated successfully
[2026/01/22 19:27:21   INFO]      [ServerAuthManager] Session token validated
[2026/01/22 19:27:21   INFO]      [ServerAuthManager] Auth mode: EXTERNAL_SESSION
[2026/01/22 19:27:21   INFO]      [ServerAuthManager] Token refresh scheduled in 3299 seconds
[2026/01/22 19:27:21   INFO]      [ServerAuthManager] Server session ID: 1559ffc6-5852-4aa7-ba65-32d4154e7089
[2026/01/22 19:27:22   INFO]           [HytaleServer] Booting up HytaleServer - Version: 2026.01.17-4b0f30090, Revision: 4b0f30090ab99c9ce84652006e40c825c555ad98
[2026/01/22 19:27:22   INFO]           [HytaleServer] Setup phase...
[2026/01/22 19:27:22   INFO]          [PluginManager] Loading pending core plugins!
xxx
[2026/01/22 19:38:58   INFO]                 [CommandManager] Console executed command: version
>....HytaleServer v2026.01.17-4b0f30090 (release)

Additional Context

No response

Pre-submission Checklist

  • I have searched existing issues to make sure this bug hasn't already been reported
  • I have verified that I own Hytale on the account I'm using for authentication
  • I am using the latest version of the egg
Originally created by @Folbrich on GitHub (Jan 22, 2026). ### Panel Type Pterodactyl Panel ### Panel Version 1.11.11 ### Wings Version 1.11.13 ### Panel Deployment Method Docker ### Wings Deployment Method Bare Metal (Directly on machine) ### Wings Location Different machine (Remote) ### Server Architecture x86_64 (amd64) ### Are you using the latest version of the egg? Yes, I just re-imported the egg ### When does the issue occur? During server update ### Is the issue reproducible? Yes, it happens every time ### Bug Description When setting the PATCHLINE startup variable to "pre-release", the server still installs and runs the release build. Reinstalling the server or restarting does not change the installed version. Expected behavior: - Setting PATCHLINE=pre-release installs and runs the pre-release build. Actual behavior: - The release build is always installed and started. Notes: - start.sh does not reference PATCHLINE (Or I couldn't find it). ### Console Logs ```shell [2026/01/22 19:27:21 INFO] [HytaleServer] Starting HytaleServer [2026/01/22 19:27:21 INFO] [HytaleServer] Loading config... [2026/01/22 19:27:21 INFO] [HytaleServer] Authentication mode: AUTHENTICATED [2026/01/22 19:27:21 INFO] [ServerAuthManager] Session token loaded from CLI [2026/01/22 19:27:21 INFO] [ServerAuthManager] Identity token loaded from CLI [2026/01/22 19:27:21 INFO] [SessionServiceClient] Session Service client initialized for: https://sessions.hytale.com [2026/01/22 19:27:21 INFO] [SessionServiceClient] Successfully fetched JWKS with 1 keys [2026/01/22 19:27:21 INFO] [JWTValidator] JWKS loaded with 1 keys [2026/01/22 19:27:21 INFO] [JWTValidator] Identity token validated successfully for user null (UUID: e279603c-f7d4-434b-bcd1-e4c4788e83b5) [2026/01/22 19:27:21 INFO] [ServerAuthManager] Identity token validated for null (e279603c-f7d4-434b-bcd1-e4c4788e83b5) [2026/01/22 19:27:21 INFO] [JWTValidator] Session token validated successfully [2026/01/22 19:27:21 INFO] [ServerAuthManager] Session token validated [2026/01/22 19:27:21 INFO] [ServerAuthManager] Auth mode: EXTERNAL_SESSION [2026/01/22 19:27:21 INFO] [ServerAuthManager] Token refresh scheduled in 3299 seconds [2026/01/22 19:27:21 INFO] [ServerAuthManager] Server session ID: 1559ffc6-5852-4aa7-ba65-32d4154e7089 [2026/01/22 19:27:22 INFO] [HytaleServer] Booting up HytaleServer - Version: 2026.01.17-4b0f30090, Revision: 4b0f30090ab99c9ce84652006e40c825c555ad98 [2026/01/22 19:27:22 INFO] [HytaleServer] Setup phase... [2026/01/22 19:27:22 INFO] [PluginManager] Loading pending core plugins! xxx [2026/01/22 19:38:58 INFO] [CommandManager] Console executed command: version >....HytaleServer v2026.01.17-4b0f30090 (release) ``` ### Additional Context _No response_ ### Pre-submission Checklist - [x] I have searched existing issues to make sure this bug hasn't already been reported - [x] I have verified that I own Hytale on the account I'm using for authentication - [x] I am using the latest version of the egg
OVERLORD added the bug label 2026-02-05 16:40:04 +03:00
Author
Owner

@NATroutter commented on GitHub (Jan 22, 2026):

Fixed in the newest release
i would suggest to create new server or
change your server to release start it and then change the patchline to pre-release and restart

@NATroutter commented on GitHub (Jan 22, 2026): Fixed in the newest release i would suggest to create new server or change your server to release start it and then change the patchline to pre-release and restart
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/egg-hytale#34