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: Mamewah / SK Jukebox  (Read 2055 times)

0 Members and 1 Guest are viewing this topic.

Kilroy01

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 35
  • Last login:November 22, 2009, 07:56:35 pm
    • Kilroy's Design
Mamewah / SK Jukebox
« on: March 01, 2007, 09:54:55 pm »
I'm trying to get my software setup for the cab I'm in the process of rebuilding.  I'm using Mamewah for my frontend and also running SK Jukebox on the same machine.  I've got it set so that when you exit Mamewah, it automatically runs SK.  I've got SK set so that when it closes, it will run Mamewah.  Thought this would be a simple setup.  Mamewah opens SK fine and SK opens Mamewah fine... as long as Mamewah hasn't already been open once.  If Mamewah is what opened SK in the first place, then SK can't open Mamewah.  It just dumps me to the desktop. 

Anyone else running these two progs together or have any idea what could be causing this?  :banghead::dizzy:

govee

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 96
  • Last login:February 19, 2012, 09:26:30 pm
Re: Mamewah / SK Jukebox
« Reply #1 on: March 08, 2007, 11:18:25 pm »
I have the same problem. Not figured out why.

Kilroy01

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 35
  • Last login:November 22, 2009, 07:56:35 pm
    • Kilroy's Design
Re: Mamewah / SK Jukebox
« Reply #2 on: March 09, 2007, 04:47:42 pm »
Glad to see someone else has had the same problem.  Was starting to think it was just my usual  :censored: bad luck.  Have you found any work arounds or are you just putting up with it?

Space Fractal

  • Wiki Master
  • Trade Count: (+1)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 1888
  • Last login:September 26, 2023, 11:32:13 am
  • Space Fractal
    • Space Fractal
Re: Mamewah / SK Jukebox
« Reply #3 on: March 09, 2007, 08:20:33 pm »
You should not set SK Jukebox to rerun mamewah agaín. This may have tried to run a another intance of mamewah, but Mamewah may not like it. Leave that exit line empty in SK Jukebox config.

Mamewah should automatick detect when SK Jukebox is closed, and return to Mamewah.

Sometimes it better to create a bat file and let it run SK Jukebox, if you gotha some problems.
Decade Old Work: MultiFE, ArcadeMusicBox
Today Works: Various Spectrum Next games from Rusty Pixels and html5 games.

Kilroy01

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 35
  • Last login:November 22, 2009, 07:56:35 pm
    • Kilroy's Design
Re: Mamewah / SK Jukebox
« Reply #4 on: March 09, 2007, 09:44:10 pm »
I have tried leaving SK with no exit command as you suggest.  Never can get it to work. 

Which Mamewah exit command should I be using?

### External Application Settings ###
startup_app_commandlines                 
exit_app_commandlines                     
exit_and_run_app_commandlines 

I have tried putting my SK command line on each of the above.
The first one runs SK first and then Mamewah when I exit SK.
The second one runs Mamewah then SK, but dumps to desktop when exiting SK.
The third line goes straight to desktop when exiting Mamewah.  SK never runs.

What am I doing wrong?  Is there another setting somewhere that I should be using?

Space Fractal

  • Wiki Master
  • Trade Count: (+1)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 1888
  • Last login:September 26, 2023, 11:32:13 am
  • Space Fractal
    • Space Fractal
Re: Mamewah / SK Jukebox
« Reply #5 on: March 10, 2007, 07:53:55 am »
None of them. SK Jukebox is not intended to cycle with Mamewah on that way. You whould even have trouble to exit Windows on the correct way.

Here is the correct way to do:
http://forum.arcadecontrols.com/index.php?topic=45464.0

Even it was with Arcade Music Box (my own Jukebox app), it pretty same method with SK-Jukebox.

If you still need to cycle between app (wich is not recommered), you can try to loo use a bat file instead and use code something like this:

Code: [Select]
@echo off
:LOOP
c:
cd c:\mamewah
mamewah.exe
c:
cd c:\skjukebox
skjukebox.exe
goto loop

This bat file would just loop and loop over again, when a app exit and is never end. path and exe file lines may been need change. But you should got the idea.

You may have trouble to exit to desktop for mainstream things.
« Last Edit: March 10, 2007, 08:04:15 am by Space Fractal / Denmark »
Decade Old Work: MultiFE, ArcadeMusicBox
Today Works: Various Spectrum Next games from Rusty Pixels and html5 games.

Havok

  • Keeper of the __Blue_Stars___
  • Trade Count: (+17)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 4530
  • Last login:Yesterday at 02:34:22 am
  • Insufficient facts always invite danger.
Re: Mamewah / SK Jukebox
« Reply #6 on: March 12, 2007, 07:09:44 am »
Why can't you just call SK from Mamewah, just like an emulator? It should hide while SK is running, and then return when you exit SK?

Kilroy01

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 35
  • Last login:November 22, 2009, 07:56:35 pm
    • Kilroy's Design
Re: Mamewah / SK Jukebox
« Reply #7 on: March 12, 2007, 05:07:21 pm »
I thought about that, but I was hoping to be able to just switch programs by hitting the "esc" button.  Was trying to make it simple for users so that they wouldn't have to go into a menu to switch programs.

Space Fractal

  • Wiki Master
  • Trade Count: (+1)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 1888
  • Last login:September 26, 2023, 11:32:13 am
  • Space Fractal
    • Space Fractal
Re: Mamewah / SK Jukebox
« Reply #8 on: March 12, 2007, 08:54:31 pm »
No I not guess it simple for the users, because it not a normal way to do that? When you exit Mamewah, it should shutdown or exit to destop, not to starting other apps. It unnormal method and is not recommered.

There are 2 methods to been starting op in Mamewah: As a "emulator" (running pc games) or as a external App (since Sk Jukebox is not a game). It taste of mind, wich one you use.

Decade Old Work: MultiFE, ArcadeMusicBox
Today Works: Various Spectrum Next games from Rusty Pixels and html5 games.