Windows 7 Forums


Reply
Thread Tools

System shut down unexpectedly

 
 
Allen Drake
Guest
Posts: n/a
Thanked:
 
      11-24-2011

This is the first time any Win7 system of mine has just shut down
unexpectedly. Can anyone decipher this event log report?

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


Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Service Control Manager"
Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service
Control Manager" />
<EventID Qualifiers="49152">7011</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x8080000000000000</Keywords>
<TimeCreated SystemTime="2011-11-24T11:29:47.531200100Z" />
<EventRecordID>82067</EventRecordID>
<Correlation />
<Execution ProcessID="796" ThreadID="1244" />
<Channel>System</Channel>
<Computer>Al'sDesktop</Computer>
<Security />
</System>
<EventData>
<Data Name="param1">30000</Data>
<Data Name="param2">ShellHWDetection</Data>
</EventData>
</Event>

I was simply reading something online after having system up for a
few hours doing some research.


I have searched for this problem but nothing seems to fit.

Thanks for any clues.

Al.
 
Reply With Quote
 
 
 
 
Ed Cryer
Guest
Posts: n/a
Thanked:
 
      11-24-2011
On 24/11/2011 11:51, Allen Drake wrote:
>
> This is the first time any Win7 system of mine has just shut down
> unexpectedly. Can anyone decipher this event log report?
>
> A timeout (30000 milliseconds) was reached while waiting for a
> transaction response from the ShellHWDetection service.
>
>
> Event Xml:
> <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
> <System>
> <Provider Name="Service Control Manager"
> Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service
> Control Manager" />
> <EventID Qualifiers="49152">7011</EventID>
> <Version>0</Version>
> <Level>2</Level>
> <Task>0</Task>
> <Opcode>0</Opcode>
> <Keywords>0x8080000000000000</Keywords>
> <TimeCreated SystemTime="2011-11-24T11:29:47.531200100Z" />
> <EventRecordID>82067</EventRecordID>
> <Correlation />
> <Execution ProcessID="796" ThreadID="1244" />
> <Channel>System</Channel>
> <Computer>Al'sDesktop</Computer>
> <Security />
> </System>
> <EventData>
> <Data Name="param1">30000</Data>
> <Data Name="param2">ShellHWDetection</Data>
> </EventData>
> </Event>
>
> I was simply reading something online after having system up for a
> few hours doing some research.
>
>
> I have searched for this problem but nothing seems to fit.
>
> Thanks for any clues.
>
> Al.


There are a few instances of this through Google, but, as you say,
nothing definitive.

You'll have to do some detective work. Here's a guide.
1. Have you tried it again? How long does it stay up?
2. Windows logs in Event Viewer (Admin Tools); especially application &
system ones.
3. Disk scans, memory tests.
4. And then, of course, full AV scan.

Let us know.

Ed

 
Reply With Quote
 
Paul
Guest
Posts: n/a
Thanked:
 
      11-24-2011
Allen Drake wrote:
> This is the first time any Win7 system of mine has just shut down
> unexpectedly. Can anyone decipher this event log report?
>
> A timeout (30000 milliseconds) was reached while waiting for a
> transaction response from the ShellHWDetection service.
>
>
> Event Xml:
> <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
> <System>
> <Provider Name="Service Control Manager"
> Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service
> Control Manager" />
> <EventID Qualifiers="49152">7011</EventID>
> <Version>0</Version>
> <Level>2</Level>
> <Task>0</Task>
> <Opcode>0</Opcode>
> <Keywords>0x8080000000000000</Keywords>
> <TimeCreated SystemTime="2011-11-24T11:29:47.531200100Z" />
> <EventRecordID>82067</EventRecordID>
> <Correlation />
> <Execution ProcessID="796" ThreadID="1244" />
> <Channel>System</Channel>
> <Computer>Al'sDesktop</Computer>
> <Security />
> </System>
> <EventData>
> <Data Name="param1">30000</Data>
> <Data Name="param2">ShellHWDetection</Data>
> </EventData>
> </Event>
>
> I was simply reading something online after having system up for a
> few hours doing some research.
>
>
> I have searched for this problem but nothing seems to fit.
>
> Thanks for any clues.
>
> Al.


Another possibility, is this Event, is a side effect of
something else happening, which didn't get logged.

Maybe, something else is dying in process land, and
preventing ShellHWDetection from completing it's
check, and that caused the event to be logged. But then,
soon afterward, whatever is really happening, causes
the shutdown ?

