The NEW Build Your Own Arcade Controls

Main => Software Forum => Topic started by: jginiso on December 07, 2002, 12:23:35 pm

Title: Lazarus Runtime Error '9'
Post by: jginiso on December 07, 2002, 12:23:35 pm
I receive "runtime error '9': Subscript out of range" when I try to scan for new roms. The scan reaches Vdir 4 then gives the error. things were working until I tried to add a visual pinball dat I made with the list helper. Ive sinced removed that DAT and reinstalled Lazarus but continue to receive the error. Any help woudl be appreciated. Thanks.
James
Title: Re:Lazarus Runtime Error '9'
Post by: Howard_Casto on December 07, 2002, 10:47:49 pm
Subscript out of range means it's trying to read somethign that's required to be there but you don't have.  Check your dat file to make sure it's formatted properly and most importantly check your dirs.ini and lazarus.ini
Title: Re:Lazarus Runtime Error '9'
Post by: jginiso on December 08, 2002, 09:45:58 am
Lazarus reinstall fixed the problem. Thanks Howard. James