Jump to content
LaunchBox Community Forums

Recommended Posts

Posted

BigBox is running all of the time on my Windows 11-based arcade cabinet.  I put it to sleep instead of powering it all the way off.  However, when Wndows resumes from sleep, BigBox no longer shows any thumbnails, logos, or plays previews videos in the UI (see attached screenshot).

 

IMG_3614.JPEG

  • Like 1
Posted

Have the same if I sleep from within Big Box, and then wake.

However if I sleep without using Big Box, it wakes to a memory crash. 

Posted

I came here with the exact same issue. Easy to reproduce. I use bigbox as windows shell, put the computer to sleep, take it out of sleep and images go away in both game discovery center and platform view. Switching to desktop mode and flipping back to bigbox fixes it (as does a reboot), though it would be nice to have a fix. I'm running 13.21 on a newly built (within the last week) htpc.

  • 2 weeks later...
Posted

No updates on the feedback piece I logged above, until this issue fixed upstream in the bigbox code I am just going to restart bigbox on wake. I created the following batch script to stop then start bigbox (I called it restartbigbox.cmd on my machine):

@echo off
REM Stop Bigbox
taskkill /im "bigbox.exe"

REM Bigbox has background processes run on exit, wait for those to finish and restart bigbox
REM Check if bigbox.exe is running, if it is loop, if not restart it
:check_process
tasklist | find "BigBox.exe" > nul
REM echo %errorlevel%
if %errorlevel% == 0 (
    echo bigbox.exe found. Waiting 1 second...
    timeout /t 1 /nobreak > nul
    goto :check_process
) else (
    start c:\launchbox\bigbox.exe
)

To trigger the script, I created a task in task scheduler to monitor for wake and then under action called the script:

image.thumb.png.1ee27d82f83e70a38e76e7209628fd9f.png

image.thumb.png.a419b73a9c2c3636f9e70792b7eddd09.png

  • Unusual Gem 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...