- Event type
- patch note
- Published
- 11 February 2026 - 20:50:45 UTC
- Source
- steam_community_announcements
Because I messed up a bit, there was an issue with the update. I have rolled it back for now and will re-release it once I’ve finished investigating the cause.I hope the rollback resolves your issue! If you’re still having trouble, please follow the steps below and send the details to me:Go to your Steam Library, find the game, right-click it, and select Manage -> Browse local files. Make sure file extensions are visible (In File Explorer, click View -> check File name extensions). Create a new text file, name it debug.txt, and paste the following code into it: $appIdFile = "steam_appid.txt" $appIdContent = "4313870" if (-not (Test-Path $appIdFile)) { Set-Content -Path $appIdFile -Value $appIdContent } Write-Host "Launching GoodIdleGame.exe..." -ForegroundColor Green .\GoodIdleGame.exe | Tee-Object -FilePath "debug.txt" if (Test-Path $appIdFile) { Write-Host "Clean $appIdFile..." -Foregr...