Jump to content
LaunchBox Community Forums

TheRyanMonty

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by TheRyanMonty

  1. 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:
  2. I'm not sure how visibility works on the bug reporting tool, though I just logged this as a bug: https://feedback.launchbox.gg/p/bigbox-doesnt-display-any-thumbnails-logos-or-play-any-videos linking back to this forum post.
  3. 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.
×
×
  • Create New...