Auto It fails to open plug-in after the updates

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

Hi there,

When I turned on my PC this morning this error appeared suddenly on my desktop and after I pressed the OK button my PC rebooted. When I turned on again this error disappeared. What this error means ? Why it appeared and should I be worried about ?

Thank you !

AutoIt Error

Line 3439 (File “C:UsersBrynteDesktophardkorretmain_not_obfocused.exe”):

Error: Subscript used with none-Array variable.

SHARE
Answered By 0 points N/A #179726

Auto It fails to open plug-in after the updates

qa-featured

You need to check your .exe file. It is the problem related to subscript‚ not to your PC. 

  • Open the folder that have .exe files. Then open the recommended file in editor.  
  • Therefor check your script, there will be lines that are declaring the variables type and function.
  • Set the variables according to the type that is needed. If you are using non array variables in your script then do not use array version.

In this way you can fix your problem.

Related Questions