In the past, Windows would shutdown, if some critical
security service was compromised. But then, there'd probably
be some sort of log entry if that happened.

In terms of hardware, there is THERMTRIP, but it takes
no prisoners, and there is no time for any log entries of
any sort to be made. It's just "lights out". I doubt that is it.
This sounds like more of a software problem.

Paul
 
Reply With Quote
 
Peter Foldes
Guest
Posts: n/a
Thanked:
 
      11-24-2011
"Allen Drake" <> wrote in message
news:...
>
> This is the first time any Win7 system of mine has just shut down
> unexpectedly. Can anyone decipher this event log report?



Did you check for overheating especially the Power Supply

--
Peter
Please Reply to Newsgroup for the benefit of others
Requests for assistance by email can not and will not be acknowledged.
This posting is provided "AS IS" with no warranties, and confers no rights.
http://www.microsoft.com/protect


 
Reply With Quote
 
Robert Sudbury
Guest
Posts: n/a
Thanked:
 
      11-24-2011
When you say `Shutdown' do you mean to say that Windows performed a shutdown
process, gracefully exiting all programs, saving and logging your profile
off, then powering down the system?

Shutdown is a specific process of events occuring in a specific order to
achieve a non-powered state.

Or do you mean to say that your system spontaneously powered off, going from
full operation to a hard off instantly, like a light bulb switch or a pulled
electrical plug?

Or did something else entirely different occur?

"Allen Drake" <> wrote in message
news:...
>
> This is the first time any Win7 system of mine has just shut down
> unexpectedly. Can anyone decipher this event log report?
>
> A timeout (30000 milliseconds) was reached while waiting for a
> transaction response from the ShellHWDetection service.
>
>
> Event Xml:
> <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
> <System>
> <Provider Name="Service Control Manager"
> Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service
> Control Manager" />
> <EventID Qualifiers="49152">7011</EventID>
> <Version>0</Version>
> <Level>2</Level>
> <Task>0</Task>
> <Opcode>0</Opcode>
> <Keywords>0x8080000000000000</Keywords>
> <TimeCreated SystemTime="2011-11-24T11:29:47.531200100Z" />
> <EventRecordID>82067</EventRecordID>
> <Correlation />
> <Execution ProcessID="796" ThreadID="1244" />
> <Channel>System</Channel>
> <Computer>Al'sDesktop</Computer>
> <Security />
> </System>
> <EventData>
> <Data Name="param1">30000</Data>
> <Data Name="param2">ShellHWDetection</Data>
> </EventData>
> </Event>
>
> I was simply reading something online after having system up for a
> few hours doing some research.
>
>
> I have searched for this problem but nothing seems to fit.
>
> Thanks for any clues.
>
> Al.
>
> __________ Information from ESET NOD32 Antivirus, version of virus
> signature database 6657 (20111124) __________
>
> The message was checked by ESET NOD32 Antivirus.
>
> http://www.eset.com
>
>
>


--
[Robert]


__________ Information from ESET NOD32 Antivirus, version of virus signature database 6657 (20111124) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com



 
Reply With Quote
 
Allen Drake
Guest
Posts: n/a
Thanked:
 
      11-25-2011
On Thu, 24 Nov 2011 12:18:34 +0000, Ed Cryer <>
wrote:

>On 24/11/2011 11:51, Allen Drake wrote:
>>
>> This is the first time any Win7 system of mine has just shut down
>> unexpectedly. Can anyone decipher this event log report?
>>
>> A timeout (30000 milliseconds) was reached while waiting for a
>> transaction response from the ShellHWDetection service.
>>
>>
>> Event Xml:
>> <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
>> <System>
>> <Provider Name="Service Control Manager"
>> Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service
>> Control Manager" />
>> <EventID Qualifiers="49152">7011</EventID>
>> <Version>0</Version>
>> <Level>2</Level>
>> <Task>0</Task>
>> <Opcode>0</Opcode>
>> <Keywords>0x8080000000000000</Keywords>
>> <TimeCreated SystemTime="2011-11-24T11:29:47.531200100Z" />
>> <EventRecordID>82067</EventRecordID>
>> <Correlation />
>> <Execution ProcessID="796" ThreadID="1244" />
>> <Channel>System</Channel>
>> <Computer>Al'sDesktop</Computer>
>> <Security />
>> </System>
>> <EventData>
>> <Data Name="param1">30000</Data>
>> <Data Name="param2">ShellHWDetection</Data>
>> </EventData>
>> </Event>
>>
>> I was simply reading something online after having system up for a
>> few hours doing some research.
>>
>>
>> I have searched for this problem but nothing seems to fit.
>>
>> Thanks for any clues.
>>
>> Al.

>
>There are a few instances of this through Google, but, as you say,
>nothing definitive.
>
>You'll have to do some detective work. Here's a guide.
>1. Have you tried it again? How long does it stay up?


I am not sure if I understand this question. I started the system as
soon as it shut down and it said it was continuing with system restore
or something like that. The system was up for several hours before it
shut down. It has not happened again. I guess I should not have
panicked as I did and waited to see if it reoccurred.


>2. Windows logs in Event Viewer (Admin Tools); especially application &
>system ones.


Nothing that has anything near that time stamp or actually mean
anything significant.

>3. Disk scans, memory tests.


No bad reports.
>4. And then, of course, full AV scan.
>
>Let us know.
>
>Ed


I guess it was a fluke and hopefully goes away.

Al.
 
Reply With Quote
 
Allen Drake
Guest
Posts: n/a
Thanked:
 
      11-25-2011
On Thu, 24 Nov 2011 12:21:06 -0500, Paul <> wrote:

>Allen Drake wrote:
>> This is the first time any Win7 system of mine has just shut down
>> unexpectedly. Can anyone decipher this event log report?
>>
>> A timeout (30000 milliseconds) was reached while waiting for a
>> transaction response from the ShellHWDetection service.
>>
>>
>> Event Xml:
>> <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
>> <System>
>> <Provider Name="Service Control Manager"
>> Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service
>> Control Manager" />
>> <EventID Qualifiers="49152">7011</EventID>
>> <Version>0</Version>
>> <Level>2</Level>
>> <Task>0</Task>
>> <Opcode>0</Opcode>
>> <Keywords>0x8080000000000000</Keywords>
>> <TimeCreated SystemTime="2011-11-24T11:29:47.531200100Z" />
>> <EventRecordID>82067</EventRecordID>
>> <Correlation />
>> <Execution ProcessID="796" ThreadID="1244" />
>> <Channel>System</Channel>
>> <Computer>Al'sDesktop</Computer>
>> <Security />
>> </System>
>> <EventData>
>> <Data Name="param1">30000</Data>
>> <Data Name="param2">ShellHWDetection</Data>
>> </EventData>
>> </Event>
>>
>> I was simply reading something online after having system up for a
>> few hours doing some research.
>>
>>
>> I have searched for this problem but nothing seems to fit.
>>
>> Thanks for any clues.
>>
>> Al.

>
>Another possibility, is this Event, is a side effect of
>something else happening, which didn't get logged.
>
>Maybe, something else is dying in process land, and
>preventing ShellHWDetection from completing it's
>check, and that caused the event to be logged. But then,
>soon afterward, whatever is really happening, causes
>the shutdown ?
>
>In the past, Windows would shutdown, if some critical
>security service was compromised. But then, there'd probably
>be some sort of log entry if that happened.
>
>In terms of hardware, there is THERMTRIP, but it takes
>no prisoners, and there is no time for any log entries of
>any sort to be made. It's just "lights out". I doubt that is it.
>This sounds like more of a software problem.
>
> Paul


I guess I may never know unless things get really bad. I don't use
this system for anything intensive. Mostly reading and posting here
and some email. Other systems are reserved for CAD and heavy
applications and never any problems so far.

Thanks.

Al.
 
Reply With Quote
 
Allen Drake
Guest
Posts: n/a
Thanked:
 
      11-25-2011
On Thu, 24 Nov 2011 17:10:16 -0500, "Peter Foldes" <>
wrote:

>"Allen Drake" <> wrote in message
>news:...
>>
>> This is the first time any Win7 system of mine has just shut down
>> unexpectedly. Can anyone decipher this event log report?

>
>
>Did you check for overheating especially the Power Supply



I did not but it is a very old power supply. I was planning on
ordering a few back up units so I guess that is what I will be doing
this morning. One of my next projects will be the customizing of the
wiring harnesses for shorting them as indicated in another post.

Thanks.

Al.
 
Reply With Quote
 
Allen Drake
Guest
Posts: n/a
Thanked:
 
      11-25-2011
On Thu, 24 Nov 2011 17:28:28 -0500, "Robert Sudbury" <noEMAILforYOU>
wrote:

>When you say `Shutdown' do you mean to say that Windows performed a shutdown
>process, gracefully exiting all programs, saving and logging your profile
>off, then powering down the system?
>
>Shutdown is a specific process of events occuring in a specific order to
>achieve a non-powered state.
>
>Or do you mean to say that your system spontaneously powered off, going from
>full operation to a hard off instantly, like a light bulb switch or a pulled
>electrical plug?
>
>Or did something else entirely different occur?


