valer Posted September 14, 2010 Posted September 14, 2010 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.
taietel Posted September 14, 2010 Posted September 14, 2010 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!!! Things you should know first...In the beginning there was only ONE! And zero... Progs: Create PDF(TXT2PDF,IMG2PDF) 3D Bar Graph DeskGadget Menu INI Photo Mosaic 3D Text
Varian Posted September 14, 2010 Posted September 14, 2010 I suggest you check out Startup Control Panel. Just download the standalone version and you can easily see and modify the startup entries without being detrimental to your system
Tvern Posted September 14, 2010 Posted September 14, 2010 (edited) #830841Why 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 October 28, 2010 by Tvern
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now