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: Issue with CPWizard and GroovyMame  (Read 2082 times)

0 Members and 1 Guest are viewing this topic.

Banacek

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 294
  • Last login:November 08, 2017, 05:01:31 pm
Issue with CPWizard and GroovyMame
« on: January 12, 2013, 08:35:54 pm »
CPWizard ver. 2.38
GroovyMame ver. 64_0146.013f
Mame64 ver. 0.146
Windows 7 SP1

Followed the instructions for CPWizard here: http://headsoft.com.au/index.php?category=cpwizard (under Method 1)

With Mame64, CPWizard works. It fires off the pause to Mame and when you exit CPWizard it goes back to Mame. With GroovyMame, it never pauses, and when CPWizard quits the screen is frozen.

I've tried Method 2 (show when pausing Mame), and CPWizard works, but when you exit the screen is frozen.

Has anyone gotten this to work? Thanks!

Calamity

  • Moderator
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 7463
  • Last login:July 19, 2025, 04:03:33 am
  • Quote me with care
Re: Issue with CPWizard and GroovyMame
« Reply #1 on: January 14, 2013, 11:18:55 am »
Hi Banacek,

GroovyMAME by default updates the screen on a separate thread of execution. The synchronization is very delicate and it's a terrible idea to mess with it from an external application because that can easily induce a dead-lock. Disabling -multithreading will revert this behaviour to MAME's standard so it fix this problem.
Important note: posts reporting GM issues without a log will be IGNORED.
Steps to create a log:
 - From command line, run: groovymame.exe -v romname >romname.txt
 - Attach resulting romname.txt file to your post, instead of pasting it.

CRT Emudriver, VMMaker & Arcade OSD downloads, documentation and discussion:  Eiusdemmodi

Banacek

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 294
  • Last login:November 08, 2017, 05:01:31 pm
Re: Issue with CPWizard and GroovyMame
« Reply #2 on: January 14, 2013, 12:28:42 pm »
Hi Banacek,

GroovyMAME by default updates the screen on a separate thread of execution. The synchronization is very delicate and it's a terrible idea to mess with it from an external application because that can easily induce a dead-lock. Disabling -multithreading will revert this behaviour to MAME's standard so it fix this problem.

Ok thanks! I'll switch it over when I get home.