Robin55 Posted March 18, 2018 Share Posted March 18, 2018 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. Quote Link to comment Share on other sites More sharing options...
Exequiel3k Posted May 14, 2018 Share Posted May 14, 2018 (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 May 14, 2018 by Exequiel3k Quote Link to comment Share on other sites More sharing options...
Robin55 Posted May 15, 2018 Author Share Posted May 15, 2018 hey, @Exequiel3k I use a batch file to restart the sound in BigBox on exit. works for the most part but really this is still a problem. Quote Link to comment Share on other sites More sharing options...
Exequiel3k Posted May 15, 2018 Share Posted May 15, 2018 (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 Edited May 15, 2018 by Exequiel3k 1 Quote Link to comment Share on other sites More sharing options...
Robin55 Posted June 24, 2018 Author Share Posted June 24, 2018 This Problem appears to be fixed Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.