Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Mala and lnk shortcut apps  (Read 3544 times)

0 Members and 1 Guest are viewing this topic.

juggle50

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 323
  • Last login:July 18, 2024, 07:25:48 am
  • Your either on the bus or off the bus
Mala and lnk shortcut apps
« on: March 19, 2008, 04:19:55 am »
Hello,

After years of using Mame32 I'm finally switching over to Mala and really like it so far.  I need to launch several outside apps through MALA using the shortcut/lnk method.  For the most part it works great.  However, I'm having some trouble with MESS.  I want to launch MESS as a separate .exe application because I have too many console/computer emulators and games to set up individually.

So when I launch the MESS GUI through MALA, everything works great.  When I load up a game, everything works great.  However, when I exit out of a game I have trouble getting back to the MESS GUI.  It seems like MALA is now running in the foreground and MESS GUI must be running in the background and everything gets kind of screwed up.  Anyway is there a way to get MALA to run in the background  when using the MESS GUI? 

I also (I'm embarassed to say) am using MALA to launch some versions of MAME32 for nostalgia's sake and because I find it easier to scroll through huge lists of games.  I'm having the same problem with the MAME32 GUI running in the background after I have exited a game.

Thank you for your help :)
« Last Edit: March 27, 2008, 07:14:28 pm by juggle50 »

juggle50

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 323
  • Last login:July 18, 2024, 07:25:48 am
  • Your either on the bus or off the bus
Re: Mala and lnk shortcut apps
« Reply #1 on: March 27, 2008, 03:32:11 am »
Bump :)

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4306
  • Last login:May 26, 2024, 05:14:32 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: Mala and lnk shortcut apps
« Reply #2 on: March 27, 2008, 05:15:21 am »
Sorry I don't use MESS

headkaze

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2943
  • Last login:August 14, 2023, 02:00:48 am
  • 0x2b|~0x2b?
Re: Mala and lnk shortcut apps
« Reply #3 on: March 27, 2008, 12:39:39 pm »
I don't use MESS either but my guess is after you exit a game in MESS it closes the program MaLa is waiting for in the background. You need to figure out the process MaLa should wait on before it shows it's GUI.

juggle50

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 323
  • Last login:July 18, 2024, 07:25:48 am
  • Your either on the bus or off the bus
Re: Mala and lnk shortcut apps
« Reply #4 on: March 27, 2008, 07:19:53 pm »
Cool,

Do you know how I would go about figuring out that "process?"  It also happens with Mame32 and MisfitMame32 as well.  However,  if I launch any of those programs through Mala's "Launch external application" hot buttons I don't have the same problem.  Do you know the differences in how Mala launches programs between the lnk shortcuts and the external application hot buttons?  I know it's kind of screwy to use a front end to launch a front end, but it makes sense on my system. :)  Thanks again for the help.

Kevin

headkaze

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2943
  • Last login:August 14, 2023, 02:00:48 am
  • 0x2b|~0x2b?
Re: Mala and lnk shortcut apps
« Reply #5 on: March 28, 2008, 01:08:12 am »
Cool,

Do you know how I would go about figuring out that "process?"  It also happens with Mame32 and MisfitMame32 as well.  However,  if I launch any of those programs through Mala's "Launch external application" hot buttons I don't have the same problem.  Do you know the differences in how Mala launches programs between the lnk shortcuts and the external application hot buttons?  I know it's kind of screwy to use a front end to launch a front end, but it makes sense on my system. :)  Thanks again for the help.

Kevin

I'm not a MaLa user so I can't really say the difference. The way to see what process is running and closing, get yourself a program called Process Explorer. First thing you should do is copy it into your Windows directory, then launch it and select Options->Replace Task Manager. Now you can call it up when you press CTRL-ALT-DEL. When MaLa launches an external program you will see it spawn underneath it's process.

I'm not sure how MaLa handles lnk's either but I wrote a little program a while ago called runwaitlnk which will launch a lnk and wait for it to finish. Not sure if it will be of any help.

USAGE: runwaitlnk.exe "<path_to_lnk>"
« Last Edit: March 28, 2008, 01:10:33 am by headkaze »

juggle50

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 323
  • Last login:July 18, 2024, 07:25:48 am
  • Your either on the bus or off the bus
Re: Mala and lnk shortcut apps
« Reply #6 on: March 28, 2008, 11:50:07 am »
Thanks Headkaze, I'll give it a shot.