Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: Chazz on March 13, 2003, 09:01:17 pm

Title: Lazarus 'Run-time error 53'?
Post by: Chazz on March 13, 2003, 09:01:17 pm
Can anyone help me with this error?   :-[

(http://members.rogers.com/plevert2478/laz.jpg)

Title: Re:Lazarus 'Run-time error 53'?
Post by: SirPoonga on March 13, 2003, 09:07:16 pm
you have the new list gen?  check HC's news archives.
Title: Re:Lazarus 'Run-time error 53'?
Post by: Howard_Casto on March 14, 2003, 12:04:12 am
No file not found errors mean just that.  Check to make sure your mame.cfg is setup in your cfgs folder for lazarus and it points to a valid mame.exe.  The initial part of the listgen is created by mame itself.  
Title: Re:Lazarus 'Run-time error 53'?
Post by: Chazz on March 15, 2003, 02:45:13 pm
My 'mame.cfg' file looks fine.  

I get this, then it crashes with the runtime error.

(http://members.rogers.com/plevert2478/laz2.jpg)
Title: Re:Lazarus 'Run-time error 53'?
Post by: Howard_Casto on March 15, 2003, 03:45:46 pm
My 'mame.cfg' file looks fine.  

I get this, then it crashes with the runtime error.

(http://members.rogers.com/plevert2478/laz2.jpg)

Your directory structure is crazy, I think that has a lot to do with the problem.  Did you try running the list gen outside of lazarus?  

Also post your cfg file.  Judging by that output there is something wrong with it.  
Title: Re:Lazarus 'Run-time error 53'?
Post by: Chazz on March 15, 2003, 04:08:29 pm
This is the message I get from both inside Lazarus, and out.

This is my 'mame.cfg'

(http://members.rogers.com/plevert2478/laz4.jpg)
Title: Re:Lazarus 'Run-time error 53'?
Post by: Howard_Casto on March 15, 2003, 09:26:46 pm
delete both the listinfo.bat and listdetails.bat and retry
Title: Re:Lazarus 'Run-time error 53'?
Post by: Chazz on March 15, 2003, 10:08:35 pm
Hi Howard,
That didn't work.  Thanks for you patience with me.  I just received my card from Andy and Lazarus has always been the FE I wanted to run when I got Windows going.  

Thanks again, and any more ideas and help would be great!

Title: Re:Lazarus 'Run-time error 53'?
Post by: Howard_Casto on March 15, 2003, 10:30:22 pm
The problem with your error is it gives output that it shouldn't be able to give.  The listgenerator passes the dat in short filename format and thus this shouldn't be possible.  

First off make sure you have the latest listgen as sirp originally said, that's not the issue but it couldn't hurt.  Secondly rename your mame dir to lzmame rather than lzmame61... I think the parser is having issues with the folder name.  
Title: Re:Lazarus 'Run-time error 53'?
Post by: Chazz on March 16, 2003, 09:58:10 am
I have the latest version of listgen, I've renamed the lzmame61 folder to just lzmame, and I also moved all the programs closer to the root so it wouldn't be so deep in folders, but nothing worked...  ???
Title: Re:Lazarus 'Run-time error 53'?
Post by: Howard_Casto on March 16, 2003, 09:43:50 pm
I have the latest version of listgen, I've renamed the lzmame61 folder to just lzmame, and I also moved all the programs closer to the root so it wouldn't be so deep in folders, but nothing worked...  ???


Well all I can tell you is reinstall from scratch and start over.  I assure you this is a isolated case so it has something to do with your specific setup.  


Sorry
Title: Re:Lazarus 'Run-time error 53'?
Post by: Chazz on March 17, 2003, 02:57:16 pm
GOT IT!!!   ;D

It looked like I was having a problem with the space in between 'List Generator" in the path.

Let the games begin!!!!

Thanks for all the help!

 ~ ChaZz
Title: Re:Lazarus 'Run-time error 53'?
Post by: Chazz on March 17, 2003, 05:43:39 pm
Success!!  Big Time!

Neogeo Xtreme
(http://members.rogers.com/plevert2478/lazdone.jpg)
Title: Re:Lazarus 'Run-time error 53'?
Post by: SirPoonga on March 17, 2003, 05:47:43 pm
Why is everything in the list there 3 times?
Title: Re:Lazarus 'Run-time error 53'?
Post by: Howard_Casto on March 17, 2003, 07:19:15 pm
SirP this is just a guess but probably he has three versions of emulators that will run mame games.  They would each have the same name.....


I've been thinking in a future version I should check for descriptions and if they are exactly the same as another, tack on the emulator name on the end.  Just a thought.  
Title: Re:Lazarus 'Run-time error 53'?
Post by: Chris on March 20, 2003, 03:50:50 pm
Ooh, how about an option that will remove parenthesis and everything in between them?  :)  I try to make sure that there is only one set for each ROM, so I don't need to see (Set 1) or (World) or anything like that....

Oh, and while I'm requesting features, how about an option that, for the list sort, uses the second word for the sort if the first word is "The "?  :)

--Chris