The NEW Build Your Own Arcade Controls
Main => Software Forum => Topic started 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
-
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
-
Lazarus reinstall fixed the problem. Thanks Howard. James