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: Unable to pull a log file  (Read 1345 times)

0 Members and 1 Guest are viewing this topic.

Vectorfire

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 42
  • Last login:January 13, 2023, 02:56:42 pm
  • I want to build my own arcade controls!
Unable to pull a log file
« on: February 12, 2020, 04:24:17 pm »
I'm having a couple of issues, and following the instructions on the groovymame page to pull a log file before making a post I have not been able to do so.
Seems straightforward enough.

Instructions:
Code: [Select]
c:\mame_folder>groovymame.exe romname -v >romname.txt
for me and Street Fighter 2 thats:

Code: [Select]
c:\GROOVYMAME\mame64 sf2 -v >sfv.txt
The game starts and when I exit out I have a text file named sf2, but it's empty.
Doesn't matter which rom I try.


Any ideas?

Groovy_Mame Rig:
Windows 7 Home Premium
Intel i7-3770K @ 4.50ghz
16gb DDR3
Creative SB0730 X-Fi Xtreme Gamer
Sapphire Dua-X R 280 Radeon: DVI-I-->VGA adapter
Ultimarc Video Amplifier
27" Makvision Tri-Mode Monitor

Foxhole

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 287
  • Last login:June 08, 2024, 04:31:43 am
  • I want to build my own arcade controls!
Re: Unable to pull a log file
« Reply #1 on: February 12, 2020, 04:59:06 pm »
Sounds like a permission issue (?)
Are you on Win10? Try running it from a different drive if possible or a folder that doesn't need permissions.

tjbaker6

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 2
  • Last login:March 31, 2020, 01:34:54 pm
  • I want to build my own arcade controls!
Re: Unable to pull a log file
« Reply #2 on: March 16, 2020, 11:22:13 pm »
Same issue here.   I have tried to place the log file in several directories with the same zero result.   It is as if mame64, while writing to its own sub cmd box/shell window, is not using stdout or stderr?   Beyond that, its over my head.

 

tjbaker6

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 2
  • Last login:March 31, 2020, 01:34:54 pm
  • I want to build my own arcade controls!
Re: Unable to pull a log file
« Reply #3 on: March 18, 2020, 11:33:30 am »
I loaded the standard (non-groovy) MAME64 on my machine and commands work fine with redirected output.  non-groovy mame does not open a child window and as a result, all output is captured when redirected.  the groovy version doesn't work.. can't get any output to redirect.  Is there something that can be changed/set in groovy mame so that output redirect works?