NELyon Posted March 3, 2007 Posted March 3, 2007 (edited) I was setting some stuff up for my site and i had to kill a process. So i opened up Task Manager and looked through the processes. I saw two "Zombie" Autoit3.exe process. I had no Autoit scripts running at the time, and heres the strange part: they were running as system services. So i closed them out, and it automaticly started back up. No matter how many times i close it, the System autoit3.exe is still sitting there. I'm still closing out these processes, they regenerate as soon as they are killed. Is this a virus or is there something wrong with my installation? EDIT: Hmm... looks like they've stopped for now but i still want to figure out what they were Edited March 3, 2007 by D-Generation X
Paulie Posted March 3, 2007 Posted March 3, 2007 I was setting some stuff up for my site and i had to kill a process. So i opened up Task Manager and looked through the processes. I saw two "Zombie" Autoit3.exe process. I had no Autoit scripts running at the time, and heres the strange part: they were running as system services. So i closed them out, and it automaticly started back up. No matter how many times i close it, the System autoit3.exe is still sitting there. I'm still closing out these processes, they regenerate as soon as they are killed. Is this a virus or is there something wrong with my installation?EDIT: Hmm... looks like they've stopped for now but i still want to figure out what they wereWell, For starters, get ProcessExplorer or something similar and run it, and it will give you paths to the .exes. then try renaming/deleting one and see what happens.If they are running as services, you should try going to run and typing "services.msc" and finding it on the list of services.and BTW, this should probably be in chat
_Kurt Posted March 3, 2007 Posted March 3, 2007 This has happened to me before. It's only one of SciTes glitches. Firstly, when you run a script through SciTe, and run another one while the first one is running, once those scripts exit SciTe will re-run both. The Autoit.exe kept on repeating because of that. Why was it hidden? Simply because you must have run an odd script before and Autoit.exe "froze", this has happened to me before when closing large scripts. Kurt Awaiting Diablo III..
Moderators SmOke_N Posted March 3, 2007 Moderators Posted March 3, 2007 This has happened to me before. It's only one of SciTes glitches. Firstly, when you run a script through SciTe, and run another one while the first one is running, once those scripts exit SciTe will re-run both. The Autoit.exe kept on repeating because of that. Why was it hidden? Simply because you must have run an odd script before and Autoit.exe "froze", this has happened to me before when closing large scripts.KurtSciTe made them run as a service? Paulie suggestion is a good one, use procexp.exe as your task manager. After you have their paths, then pause one of the services (right click on the service in procexp.exe), and delete the active one, one is probably watching the other to make sure it is always running. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
NELyon Posted March 3, 2007 Author Posted March 3, 2007 Ok, i figured out the problem. I run Autoit scripts from my webserver, and my Webserver runs as a service. when it calls Autoit processes, it runs them as System Services.
Developers Jos Posted March 3, 2007 Developers Posted March 3, 2007 This has happened to me before. It's only one of SciTes glitches. Firstly, when you run a script through SciTe, and run another one while the first one is running,Don't believe this is correct ... it only happens when you Hit F1 that the script is ran again .... 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.
_Kurt Posted March 3, 2007 Posted March 3, 2007 Don't believe this is correct ... it only happens when you Hit F1 that the script is ran again ....For me it seems to run twice if another script is already running. Not sure why this occurs.Kurt Awaiting Diablo III..
Developers Jos Posted March 4, 2007 Developers Posted March 4, 2007 For me it seems to run twice if another script is already running. Not sure why this occurs.KurtWhen you hit F5 or Shift-F5 AUtoIt3Wrapper is shelled 2 times and AutoIt3 is ran.SciTE doesn't allow you to Hit (Shift)F5 again at that time, but it allows you to open the Helpfile which causes the internal Jobqueue to be ran again resulting in another instance of your running program (unless you ofcourse have a _Singleton() test in it) 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.
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