Known Issues & Workarounds
Known Issues & Workarounds
Documented edge cases, OS-specific gotchas, and planned resolutions for v0.1.0.
Windows File Lock during Upgrade / Uninstall
On Windows, if ksp.exe is currently running or locked by PowerShell when executing ksp update or ksp uninstall, Windows may return Access is denied (os error 5).
Workaround: Our latest installer (`install.ps1`) automatically schedules a background timeout task (`cmd.exe /c timeout /t 2 && del`) to safely replace binaries even when running.