Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: somunny on November 28, 2004, 07:24:08 pm

Title: daphne.bat problem in MAMEWAH
Post by: somunny on November 28, 2004, 07:24:08 pm
I'm trying to get my Daphne games set up in MAMEWAH.  I seem to be close but can't get past this problem:  (I'm using Dragon's Lair coverted via dvdtodaph from the DVD)

From daphne.log (after attempting to launch thru MAMEWAH):

--DAPHNE version 0.99.6
--Command line is: E:\Daphne\daphne.exe DLE20 vldp -framefile E:\Daphne\framefile\DLE20.txt -fullscreen -useoverlaysb -x 800 -y 600
--CPU : AuthenticAMD 2100 MHz || Mem : 512 megs
--OS : Windows XP/.NET || Video : NVIDIA GeForce FX 5200
LDV1000 : Instantaneous seeking enabled!
Setting screen width to 800
Setting screen height to 600
Set 800x600 at 16 bpp with flags: 80000001
Initializing sound system ...
Joystick #0 was successfully opened
Loading roms/dle20/DLE20_U1.bin ... 8192 bytes read into memory
Loading roms/dle20/DLE20_U2.bin ... 8192 bytes read into memory
Loading roms/dle20/DLE20_U3.bin ... 8192 bytes read into memory
Loading roms/dle20/DLE20_U4.bin ... 8192 bytes read into memory
Could not open file : E:\Daphne\framefile\.\dl-slates.m2v
Could not initialize laserdisc player!
Shutting down sound system...
Shutting down video display...

My .bat file is listed in the log, but here it is anyway:

start/wait E:\Daphne\daphne.exe %1 vldp -framefile E:\Daphne\framefile\%1.txt -fullscreen -useoverlaysb -x 800 -y 600
Exit

All Dragon's Lair related files and folders are named 'dle20', so they'll match up with the .nms file.

DL runs perfectly through DaphneLoader, so I'm thinking I have something wrong in my .bat file.  I'm not seeing the prob.  Maybe another set of eyes will help me out.

Thanks peeps!

Coop

Title: Re: daphne.bat problem in MAMEWAH
Post by: lcddream on November 28, 2004, 09:11:35 pm
try putting your mpegs in a folder above the framefile dir like e:\daphne\mpegs and make sure you change the path in the framefile to the new locale

maybe it doesnt like the dir named . also

just a guess...its definitely something silly cause my .bat is pretty much identical to yours
Title: Re: daphne.bat problem in MAMEWAH
Post by: somunny on November 28, 2004, 09:49:25 pm
Boom!

Works like a charm now!  Thanks for pointing me in the right direction.  Here's the amended .bat:

start/wait E:\Daphne\daphne.exe %1 vldp -framefile E:\Daphne\mpeg\%1\%1.txt -fullscreen -x 800 -y 600
Exit

I used the framefile in the \mpeg folder and added another %1.   ;D

Coop