Welcome to SF :) .
The bugchecks appear to be due to a driver issue.
Code:
BugCheck 50, {ffffffff85c20000, 0, fffff80003691798, 5}
*** WARNING: Unable to verify timestamp for ctoss2k.sys
*** ERROR: Module load completed but symbols could not be loaded for ctoss2k.sys
*** WARNING: Unable to verify timestamp for ha20x2k.sys
*** ERROR: Module load completed but symbols could not be loaded for ha20x2k.sys
*** WARNING: Unable to verify timestamp for ctaud2k.sys
*** ERROR: Module load completed but symbols could not be loaded for ctaud2k.sys
Could not read faulting driver name
Probably caused by : ctoss2k.sys ( ctoss2k+5cea )
Right off the bat the debugger let's us know he doesn't like the drivers mentioned above.
If we check the a little further we see that the drivers belong to Creative and are being used
by your PCIe sound card.
Code:
Name Creative X-Fi Audio Processor (WDM)
Manufacturer Creative Technology, Ltd.
Driver c:\windows\system32\drivers\ctaud2k.sys
Creative OS Services Driver c:\windows\system32\drivers\ctoss2k.sys
Looking up the time-stamps we see that the drivers are very old!
Code:
lmvm ctoss2k
start end module name
fffff880`05753000 fffff880`05784000 ctoss2k T (no symbols)
Loaded symbol image file: ctoss2k.sys
Image path: \SystemRoot\system32\drivers\ctoss2k.sys
Image name: ctoss2k.sys
Timestamp: Wed May 05 20:55:23 2010
Code:
lmvm ha20x2k
start end module name
fffff880`06c1f000 fffff880`06da0000 ha20x2k T (no symbols)
Loaded symbol image file: ha20x2k.sys
Image path: \SystemRoot\system32\drivers\ha20x2k.sys
Image name: ha20x2k.sys
Timestamp: Wed May 05 20:57:42 2010
Code:
lmvm ctaud2k
start end module name
fffff880`0560a000 fffff880`056b0080 ctaud2k T (no symbols)
Loaded symbol image file: ctaud2k.sys
Image path: \SystemRoot\system32\drivers\ctaud2k.sys
Image name: ctaud2k.sys
Timestamp: Wed May 05 20:58:54 2010
Please update the driver. - Download -
Going through the stack I saw some activity of afd.sys so I was thinking network.
Sure enough L1E62x64.sys is outdated.
Code:
lmvm L1E62x64
Image path: \SystemRoot\system32\DRIVERS\L1E62x64.sys
Image name: L1E62x64.sys
Browse all global symbols functions data
Timestamp: Thu Jun 11 09:45:22 2009
Please update. - Download -
Also your BIOS is outdated, but I would hold off the update for now.
As for the horizontal streaks, that is a hardware issue most commonly the motherboard.
Test for thermals and stability:
- Download Speccy and post a Screenshot of the summary window, one at idle and another while putting load on the PC using Prime95 for the CPU side and Furmark for the GPU.
- Before running Prime95 make sure to enable Round-off checking (see 1st post under the tutorial).
Testing the RAM:
Test and Diagnose RAM Issues with Memtest86+:
Tip
-
Pay close attention to part 3 of the tutorial "If you have errors" -
Test the RAM with Memtest86+ for at least 7-10 passes. It may take up to 22 passes to find problems. Make sure to run it once after the system has been on for a few hours and is warm, and then also run it again when the system has been off for a few hours and is cold.
When done with the testing procedure take a picture and upload it here.
Keep us posted.