Jump to content
LaunchBox Community Forums

Big Box loses focus after exiting emulator Duckstation and PCSX2


Tempest

Recommended Posts

This behavior happens with DuckStation, in this particular case. I load the game from Big Box and when exiting the game using the pause menu from Duckstation, Big Box loses focus and I need to alt+ab to gain focus again. Basically, BB freezes and the video snap does not load until I alt+tab to focus. DuckStation starts in fullscreen and with -batch in command-line options.

I did not observe this behavior when exiting Retroarch, for example. One way to circumvent this is to assign a hotkey to the controller or keyboard to close the active window. However, I would prefer to exit using the emulator menu.

Has anyone experienced this? Is this normal behavior from Big Box when using other emulators rather than Retroarch?

Link to comment
Share on other sites

Unfortunately it is a known and never solved problem that occurs differently on various systems, devices, games or emulators, in short it depends a bit on a million different conditions. For example Duckstation does not give me this problem, while it happens to me for other emulators.
To solve the problem safely I usually create an external autohotkey script similar to this:

WinWait, ahk_exe duckstation-qt-x64-ReleaseLTCG-MSVC.exe
WinWaitClose, ahk_exe duckstation-qt-x64-ReleaseLTCG-MSVC.exe
WinMaximize, LaunchBox
WinRestore, LaunchBox
WinActivate, LaunchBox
WinMaximize, BigBox
WinRestore, BigBox
WinActivate, BigBox

 

replace this "duckstation-qt-x64-ReleaseLTCG-MSVC.exe" with the one for your version of duckstation

Link to comment
Share on other sites

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...