X-WolfMAME failed to open inp for recording

General discussion on MAME, MARP, or whatever else that doesn't belong in any of the other forums

Moderators: mahlemiut, seymour, QRS

Post Reply
Courgette
Button Slapper
Button Slapper
Posts: 6
Joined: Sun Mar 28, 2004 2:32 pm

X-WolfMAME failed to open inp for recording

Post by Courgette »

Hi,
I'm playing with X-WolfMAME 0.80 without any problem but I can't record my play. Here is what i did :

$ mkdir ~/marp
$ chmod +rwx ~/marp
$ xwolfmame.x11 -rec ~/marp/spang.inp
failed to open /home/courgette/jvrm/spang.inp for recording

What is the problem ? How can I solve it or where should I go to find any answer ?
User avatar
mahlemiut
Editor
Posts: 4188
Joined: Mon Feb 04, 2002 10:05 pm
Location: New Zealand
Contact:

Post by mahlemiut »

I think the default for X-MAME is to store inps in the current directory. Check ~/.xmame/xmamerc and see if that is the case, it's doesn't look like it is from what you've posted.

So, try setting the inp directory to '.' (edit xmamerc or use -inp_directory .) and run X-WolfMAME with -record <inpname>. Just passing the inp filename without a folder structure may make things simpler.
- Barry Rodewald
MARP Assistant Web Maintainer
Image
User avatar
Chad
Tournament Coordinator
Posts: 4463
Joined: Tue Mar 05, 2002 3:15 pm
Location: calif

Post by Chad »

all inp recordings are relative directory to the inp directory set in .xmamerc, i.e. you can't use full paths with -playback and -rec options. You might be able to use ../../../../home/marp/spang.inp and that wil work with out checking the .xmamerc.
-skito
Courgette
Button Slapper
Button Slapper
Posts: 6
Joined: Sun Mar 28, 2004 2:32 pm

Post by Courgette »

Thanx a lot and sorry for this newb question :)
Post Reply