Jump to content

I was gone for the last month to Europe and when I came back my pc was fine. I used it for 2 days and nothing. Now for the last day it has been freezing randomly, about every hour or two, and either just restarting in front of me, or giving me a blue screen that says "Your device ran intoo a problem and needs to restart. We're just collecting some error info, and then we'll restart for you." 

 

For some reference I've updated all my drivers, updated windows, checked for updates for everything I can remember, ran HWMonitor to see if temperatures were the problem, I also changed my Thermal Paste in the case it was some type of cpu failure. I also completed the steps in this following video. (that is also exactly what my error looks like) - Specs listed below video

 

My specs are 

Motherboard: ASUS Z170-AR 

CPU: Intel I7-6700k

Graphics Card: GeForce GTX 1060 6GB

Ram: Ballistix 16GB

 

Thank you for the help and hopefully we can find a solution... 

Link to comment
https://linustechtips.com/topic/1343316-computer-blue-screen-failure-help-is-needed/
Share on other sites

Link to post
Share on other sites

11 minutes ago, itsMoony said:

giving me a blue screen that says "Your device ran intoo a problem and needs to restart. We're just collecting some error info, and then we'll restart for you."

You need the error code down below, next to the QR code. this isnt helping much.

 

Also, full specs would help immensely too.

Press quote to get a response from someone! | Check people's edited posts! | Be specific! | Trans Rights

 

Link to post
Share on other sites

 

6 minutes ago, SorryClaire said:

You need the error code down below, next to the QR code. this isnt helping much.

 

Also, full specs would help immensely too.

 

What else would you need? I don't usually lists specs like this lol 

 

Here is the best picture I got, the error message does not stay very long 

unnamed.jpg

Link to post
Share on other sites

you need those strings in the photo. And your complete list specs so we can help.

 

if you can boot into windows try and get the crash log. It will have some useful information about why it BSODed

3 minutes ago, itsMoony said:

 

 

What else would you need? I don't usually lists specs like this lol 

and if you can boot into windows try to get the log of the BSODs , it will have some information

 

Here is the best picture I got, the error message does not stay very long 

unnamed.jpg

 

Link to post
Share on other sites

1 minute ago, itsMoony said:

I don't usually lists specs like this lol 

Its super helpful to know that, this is no time to be insecure of potato PCs.

Press quote to get a response from someone! | Check people's edited posts! | Be specific! | Trans Rights

 

Link to post
Share on other sites

when in windows again ... 

 

open a command shell as administrator and run the command : 

 

CHKDSK /F /R

reboot

 

again open a command shell as administrator and run the command : 

sfc /scannow

 

if this doesn't fix

 

back to the command shell:

 

dism.exe /online /cleanup-image /restorehealth
dism.exe /online /cleanup-Image /startcomponentcleanup /resetbase

 

reboot

Command shell: 

sfc /scannow

 

if this doesn't help, clean install... 

 

 

Main System:

Anghammarad : Asrock Taichi x570, AMD Ryzen 7 5800X @4900 MHz. 32 GB DDR4 3600, some NVME SSDs, Gainward Phoenix RTX 3070TI

 

System 2 "Igluna" AsRock Fatal1ty Z77 Pro, Core I5 3570k @4300, 16 GB Ram DDR3 2133, some SSD, and a 2 TB HDD each, Gainward Phantom 760GTX.

System 3 "Inskah" AsRock Fatal1ty Z77 Pro, Core I5 3570k @4300, 16 GB Ram DDR3 2133, some SSD, and a 2 TB HDD each, Gainward Phantom 760GTX.

 

On the Road: Acer Aspire 5 Model A515-51G-54FD, Intel Core i5 7200U, 8 GB DDR4 Ram, 120 GB SSD, 1 TB SSD, Intel CPU GFX and Nvidia MX 150, Full HD IPS display

 

Media System "Vio": Aorus Elite AX V2, Ryzen 7 5700X, 64 GB Ram DDR4 3200 Mushkin, 1 275 GB Crucial MX SSD, 1 tb Crucial MX500 SSD. IBM 5015 Megaraid, 4 Seagate Ironwolf 4TB HDD in raid 5, 4 WD RED 4 tb in another Raid 5, Gainward Phoenix GTX 1060

 

(Abit Fatal1ty FP9 IN SLI, C2Duo E8400, 6 GB Ram DDR2 800, far too less diskspace, Gainward Phantom 560 GTX broken need fixing)

 

