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: Lazarus Support Needed  (Read 2437 times)

0 Members and 1 Guest are viewing this topic.

Superdude

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 330
  • Last login:January 22, 2016, 11:53:48 am
  • Mo' Betta Butter with da Betta Playa'
Lazarus Support Needed
« on: October 14, 2002, 12:51:07 pm »
Hello, I am having problems starting up Lazarus with Mame. After I run the parse and try to do a scan for my roms it gives me a message: Cannot find path error 7.  Here is my dir.ini file.

[Dirs]
roms=C:\Arcade\mame32\roms\

Primary Artwork Dir=C:\Arcade\mame32\
Additional AW Dirs=

[startvd]
[path]
logo=
caption=Mame
useclones=0
searchstrings:
[/path]
[/startvd]

--------------------------
What did I do wrong?  I checked and double checked my paths here.

Thanks for you help.  I did read the manuals on the site but I dont know what I setup wrong.  Please help.

Superdude

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 330
  • Last login:January 22, 2016, 11:53:48 am
  • Mo' Betta Butter with da Betta Playa'
Re:Lazarus Support Needed
« Reply #1 on: October 14, 2002, 12:58:44 pm »
BTW my MAME.CFG is:

extension=.zip
path=c:\Arcade\mame32\
exe=Mame.exe
send rom path=1
send exit keys=0
command line options;

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19427
  • Last login:Yesterday at 02:45:49 am
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re:Lazarus Support Needed
« Reply #2 on: October 14, 2002, 02:20:53 pm »
Well for one thing you didn't put in a search string. If you don't put in a search string then it searches for nothing and thus gets confused.  

Try

searchstrings:5=MAME

That should do ya.  

Also a path not found error means just that... you are pointing to a path that doesn't exist.  Although you want to correct the other error first and see if it fixes it.    


Jungle

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 70
  • Last login:March 05, 2006, 08:38:19 pm
  • I want to Build My Own Arcade Controls!!
Re:Lazarus Support Needed
« Reply #3 on: October 14, 2002, 07:38:35 pm »
OK, I guess I'm not the only one having trouble.

This FE looks really nice so I'd like to get it working.

I'm running Win98 if it matters.

Here's what I have done so far:

1 - Read the documentation (many times)
2 - Extracted the Lazarus zip into C:\Mame\Lazarus
3 - Ran the runme.bat file
4 - Downloaded the catver.ini and put it in the correct folder
5 - Created a dat file for mame using -listinfo
6 - Put the correct directories in dirs.ini and the Mame CFG file
7 - Ran Lazarus
8 - Selected Generate Gamelist

Here's where I ran into problems.  The parse of the Mame .dat file went fine and created my master list.  Then it gets to the part where it says "Checking Vdir:0" and a few seconds later I get a Run Time Error '76' - Path Not Found.

What path does this refer to?  I've checked and rechecked the paths in my ini and they do exist.  Here are my dirs.and mame.cfg files:

 [Dirs]
roms=c:\mame\roms\
Primary Artwork Dir=c:\mame\
Additional AW Dirs=

[startvd]
[path]
logo=
caption=Mame
useclones=0
searchstrings:5=MAME
[/path]

[/startvd]


extension=.zip
path=C:\mame\
exe=lzMame.exe
send rom path=1
send exit keys=0
command line options;


Any help is much appreciated.

Thanks,



Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19427
  • Last login:Yesterday at 02:45:49 am
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re:Lazarus Support Needed
« Reply #4 on: October 14, 2002, 09:12:11 pm »
It refers to your rom path.  I know this because I put the error message in myself. :)

Here's something that's dumb that might work.... Try to put in two rom paths....

roms=c:\windows\;c:\mame\roms\

It doesn't matter that there isn't anything there this is just for debug pruposes.  All that matters is that the folder actually exists.

If it gets through the first vdir fine then we know for some reason it isn't liking the folder you have your roms in.  It could be that it's compressed or some other such nonsense.    

Superdude

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 330
  • Last login:January 22, 2016, 11:53:48 am
  • Mo' Betta Butter with da Betta Playa'
Re:Lazarus Support Needed
« Reply #5 on: October 15, 2002, 09:18:50 am »
Tried the 2 paths and didnt work.  I did exactly what Jungle did.  Jungle, are you using Windows XP?  Maybe its not XP compatable or I have to create a new directory.  Any other debugging hints?

Jungle

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 70
  • Last login:March 05, 2006, 08:38:19 pm
  • I want to Build My Own Arcade Controls!!
Re:Lazarus Support Needed
« Reply #6 on: October 15, 2002, 11:41:27 am »
I'm using Windows 98.  I haven't had a chance to try the two paths test yet, but I have had the same problem on two different computers (both running Win 98).

I'll play around with it some more tonight, since I'd really like to get Lazarus up and running.

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19427
  • Last login:Yesterday at 02:45:49 am
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re:Lazarus Support Needed
« Reply #7 on: October 15, 2002, 12:27:14 pm »
It's programmed in xp, so it works the best in it.  That much I can confirm.  

I would consider making a fresh install and also moving some of your roms to a special directory just for testing.