Jump to content
LaunchBox Community Forums

Dreamcast games not loading after Demul is launched


ckp

Recommended Posts

Ok, looks like modifying the autohotkey script from its default did the trick when launched via batch file!

So I replace the default script created by Launchbox and add this one:


$Escape::

Process, Close, demul.exe

ExitAPP

return

It used to be this one which does NOT work:


; This section closes Demul when pressing Escape

$Esc::

{

    Process, Close, {{{StartupEXE}}}

}

 

So far, I can finally use LB for Dreamcast given these changes.

 

  • Like 1
Link to comment
Share on other sites

3 hours ago, timekills said:

@ckp I didn't see a feature request for migrating multiple files inside a zipped package when "Extract ROM archives before running." Although I'd think that would be the default action...

I'm sure @astoufu would vote it up.

Yea, a feature like this would come in hand, or maybe a feature where we can force to look for a specific extension.

Link to comment
Share on other sites




Ok, looks like modifying the autohotkey script from its default did the trick when launched via batch file!








So I replace the default script created by Launchbox and add this one:






$Escape::Process, Close, demul.exeExitAPPreturn







It used to be this one which does NOT work:





; This section closes Demul when pressing Escape$Esc::{    Process, Close, {{{StartupEXE}}}}







 








So far, I can finally use LB for Dreamcast given these changes.








 




Did the original statement still have the semi-colon ( ; ) in front of it? Because it would not be executed if it did, even if it would have worked.

I.E. the original statement might be fine if the ; (which makes it a comment instead of active) is removed.

Sent from my Nexus 6P using Tapatalk

Link to comment
Share on other sites



@timekills, the semi colon is a per line comment. only the first line has the comment. maybe the formatting is just messed up on the forum. there are supposed to be several lines.



Tracking; the formatting on Tapatalk made it seem as if it were all a one line command.

I figured you hadn't missed that, but after trying to fix problems/debug for hours I've often over looked the "duh" solution. [emoji15] [emoji34] [emoji9]

Sent from my Nexus 6P using Tapatalk

Link to comment
Share on other sites

On September 5, 2016 at 1:07 PM, timekills said:

I assume you saw this thread, and specifically this post: 

 

back to Rocketlauncher for now as it can exit the emulator fine with escape key.

 

edit:  6.9 fixed this issue for me. batch file is no longer needed.

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