Laptop turning off randomly while playing POE
Never had this problem before but today the game has been laggy for some reason and then I get a real bad lag and the laptop turns itself off... when I restart no crash error is recorded it's just like turning it back on normally
Like I said before patch laptop would run smooth and no lag issues |
![]() |
You have a major hardware problem. Take it to a computer shop. My computer did that once, with only one particular game stressing it out, turned out the CPU bridge was smoldering.
Prejudice is a burden that confuses the past, threatens the future, and renders the present inaccessible.
|
![]() |
" Is the laptop running hot? Does it blue screen or black screen when it shuts off? |
![]() |
Laptop is not running hot, it doesn't blue screen it just goes black and restarts as if everything normal, like I said it only happens with POE and in group play and ONLY today..I have a great laptop before it was perfectly fine but today after patching I'm getting lags and restarts when lag spikes
|
![]() |
" Have you checked in event view to see if there is anything there related to the shutdown - is it only with PoE? |
![]() |
All I can find in eventview around the time of shutdowns
Log Name: Application Source: Microsoft-Windows-WMI Date: 20/02/2013 16:52:57 Event ID: 10 Task Category: None Level: Error Keywords: Classic User: N/A Computer: Paul-MSI Description: Event filter with query "SELECT * FROM __InstanceModificationEvent WITHIN 60 WHERE TargetInstance ISA "Win32_Processor" AND TargetInstance.LoadPercentage > 99" could not be reactivated in namespace "//./root/CIMV2" because of error 0x80041003. Events cannot be delivered through this filter until the problem is corrected. Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-WMI" Guid="{1edeee53-0afe-4609-b846-d8c0b2075b1f}" EventSourceName="WinMgmt" /> <EventID Qualifiers="49152">10</EventID> <Version>0</Version> <Level>2</Level> <Task>0</Task> <Opcode>0</Opcode> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2013-02-20T16:52:57.000000000Z" /> <EventRecordID>18454</EventRecordID> <Correlation /> <Execution ProcessID="0" ThreadID="0" /> <Channel>Application</Channel> <Computer>Paul-MSI</Computer> <Security /> </System> <EventData> <Data>//./root/CIMV2</Data> <Data>SELECT * FROM __InstanceModificationEvent WITHIN 60 WHERE TargetInstance ISA "Win32_Processor" AND TargetInstance.LoadPercentage > 99</Data> <Data>0x80041003</Data> </EventData> </Event> |
![]() |
and yes only with POE
|
![]() |
bump really want to play but don't want to risk it ruining my laptop..
|
![]() |
That error is unrelated, and can be ignored. If you want to get it to disappear you can run this script though.
Spoiler
strComputer = "."
Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" _ & strComputer & "\root\subscription") Set obj1 = objWMIService.ExecQuery("select * from __eventfilter where name='BVTFilter' and query='SELECT * FROM __InstanceModificationEvent WITHIN 60 WHERE TargetInstance ISA ""Win32_Processor"" AND TargetInstance.LoadPercentage > 99'") For Each obj1elem in obj1 set obj2set = obj1elem.Associators_("__FilterToConsumerBinding") set obj3set = obj1elem.References_("__FilterToConsumerBinding") For each obj2 in obj2set WScript.echo "Deleting the object" WScript.echo obj2.GetObjectText_ obj2.Delete_ next For each obj3 in obj3set WScript.echo "Deleting the object" WScript.echo obj3.GetObjectText_ obj3.Delete_ next WScript.echo "Deleting the object" WScript.echo obj1elem.GetObjectText_ obj1elem.Delete_ Next Any other errors? |
![]() |
Log Name: Security
Source: Microsoft-Windows-Security-Auditing Date: 20/02/2013 17:57:10 Event ID: 6281 Task Category: System Integrity Level: Information Keywords: Audit Failure User: N/A Computer: Paul-MSI Description: Code Integrity determined that the page hashes of an image file are not valid. The file could be improperly signed without page hashes or corrupt due to unauthorized modification. The invalid hashes could indicate a potential disk device error. File Name: \Device\HarddiskVolume2\Windows\System32\dsound.dll Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Microsoft-Windows-Security-Auditing" Guid="{54849625-5478-4994-A5BA-3E3B0328C30D}" /> <EventID>6281</EventID> <Version>0</Version> <Level>0</Level> <Task>12290</Task> <Opcode>0</Opcode> <Keywords>0x8010000000000000</Keywords> <TimeCreated SystemTime="2013-02-20T17:57:10.303254500Z" /> <EventRecordID>27379</EventRecordID> <Correlation /> <Execution ProcessID="4" ThreadID="80" /> <Channel>Security</Channel> <Computer>Paul-MSI</Computer> <Security /> </System> <EventData> <Data Name="param1">\Device\HarddiskVolume2\Windows\System32\dsound.dll</Data> </EventData> </Event> |
![]() |