Recently built a new rig with these specs:
Now running at stock whenever I log in to windows 64bit it will run for a few minutes before blue screening, however I can manage to get a stable boot and have been able to play Crysis etc for several hours but then upon resetting the PC it will pull return to blue screening.
About 33% of the time, the BIOS will only register a single 4GB stick.
Every so often it will report that 'Overclocking failed.'
When I open Systems Information Windows it will report weird values such as 1.$, 1.$, and nonsensical timings 6--2147483648--2147483648--2147483648--2147483648 at 1.$ MHz, at 1.5 volts.
It will also after blue screening fail to recognize my SSD and request I insert boot media.
Is there a problem with the hardware configuration that I may not be aware of?
EDIT: Ran memtest for 2 hours without any errors.
Are you overclocking any hardware?
Not much on this bugcheck, it is a hardware interrupt issue.
The INTERRUPT_EXCEPTION_NOT_HANDLED bug check has a value of 0x0000003D.
The following actions might prevent an error like this from happening again:
Download and install updates and device drivers for your computer from Windows Update.
Scan your computer for computer viruses.
Check your hard disk for errors.
Would suspect the following, in order of probability:
Try running a CHKDSK scan in cmd:
CHKDSK checks for problems on the hard disk. There are three parameters that are relevant in this case: / f / r / x. This scan can take up to 5 hours, so you may not want to use this first.
• f – corrects errors that it finds
• r – restores bad sectors
• x – if necessary it dismounts the storage area first. All open handles to the drive are invalidated. /x also includes the functionality of /f
Open the Command Prompt (CMD) as administrator – click the windows start button and search for CMD. You will see the Command Prompt. Right-click on it and click run as administrator. CMD is short for Command Prompt. Enter the command that you have chosen (in the image it is a SFC scan) Wait for the process to finish and then restart your computer
User contributions licensed under CC BY-SA 3.0