Hello Sometrouble,
Here is a summary of your BSOD
Code:
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
[COLOR=Red]PAGE_FAULT_IN_NONPAGED_AREA (50)[/COLOR]
Invalid system memory was referenced. This cannot be protected by try-except,
it must be protected by a Probe. Typically the address is just plain bad or it
is pointing at freed memory.
Arguments:
Arg1: fffff900c00eed44, memory referenced.
Arg2: 0000000000000000, value 0 = read operation, 1 = write operation.
Arg3: fffff9600027779c, If non-zero, the instruction address which referenced the bad memory
address.
Arg4: 0000000000000000, (reserved)
Debugging Details:
------------------
Could not read faulting driver name
READ_ADDRESS: GetPointerFromAddress: unable to read from fffff800030c40e0
GetUlongFromAddress: unable to read from fffff800030c4198
fffff900c00eed44
FAULTING_IP:
win32k!GreSetRedirectionSurfaceSignaling+104
fffff960`0027779c f6465c01 test byte ptr [rsi+5Ch],1
MM_INTERNAL_CODE: 0
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: WIN7_DRIVER_FAULT
BUGCHECK_STR: 0x50
PROCESS_NAME: dwm.exe
CURRENT_IRQL: 0
This doesn't point to anything specific, there could be several reasons for you to receive this bugcheck. Lets do some troubleshooting to find out if we can fix the issue.
A little more informaiton can be found here
https://msdn.microsoft.com/en-us/library/windows/hardware/ff559023%28v=vs.85%29.aspx?f=255&MSPPError=-2147217396
Lets start by removing McAfee and installing MSE
Uninstall McAfee (Link is direct download)
download.mcafee.com/products/licensed/cust_support_patches/MCPR.exe
Install MSE (Then do a full scan)
Microsoft Security Essentials - Microsoft Windows
I would also run Malwarebytes and TDSS Killer
http://www.sevenforums.com/tutorials/338716-malwarebytes-anti-malware-free.html
http://www.sevenforums.com/tutorial...r-detect-repair-tdss-rookits.html#post2836778
Run Memtest86+ > Run for at least 8 passes or upon receiving any errors. If you receive any errors, stop the test, it means your Memory or memory controller is failing
http://www.sevenforums.com/tutorials/105647-ram-test-memtest86.html
Your dump actually holds one clue, it references your video card driver. I see that it is up to date but try updating it again
Code:
*** WARNING: Unable to verify timestamp for nvlddmkm.sys
*** ERROR: Module load completed but symbols could not be loaded for [COLOR=Red]nvlddmkm.sys[/COLOR]
nvlddmkm+0xcc7bc
If that doesn't help, you may have a faulty video card or controller Run Furmark
http://www.sevenforums.com/tutorials/100356-video-card-stress-test-furmark.html
Ensure your Video card is secure to the motherboard, try another PCI slot if available
Another possibility is NTFS file system got corrupted
Run
Chkdsk /f /r to detect and repair disk errors. You must restart the system before the disk scan begins on a system partition. If the hard disk is SCSI, check for problems between the SCSI controller and the disk.
Something else I see in your Evenviewer near the time of the crash, it seems your CPU may be overheating.
Code:
Event[1928]:
Log Name: System
Source: Microsoft-Windows-Kernel-Power
Date: 2015-03-24T17:43:27.070
Event ID: 89
Task: N/A
Level: Information
Opcode: Info
Keyword: N/A
User: S-1-5-18
User Name: NT AUTHORITY\SYSTEM
Computer: Valentin-PC
Description:
[COLOR=Red]ACPI thermal zone ACPI\ThermalZone\THRM has been enumerated.
_PSV = 323K [/COLOR]
_TC1 = 4
_TC2 = 3
_TSP = 6000ms
_AC0 = 323K
_AC1 = 0K
_AC2 = 0K
_AC3 = 0K
_AC4 = 0K
_AC5 = 0K
_AC6 = 0K
_AC7 = 0K
_AC8 = 0K
_AC9 = 0K
_CRT = 393K
_HOT = 0K
_PSL - see event data.
If you are overclocking, stop now until we can have a stable system
Check the inside of your PC and ensure there is no dust accumulating
Check the CPU and add more thermal paste if needed
Ensure fans are running as they should and there is no obstruction of airflow
Try the above and report back. We may need to run Driver verifier if we can't find a fix for the problem with just one dump.