Build Your Own Arcade Controls Forum
Software Support => GroovyMAME => Topic started by: Vectorfire 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:
c:\mame_folder>groovymame.exe romname -v >romname.txt
for me and Street Fighter 2 thats:
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?
-
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.
-
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.
-
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?