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: daphne.bat problem in MAMEWAH  (Read 1522 times)

0 Members and 1 Guest are viewing this topic.

somunny

  • Trade Count: (+8)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1618
  • Last login:June 17, 2025, 02:49:55 pm
  • Is it hot in here?
daphne.bat problem in MAMEWAH
« 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


lcddream

  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 498
  • Last login:December 04, 2024, 03:59:31 pm
  • Say goodbye to gravity...
Re: daphne.bat problem in MAMEWAH
« Reply #1 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

somunny

  • Trade Count: (+8)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 1618
  • Last login:June 17, 2025, 02:49:55 pm
  • Is it hot in here?
Re: daphne.bat problem in MAMEWAH
« Reply #2 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