tag
#windows
3 items (3 fixes)
fixes
✓ 26.07.08e
"Dedicated server dies at launch with 'You must install .NET to run this application'"
A freshly SteamCMD-installed sbox-server.exe is not self-contained -- it needs the matching .NET runtime on the box, or it dies before any game logic.
dedicated-serverdotnet
✓ 26.07.08e
"Windows SSH-launched server process dies when the SSH session closes"
A long-running process started over a Windows OpenSSH session is killed the moment the session closes -- use a Scheduled Task instead.
sshwindows
✓ 26.07.08e
"Windows/PowerShell traps that corrupt s&box source"
Get-Content/Set-Content re-encodes BOM-less UTF-8 as ANSI; CRLF files break \n-only search-replace: use byte-safe APIs.
toolingmojibake