RetroBar icon indicating copy to clipboard operation
RetroBar copied to clipboard

Win11 22H2 Hanging

Open TLCPlusPlus opened this issue 1 year ago • 4 comments

Every now and then, what I consider a crash loop, keeps happening. I dont know what causes it explicitly as it seems to happen out of the blue, but until its found out and fixed, I made a restart powershell script that forces the exe to force kill the process and start it back up.

Symptoms include:

  • Unable to start up any other program or games.
  • Desktop flashes black every 1-2 seconds.
  • Not even task manager can save you, since it refuses to start (but if powershell is open, it can run the powershell script).
  • Right clicking on Desktop shows 1-2 menu items that indefinitely say "Loading..." when it should be other items such as "Open in Terminal"

It immediately stops when Retrobar is force quit.

For those that are experiencing the same issue, heres my hotfix. It simply quits RetroBar and then starts it back up. Just run it once when symptoms show. I made it an alias too just for ease of access instead of constantly typing out the file path of the .ps1 file.

Stop-Process -Name RetroBar -Force
Write-Output "Stopping Process: Retrobar...2s"
Start-Sleep -Seconds 2
Start-Process -FilePath "FilePathTo\RetroBar.exe"
Write-Output "Restarting process...1s"
Start-Sleep -Seconds 1
Write-Output "Finished! Press any key to quit..."
[void][System.Console]::ReadKey($FALSE)

TLCPlusPlus avatar Jun 29 '23 15:06 TLCPlusPlus

Explorer has some trouble starting sometimes while RetroBar is already running. To me it sounds like Explorer is actually crashing but then because RetroBar is open, it can't restart. Do you see crash logs for Explorer in event viewer by chance when this is happening?

dremin avatar Jul 22 '23 20:07 dremin

Explorer has some trouble starting sometimes while RetroBar is already running. To me it sounds like Explorer is actually crashing but then because RetroBar is open, it can't restart. Do you see crash logs for Explorer in event viewer by chance when this is happening?

No, the only thing I see is Kernal-Power: "The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly."

Which is expected, because that was the only way I could force it if it couldnt even start powershell or run the above script. Usually I have Powershell just waiting in the background, but if I forget, thats plan B.

TLCPlusPlus avatar Jul 26 '23 21:07 TLCPlusPlus

Same issue here, Retrobar is the only thing to complete my Windows XP experience for 11 22H2. Sadly, not even older versions can run without Explorer Restarts.

p1ckaxe avatar Jul 29 '23 05:07 p1ckaxe

works fine for me, guess it was patched

jdsuhlmann avatar Sep 04 '23 12:09 jdsuhlmann