dzadelis
New Member
- Messages
- 1
- Reaction score
- 0
NTLite Version: v2026.7.11258 x64
Host OS: Windows 11 Enterprise 25H2 x64 (Standard Retail Installation, Windows Update fully enabled)
Description:
There is a hardcoded glitch in the update check mechanism of the latest build (v2026.7.11258). When trying to check for available updates, the application throws a timeout error: Error 6 (0x803D0006).
According to the internal application logs, the software is failing to resolve the update API endpoint because a string placeholder variable ('ServerAddress') was accidentally left in the production code instead of the actual server URL.
Log Snippet:
Downgrading back to the previous stable version (v2026.6.11222.0) completely resolves the issue, and the update check functions perfectly under the exact same network conditions and host OS.
Please push a hotfix to replace the 'ServerAddress' placeholder with the correct URL string.
Thank you!
Host OS: Windows 11 Enterprise 25H2 x64 (Standard Retail Installation, Windows Update fully enabled)
Description:
There is a hardcoded glitch in the update check mechanism of the latest build (v2026.7.11258). When trying to check for available updates, the application throws a timeout error: Error 6 (0x803D0006).
According to the internal application logs, the software is failing to resolve the update API endpoint because a string placeholder variable ('ServerAddress') was accidentally left in the production code instead of the actual server URL.
Log Snippet:
Steps to Reproduce:Checking for updates
SP
Error 6 (0x803D0006)
There was an error communicating with the endpoint at 'ServerAddress'.
The operation timed out
- Launch NTLite v2026.7.11258 x64 as Administrator.
- Click on "Check for updates" (or let the automatic update queue run).
- The process hangs for a few seconds and returns Error 0x803D0006.
Downgrading back to the previous stable version (v2026.6.11222.0) completely resolves the issue, and the update check functions perfectly under the exact same network conditions and host OS.
Please push a hotfix to replace the 'ServerAddress' placeholder with the correct URL string.
Thank you!