Nostalgia: Amiga 1200, Tower Build, CPU/FPU/MMU 68EC020, 68030, 68882 @50 Mhz, 10 MByte ram (2 MB Chip, 8 MB Fast), Fast SCSI II, 2 CDRoms, 2 1 GB SCSI II IBM Harddrives, 512 MB Quantum Lightning HDD, self soldered Sync changer to attach VGA displays, WLAN

Link to post
Share on other sites

5 minutes ago, SorryClaire said:

Its super helpful to know that, this is no time to be insecure of potato PCs.

Motherboard: ASUS Z170-AR 

CPU: Intel I7-6700k

Graphics Card: GeForce GTX 1060 6GB

Ram: Ballistix 16GB DDR4 2460

HDDs: ST2000DM008-2FR102 500GB  &&   WDC WD6400AAKS-65A7B0 2TB

 

I hope I got everything? I'm not sure if I missed anything.

 

Link to post
Share on other sites

10 minutes ago, owwnoooo said:

you need those strings in the photo. And your complete list specs so we can help.

 

if you can boot into windows try and get the crash log. It will have some useful information about why it BSODed

 

just posted the crash log in the other message 

Link to post
Share on other sites

10 minutes ago, itsMoony said:

Hopefully I posted that right

myEvents.evtx 6.07 MB · 0 downloads

wrong place to find a blue screen log, you need to find it on minidump folder. the directory is:

C:\Windows\Minidump

the filetype is .dmp. Post the latest one.

Press quote to get a response from someone! | Check people's edited posts! | Be specific! | Trans Rights

 

Link to post
Share on other sites

1 minute ago, SorryClaire said:

wrong place to find a blue screen log, you need to find it on minidump folder. the directory is:


C:\Windows\Minidump

the filetype is .dmp. Post the latest one.

Okay now that should be it.

053021-10703-01.dmp 053021-11531-01.dmp

Link to post
Share on other sites

23 minutes ago, Anghammarad said:

when in windows again ... 

 

open a command shell as administrator and run the command : 

 

CHKDSK /F /R

reboot

 

again open a command shell as administrator and run the command : 

sfc /scannow

 

if this doesn't fix

 

back to the command shell:

 

dism.exe /online /cleanup-image /restorehealth
dism.exe /online /cleanup-Image /startcomponentcleanup /resetbase

 

reboot

Command shell: 

sfc /scannow

 

if this doesn't help, clean install... 

 

 

I did just that, so let's hope that was a solution...

Link to post
Share on other sites

9 minutes ago, itsMoony said:

yeah, ntoskrnl and win32kernel.sys. Either a memory (RAM) issue, a drive issue, or software issue. For software, @Anghammaradpretty much summarized what i would do, for drives, check drive health through crystaldiskmark, for memory, check your memory through something like memtest86.

Press quote to get a response from someone! | Check people's edited posts! | Be specific! | Trans Rights

 

Link to post
Share on other sites

1 hour ago, SorryClaire said:

yeah, ntoskrnl and win32kernel.sys. Either a memory (RAM) issue, a drive issue, or software issue. For software, @Anghammaradpretty much summarized what i would do, for drives, check drive health through crystaldiskmark, for memory, check your memory through something like memtest86.

i did all that, and hopefully things are all good now

Link to post
Share on other sites

1 hour ago, ndesign.ie said:

Few things:

Delete pagefile.sys / hiberfile.sys

Do as Anghammarad said

Uninstall recent updates, have janked previous laptop on me

System Restore to a previous date date

 

This looks like a windows update issue to me

thank you i will try to do that

Link to post
Share on other sites

9 minutes ago, itsMoony said:

i did all that, and hopefully things are all good now

...but what i asked is just status check, see if things are okay or its just going to shit. You should tell me whats the result of your 2 endeavors i point out.

Press quote to get a response from someone! | Check people's edited posts! | Be specific! | Trans Rights

 

Link to post
Share on other sites

40 minutes ago, SorryClaire said:

...but what i asked is just status check, see if things are okay or its just going to shit. You should tell me whats the result of your 2 endeavors i point out.

I ran through the 3 tests and 0 errors. Drive was all okay, software was okay too, and memory was okay as well. 0 errors for all 3.

Link to post
Share on other sites

6 hours ago, SorryClaire said:

...but what i asked is just status check, see if things are okay or its just going to shit. You should tell me whats the result of your 2 endeavors i point out.

yeah it just happened again and I've went through all the fixes that all of you guys listed.

Link to post
Share on other sites

Shame it happened again, now looks like it's an updated driver(go generic is possible to see if appears again or more likely motherboard fault, possible surge from router to NIC, if wired connection.

 

A lot of IF's. I would look at the power supply also, clean everything with alcohol, check clearances.

 

 

 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×