G
Guest
When I restart my computer I get a error Mutex 2 Could not reopen? Could
someone help me with this?
someone help me with this?
OK, from my event viewer: Error 1:the Windows Firewall/ICS serviceDavid Candy said:A mutex object is a synchronization object whose state is set to signaled when it is not owned by any thread, and nonsignaled when it is owned. Only one thread at a time can own a mutex object, whose name comes from the fact that it is useful in coordinating mutually exclusive access to a shared resource. For example, to prevent two threads from writing to shared memory at the same time, each thread waits for ownership of a mutex object before executing the code that accesses the memory. After writing to the shared memory, the thread releases the mutex object.
So it's a standard thingy in multi threaded applications (how an application multitasks within itself - ie one thread prints and the other allows you to still click and type).
You need to find what is saying this. Look in event viewer for hints or errors arond the same time you recieved the message.
David Candy said:Have these got the same time as the message, ie when you boot. It's best to do one thing at a time and they may not be related to the dialog. Though the three could be related to each other.
Anyway does this apply, MS Antispywear (a very poor program)
http://64.233.167.104/search?q=cach...microsoft.com+10047+&hl=en&start=6&lr=lang_en
--
David Candy said:What happened to the other 3 errors. Do they still appear at reboot (assuming they were associated with Mutex error).
I wouldn't rule out that you are infected with a virus.
You can contact PG at http://www.diamondcs.com.au/index.php?page=contact and there is a forum like this at http://www.wilderssecurity.com/forumdisplay.php?f=13 about PG.
--
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.