Jump to content
LaunchBox Community Forums

Recommended Posts

Posted

Hello all,

I'm having a problem with CXBX-reloaded in BigBox. The sound in CXBX will not work when I launch it in BigBox it works for the most part in Launchbox which seems really strange? I use RocketLauncher to launch CXBX but I don't think its a Rocketlauncher issue as the problem only happens in BigBox (Some times in Launchbox but not often)

Anyone know what's happening here? Help would be much appreciated.

  • 1 month later...
Posted (edited)

I'm having the same issue; just wanted to let the admins know as well.

I use an AHK to put it in fullscreen and to exit/close emulation. 

Edited by Exequiel3k
Posted (edited)
 Strangely (or more likely the sound api has to get its mojo going), I added a buffer before putting it in full screen and it brought back the sound at startup. If you lower the buffer below 500 the sound doesn't work..
Here's my code if it can help anybody 
--
Sleep, 1000    ;this is what I toy around with 
Send !{Enter}
 
$Esc::
Send, !{F4}
Sleep, 250
{
 Process, Close, {{{StartupEXE}}}
}
Return
--
 
I close cxbx in a two step process since if I just close the app with the typical "Process, Close" -> it keeps running the app in the background (see it in services), so I stop the emulation and then close the app :P
Edited by Exequiel3k
  • Like 1
  • 1 month later...

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