Auto it shows error after the updates of windows xp

Asked By 0 points N/A Posted on -
qa-featured

Hello there,

Error on Line 0 is my newest error that I got on Windows XP from AutoIt. The program worked just fine and this is the first problem that I have with AutoIt. Is there an expert who can help me please to fix this error ?

Thank you !

AutoIt Error

Line 0 (File “C:DPSFNSHR.EXE”):

For $i=1 to $exceptions [0][0]

For $i=1 to $exceptions ERROR

Error: Subscript used with not-Array variable.

SHARE
Answered By 0 points N/A #179695

Auto it shows error after the updates of windows xp

qa-featured

This type of error is caused by combo of filters, when deselecting the files in the folder. So,

  •  Do not put those files in the folder that you are not using.
  • Do not repack the same packs
  • The exception filter will look for the file in the expanded pack. If file are not exist in that filter then there would be the error. 
  • Therefore, do not move the files from expanded folder.
  • In this way you can fix the problem.

There is another way to fix the problem. You can fix it by giving the debugging command in setting section. For this purpose do the following steps.

  • Go to the "DPsFnshr.ini"
  • Then go setting section.
  • Add ( debug =t rue)
  • Rebuilt the ISO.
  • Install the driver pack again.

Now there would be no problem.

Driver-pack-14

Related Questions