Message keeps coming up

Status
Not open for further replies.

chara33

Daemon Poster
Messages
1,105
Location
Home
Whenever I am away from my computer for a while and the switch user screen comes on where you have to click on the user name comes up to get back to my desktop I get the following msg comes up




I just click continue to get rid of it. My question is why is it coming up to begin with and how do I stop it from coming up?

thx

Edit: In event viewer, this is what I see:

Under admin events I get:

A timeout (30000 milliseconds) was reached while waiting for a transaction response from the ShellHWDetection service.

The ScRegSetValueExW call failed for Start with the following error:
Access is denied.


Under windows logs:


The ScRegSetValueExW call failed for Start with the following error:
Access is denied.


If you need me to look elsewhere I will.

Thx Guys
 
That is a timeout error. It is very common when your network is trying to do something and being logged off the accounts doesnt allow for the network to operate. Having your system go to the User Selection Screen after it goes to the screen saver will cause this every time and only way to fix it is to stop what ever network programs you have running.
 
Mak, I don't believe i have any network programs running. How can I tell for sure plz?

thx
 
anything that tries to access the web is a network program. So if you leave your email program open, it will try to access the network. It may not be your local network but it is still trying to use the network connection to get access to the web. Since it isnt logged in, it hits the time out.
 
Mak, I have the following programs in my sys tray. MSE virus signature updater which is set to check for updates upon PC bootup, Phonetray, MSE, Smooth Program scheduler, Tuneup utilitties, Superanti spyware, comodo firewall and Spamfighter. Is there any way of telling which one might be the culprit? Probs not but I had to ask.

thx
 
I'd say disable everything under msconfig>startup. Recheck one by one till the error comes back, if it does come back....

If it still does it, uninstall .net and reinstall it.
 
MSE accesses the web for updates. Comodo accesses the web. It isnt that hard to figure out which ones access the web. Almost all of them update or get updates from teh web.
 
Here is a more detailed description of the error that is coming up:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.InvalidOperationException: Unable to ping because a network connection is not available.
at Microsoft.VisualBasic.Devices.Network.Ping(String hostNameOrAddress, Int32 timeout)
at Microsoft.VisualBasic.Devices.Network.Ping(String hostNameOrAddress)
at MSE_Update_Utility.Startup.tmrConnectionCheck_Tick(Object sender, EventArgs e) in D:\Program Files\Visual Studio 2008\Projects\MSE Virus Signature Update Checker\MSE Virus Signature Update Checker\Form2.vb:line 142
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
MSE Update Utility
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/MSE%20Update%20Utility/MSE%20Update%20Utility.exe
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.


Could this be more help for someone to help me get rid of this error>

thx
 
Status
Not open for further replies.
Back
Top Bottom