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: Exiting problem for PC mouse controlled games  (Read 5659 times)

0 Members and 1 Guest are viewing this topic.

tchiacch

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 13
  • Last login:March 16, 2012, 04:03:48 pm
Exiting problem for PC mouse controlled games
« on: February 03, 2011, 12:07:21 pm »
I have several PC games and most of them exit fine and return back to the Maximus Menu when I hit my ESC button.
I have two games that do not exit since they look like they need you to select quit using the mouse/trackball from within the game.  I can use my mouse to select quit and then hit ESC and it goes back to the Maximus Menu.  But if I just simply hit the ESC button from within the game, it does not exit from the game.  Anyone know how to fix this so that the ESC will force the quit of a game no matter what?

Thanks.

tchiacch

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 13
  • Last login:March 16, 2012, 04:03:48 pm
Re: Exiting problem for PC mouse controlled games
« Reply #1 on: February 04, 2011, 08:46:50 am »
Thanks so much.  You rock!!  It's a perfect solution.

kaptainsteve

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 70
  • Last login:February 18, 2024, 01:30:53 pm
    • Swamp-Ass
Re: Exiting problem for PC mouse controlled games
« Reply #2 on: February 23, 2011, 07:34:16 pm »
Hello,

I have an intermittent exitinig problem with any games.   after exiting a game I get a black screen.   To get out of this you have to use the mouse, right click it and exit the emulator (Mame).   Then, there is still a problem because the focus is lost and the Max. Arcade doesn't respond and you have to restart the pc to fix it.

Any suggestions?

Also, could you post or upload the batch file solution so I could try it please?

Thanks.

Steve

Bender

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1919
  • Last login:November 28, 2016, 08:12:21 pm
    • Happ to Tron Conversion tutorial
Re: Exiting problem for PC mouse controlled games
« Reply #3 on: February 23, 2011, 11:58:06 pm »
I had several PC games that did this.  I created a batch file with a taskkill for each of the games that didn't exit properly and told maximus to run that batch file on exit.

Worked like a champ.  Kind of a roundabout fix, but it worked.

I can't get cabvol to quit on exiting MA would a command line with a taskkill do the trick?
what would that code look like?

kaptainsteve

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 70
  • Last login:February 18, 2024, 01:30:53 pm
    • Swamp-Ass
Re: Exiting problem for PC mouse controlled games
« Reply #4 on: February 24, 2011, 06:44:58 pm »
@echo off
taskkill /IM mameuihiscore32.exe /F
dir F:\Downloads\gaming\MameUIHI32_v0.141

This is what i'm trying right now.
Just replace the mameuihiscore332.exe w/whatever mame you're using
and the
dir/directory with the directory location of your mame.
save on notepad and add .bat to the suffix.

kaptainsteve

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 70
  • Last login:February 18, 2024, 01:30:53 pm
    • Swamp-Ass
Re: Exiting problem for PC mouse controlled games
« Reply #5 on: February 26, 2011, 06:20:25 pm »
Would taskilling the mame.exe every time you exit be simpler or wouldn't this work?

I have had a problem with 141 crashing Maximus upon exiting running games, any running games.   I think it has to do with 141 and the video drivers.  I have no such problems simply using a mame32. But 141 in combination with Maximus or other frontends cause me to get a black SOD upon exiting running games.

Any suggestions welcome.

Thanks.