Jump to content
LaunchBox Community Forums

Demul quit , crash BigBox


dov_EL

Recommended Posts

I have a problem with BigBox and Demul when quit from dreamcast games. 
Quit Work fine , the problem is that when I quit Demul with combo that by default use launchbox, the software fails to return to launchbox. Launchbox closes but if we press CTRL + ALT + Delete the bigBOX processes are still open.
What can it be ?

Link to comment
Share on other sites

  • 4 weeks later...
On 1/2/2017 at 2:44 AM, dovella said:

I have a problem with BigBox and Demul when quit from dreamcast games. 
Quit Work fine , the problem is that when I quit Demul with combo that by default use launchbox, the software fails to return to launchbox. Launchbox closes but if we press CTRL + ALT + Delete the bigBOX processes are still open.
What can it be ?

Ok, I had the same issue recently. And this is the known solution:

 

1. Download attached files and put them in location of your choosing. (these files are to hide the mouse cursor when demul is running.)

2. copy and paste this command in the autohotkey box for demul:

Quote

Run, K:\Naomi\nomousy.exe /hide

 

 

$Esc::

 

 

{

        
    

 

 

Run, K:\Naomi\nomousy.exe

         

 

 

}

3.Edit the command to reflect where u put the "no mousy" exe

 

And you should be fine after that. It should close normally within bigbox.

 

Disclaimer: I have no idea why this works and dont know much about AHK commands. I just followed these instructions from another thread and it worked for me. good luck!

 

 

 

 

nomousy.bat

nomousy.exe

Edited by meshflesh
Link to comment
Share on other sites

  • 1 month later...
On 29/01/2017 at 2:06 PM, meshflesh said:

Ok, I had the same issue recently. And this is the known solution:

 

1. Download attached files and put them in location of your choosing. (these files are to hide the mouse cursor when demul is running.)

2. copy and paste this command in the autohotkey box for demul:

3.Edit the command to reflect where u put the "no mousy" exe

 

And you should be fine after that. It should close normally within bigbox.

 

Disclaimer: I have no idea why this works and dont know much about AHK commands. I just followed these instructions from another thread and it worked for me. good luck!

 

 

 

 

nomousy.bat

nomousy.exe

Hi, I need this and have tried pasting it into the AHK box with no success. should I delete all else already in that box or? I'm stumped...

Link to comment
Share on other sites

That started happening to me a little while back.

The only solution for me and a couple others was to use this in your AHK tab for the Demul emulator. You can leave off the nomousy part if you want or just correct the paths if you have the file.

Run, R:\LaunchBox\Games\Tools\nomousy.exe /hide
$Esc::
{
        Run, R:\LaunchBox\Games\Tools\nomousy.exe
        WinClose, ahk_class window ahk_exe demul.exe
}

Edited by ckp
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...