I could say it crashed which would be a better term. It wasn't
instantaneous as the screen went black. I looked at the case and the
inside lights were still on for several seconds then it was off. As I
pressed the start button it came with a message that it was continuing
with system restore or something to that effect. I didn't have much
time to read it but everything seemed normal after that. I remember
thinking about "System Restore" application but was puzzled because it
was nothing like that process other then that one message.

>
>"Allen Drake" <> wrote in message
>news:...
>>
>> This is the first time any Win7 system of mine has just shut down
>> unexpectedly. Can anyone decipher this event log report?
>>
>> A timeout (30000 milliseconds) was reached while waiting for a
>> transaction response from the ShellHWDetection service.
>>
>>
>> Event Xml:
>> <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
>> <System>
>> <Provider Name="Service Control Manager"
>> Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service
>> Control Manager" />
>> <EventID Qualifiers="49152">7011</EventID>
>> <Version>0</Version>
>> <Level>2</Level>
>> <Task>0</Task>
>> <Opcode>0</Opcode>
>> <Keywords>0x8080000000000000</Keywords>
>> <TimeCreated SystemTime="2011-11-24T11:29:47.531200100Z" />
>> <EventRecordID>82067</EventRecordID>
>> <Correlation />
>> <Execution ProcessID="796" ThreadID="1244" />
>> <Channel>System</Channel>
>> <Computer>Al'sDesktop</Computer>
>> <Security />
>> </System>
>> <EventData>
>> <Data Name="param1">30000</Data>
>> <Data Name="param2">ShellHWDetection</Data>
>> </EventData>
>> </Event>
>>
>> I was simply reading something online after having system up for a
>> few hours doing some research.
>>
>>
>> I have searched for this problem but nothing seems to fit.
>>
>> Thanks for any clues.
>>
>> Al.
>>
>> __________ Information from ESET NOD32 Antivirus, version of virus
>> signature database 6657 (20111124) __________
>>
>> The message was checked by ESET NOD32 Antivirus.
>>
>> http://www.eset.com
>>
>>
>>

 
Reply With Quote
 
