Blue screen of death problem

itsthesebbe

Honorable
Dec 17, 2012
36
0
10,530
Hey guys, I've got a problem. Since a month or 2 I've been getting the BSoD quite often, like every few days or so. After that it just restarts and everything is fine again. Before it only happened when I was gaming, just 5 minutes ago it also happened while I was watching a Youtube video. I've built my PC about 6 months ago, replaced a broken videocard about 4 months ago and since then it had been working fine. When I look at event viewer it gives a kernel-power log. I've no Idea what could be causing this.

This is the error log it gives me:

Log Name: System
Source: Microsoft-Windows-Kernel-Power
Date: 11-6-2013 18:16:54
Event ID: 41
Task Category: (63)
Level: Critical
Keywords: (2)
User: SYSTEM
Computer: Sebbe-PC
Description:
The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-Kernel-Power" Guid="{331C3B3A-2005-44C2-AC5E-77220C37D6B4}" />
<EventID>41</EventID>
<Version>2</Version>
<Level>1</Level>
<Task>63</Task>
<Opcode>0</Opcode>
<Keywords>0x8000000000000002</Keywords>
<TimeCreated SystemTime="2013-06-11T16:16:54.967618400Z" />
<EventRecordID>56773</EventRecordID>
<Correlation />
<Execution ProcessID="4" ThreadID="8" />
<Channel>System</Channel>
<Computer>Sebbe-PC</Computer>
<Security UserID="S-1-5-18" />
</System>
<EventData>
<Data Name="BugcheckCode">184</Data>
<Data Name="BugcheckParameter1">0xfffffa80069eb040</Data>
<Data Name="BugcheckParameter2">0xfffffa800adbeb50</Data>
<Data Name="BugcheckParameter3">0x0</Data>
<Data Name="BugcheckParameter4">0x0</Data>
<Data Name="SleepInProgress">false</Data>
<Data Name="PowerButtonTimestamp">0</Data>
</EventData>
</Event>

Any help would be greatly appreciated!
 
Some links that might be useful:
http://msdn.microsoft.com/en-us/library/windows/hardware/ff557475(v=vs.85).aspx
http://windows.microsoft.com/en-US/windows7/Resolving-stop-blue-screen-errors-in-Windows-7
http://msdn.microsoft.com/en-us/library/windows/hardware/hh406283(v=vs.85).aspx
Using the System File Checker: http://support.microsoft.com/kb/929833
You can try running the System File Checker from an elevated command prompt:
Click on Start
Type cmd
Right click on cmd.exe and click on Run as Administrator
At the command prompt type sfc /scannow
This will scan for missing or corrupted system files.