Hi all. Im running XP and trying to get GL up and running on my main computer as a test run until i get my pc into my cab. So this is the issue.
If I dont have debug turned on in the glaunch.cfg file i select a game, and the screen flicks and returns to game launcher. If I turn it on, I can see this info hanging on the dos screen (below) and can hit any button to unpause it and start the game. However when I exit the game, I get another pause, and hit a button, then can return to GL.
I dont know where this pause command is coming from. i use the TSGameLauncher tool to config mame, and the mame.cfg file looks fine. Im not trying to pass any post or pre commands to mame, etc.
after I try running a game and go through this pause issue I can examine the leftover .bat file and this is what is included:
@echo on
cd C:\Program Files\Mame
echo Will run: "mame.exe batsugun "
pause
mame.exe batsugun
cd C:\Program Files\Mame\glaunch
pause
so again, I dont know how this 'pause' is getting in there. Is it the extra spaces after the rom name? Im not sure where those are slipping in if its the case....
ANY help would be appreciated.