Lizardking141 Posted December 22, 2016 Posted December 22, 2016 So a little background first, I am part of an IT team for a company and this error popped up on a computer of one of my users. We do not use AutoIT for anything in our company and I am just now getting into it after hitting this error. The error I am seeing is: Line 0 (File "C:\Users\username\YBcL1gilQRdZq0G1\FBbtK"): Error: Error opening the file. So I tracked down what was causing the error and there was a shortcut in the users' windows startup folder that was pointing to this file that no longer exists. I do not see any record of it being deleted in my AV manager. I got rid of the shortcut and it got rid of the error as expected. So my question is without the original file or records of it being gone is there any way for me to make sure it is completely gone from the system? I don't know quite how robust AutoIT is and what it could have done before it was deleted or if it would have deleted itself for some reason. I know this is kind of vague but this is all I have to go off of as well and am just trying to get more information and make sure this problem is fixed and doesn't pop up anymore. Thanks for any info.
BrewManNH Posted December 22, 2016 Posted December 22, 2016 You could search for it on the hard drive to see if it still exists anywhere. The Line 0 part says that something is running, not a shortcut, but the actual program. You may have stopped it from being executed, but if all you deleted was the shortcut then the program might still be lurking somewhere. Without having a snapshot of the contents of the computer prior to the file being placed onto it and executed, you'd have a hard time finding out what it might have done while it was there and running. If I posted any code, assume that code was written using the latest release version unless stated otherwise. Also, if it doesn't work on XP I can't help with that because I don't have access to XP, and I'm not going to.Give a programmer the correct code and he can do his work for a day. Teach a programmer to debug and he can do his work for a lifetime - by Chirag GudeHow to ask questions the smart way! I hereby grant any person the right to use any code I post, that I am the original author of, on the autoitscript.com forums, unless I've specifically stated otherwise in the code or the thread post. If you do use my code all I ask, as a courtesy, is to make note of where you got it from. Back up and restore Windows user files _Array.au3 - Modified array functions that include support for 2D arrays. - ColorChooser - An add-on for SciTE that pops up a color dialog so you can select and paste a color code into a script. - Customizable Splashscreen GUI w/Progress Bar - Create a custom "splash screen" GUI with a progress bar and custom label. - _FileGetProperty - Retrieve the properties of a file - SciTE Toolbar - A toolbar demo for use with the SciTE editor - GUIRegisterMsg demo - Demo script to show how to use the Windows messages to interact with controls and your GUI. - Latin Square password generator
Lizardking141 Posted December 22, 2016 Author Posted December 22, 2016 That is what I was worried about, it still lurking around somewhere. I can not find the program or even the containing folder that the shortcut was pointing to on the drive. It should have clicked in my head that if it is an AutoIT line 0 error instead of say a windows "The file this link is pointing to is no longer available" esque error that it would still be there somewhere and trying to run but something is stopping it. Thanks for the info, I will go do some more searches and see if I can find an traces of it again.
Lizardking141 Posted December 22, 2016 Author Posted December 22, 2016 Found the .au3 file, was hiding in User\AppData\Roaming. Any way if I have the file I can tell what it was trying to do when it was running? Thanks.
Developers Jos Posted December 22, 2016 Developers Posted December 22, 2016 It should be a readable script when it's an au3, so should be easy to figure out what it does. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Lizardking141 Posted December 22, 2016 Author Posted December 22, 2016 It is definitely readable, wouldn't really consider it easily readable due to the fact that the shortest variable is $HCUKCVEgeE and they only get more convoluted with functions like MUMUOKCWUYGDiDFPZNGOeHcX, but it is a good starting point and I will definitely be digging into it to try to figure it out. Guess this gives me an excuse to learn a new language which isn't a bad thing. Thanks for the all the help and information.
Moderators Melba23 Posted December 22, 2016 Moderators Posted December 22, 2016 Lizardking141, That does not sound like good news. If you want to PM me the file, I would be happy to take a look and see if I can work out what it does. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Lizardking141 Posted December 22, 2016 Author Posted December 22, 2016 If you don't mind doing it I have no objections to more eyes on it. I will PM it to you. Thanks,
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