Jump to content

AUTOIT ERROR LINE-1


valer
 Share

Recommended Posts

I have one problem .Since 4 moths ago when i start my computer appear one window with message:autoit error line-1:Array variable has incorect number of subscripts or subscripts dimension range exceeded.What can i do do not appear all time that message on the screen of my computer.Thanks in advance.

Link to comment
Share on other sites

First, try to see what programs run at startup: start msconfig (START -> Run), then look at the startup tab. You can disable it from there. Then clean up the registry key. IF YOU DID NOT TRIED BEFORE, BE CAREFUL!!! You might end up messing your computer!!!

Link to comment
Share on other sites

#830841

Why start a stopic, never reply to it and then start the same topic again two days later?

Anyways if you have autoit installed you can run this to try and find out what executable throws the error:

#include <Process.au3>
Local $pID = WinGetProcess("AutoIt Error")
$sName = _ProcessGetName($pID)
If Not $sName Then $sName = "Unknown. Sorry!"
MsgBox(0,"The executable giving the error is called:",$sName)

(run while the error shows)

If you don't have AutoIt installed here is the same program as an executable.

edit: removed executable.

Edited by Tvern
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...