G. Morgan
Guest
Posts: n/a
Thanked:
 
      11-25-2011
Allen Drake wrote:

> I was simply reading something online after having system up for a
>few hours doing some research.
>
>
> I have searched for this problem but nothing seems to fit.
>
>Thanks for any clues.


See if this applies:
http://beecherbowers.com/2009/04/30/...ction-service/

"I tried stopping services, but the problem persisted. Seeing the
original ShellHWDetection error, I started investigating the hardware
and found several forums with users mentioning virtualCD drivers causing
problems. I knew I didn’t have virtualCD drivers loaded, but I did
discover one piece of hardware that was new. With the latest version of
Dameware, a mirror driver had been installed. The mirror driver emulates
a second monitor (with a mirror of the first monitor’s output) and pipes
it over the network. Tracking back over the eventlogs, I was able to
determine it was installed about the time the 7011 errors began.
Removing the mirror driver instantly fixed the problem. "


Is it possible you have automatic updates on and you missed a shutdown
notice?

Also, check if 'ShellHWDetection' is set to 'auto' in the services
console.

%windir%\system32\services.msc

--

"I don't like to discriminate against terrorists based on nationality.
If you declare war on the United States and you want to kill us,
We're going to kill you first, period."

October 19, 2011 - Ali Soufan (Colbert Report)


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Stand-Alone Software Every 7 System Should Have Available Elmer BeFuddled General Discussion 6 05-15-2011 06:52 AM
Black Screen until Windows loads elgardos Hardware 44 09-07-2010 06:00 AM
Check on System Restore’s changes in Windows 7 before restoring Veedaz User Submitted Articles 0 01-08-2010 11:38 AM
System Restore Ian System Administration 0 08-04-2009 01:51 PM


All times are GMT +1. The time now is 06:26 AM.
W7Forums is an independent website and is not affiliated with Microsoft Corporation.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33