Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
Do you have an Intel cpu? If so, you can run the Intel Processor Diagnostic Tool, which if showing a "PASS" may not always be reliable, but if "FAIL" I consider that outcome to be valid. In other words, just b/c it "passes" the test, there may be a faulty core with like one instruction off or something.
https://www.intel.com/content/www/us/en/download/15951/intel-processor-diagnostic-tool.html
Just for good housekeeping, if you're not going to use your machine for a few hours, you can consider to run the memory test. I used this one recently, I have two modules and tested each one indiv.
https://www.memtest86.com/index.html
It's free to use. I ran it recently, it took a long time (hours) but it was worth the piece of mind. My machine was blue-sceening (Critical_Process_Died) when just sitting there and it turned out I had my Power Plan set to "power saving" so it just kind of fainted away.
I have an AMD cpu. I also already ran memtest86. It took like 7 hours to finish. No errors, so that's good.
I don't have access to that Windows installation. I'm not seeing any faults in Event Viewer with the new installation of Windows on the new SSD.
It was on the SSD that died. I lost all the data.
I narrowed it down using some techniques and pinned my issue with Windows Hardware Error Architecture and a strange location pertaining OneDrive. After removing said nuisance from said strange location, no errors, critical errors, BSoD, or ghost restarts have happened, although I am still in hour 8 of testing to see if it is resolved. So far so good.
I hope this helps set a path or what not - at least I tried to share my experience.
Oh, OneDrive apparently was making dual security certificates (or something as I cannot remember the specific phrasing) causing WHEA and such.
I blame Windows updates for my issue which seems to hold water.
If it showed up before the SSD died and hasn't showed up since, I wouldn't worry about it unless you start having further issues.
I'm going to echo this recommendation.
I'm dealing with issues with my PC spontaneously restarting and as it was leaving no BSODs or memory dumps, it was a bit more limited in clues to track as I thought my only source was whatever event viewer was logging (which similarly just shows a WHEA error even log, ID 18 in my case which itself just means an MCE was identified [but not necessarily caused by] the CPU, and that too can have a multitude of possible causes).
Then I found Windows keeps WHEA and Watch Dog logs in the "Windows/LiveKernelReports" folder, and I used WinDbg Preview to analyze my WHEA logs (all "124" errors, which just means the CPU itself identified an MCE so it was sort of a mirror of the event viewer logs) and Watch Dog logs (these were more of a clue, as they were all "117", "141", "1a8", and "1b8" errors, all which pointed at the new GPU which was the part I changed before the behavior arrived, and matched symptoms others are having with my same GPU, so I'm RMAing that now and hoping it resolves it).
Lesson is, I echo that this would be a good tool to have around. BSODs aren't always created, and even when they are, stuff like BlueScreenView or WhoCrashed tend to simply list the faulting process, which itself isn't always the cause of the issue. Namely, it may make a hardware problem look like it might be a software problem. Not saying those programs are bad, but there's things they won't cover. A lot of issues (especially hardware issues) cascade into other things failing as well, so something like (for example) smss.exe, a Windows user environment process, might fault and then get listed as the faulting process by those applications, even though it was actually something else that led to it. So expanding your tool set is good.