F5F Stay Refreshed Software Operating Systems Short BSOD alert, need quick fix.

Short BSOD alert, need quick fix.

Short BSOD alert, need quick fix.

Pages (2): Previous 1 2
K
Kynedee
Posting Freak
784
11-08-2021, 10:23 AM
#11
I searched for it but it wasn't found. I also attempted a kernel dump, but it wasn't visible. I tried making hidden files and important files visible, but no memory dump appeared.
K
Kynedee
11-08-2021, 10:23 AM #11

I searched for it but it wasn't found. I also attempted a kernel dump, but it wasn't visible. I tried making hidden files and important files visible, but no memory dump appeared.

Z
zamys
Senior Member
690
11-08-2021, 11:27 AM
#12
The event viewer reports a failure in creating memory dump files consistently.
Z
zamys
11-08-2021, 11:27 AM #12

The event viewer reports a failure in creating memory dump files consistently.

A
Ac1dicBlitzz
Member
206
11-08-2021, 12:54 PM
#13
If the file creation failed, I would first verify there is ample free space on your C: drive. (Free up space)
If sufficient space was available, I would then update the CPU chipset drivers from your motherboard vendors' website. (These updates often improve access to disk space)
For older systems, I would download a tool such as crystaldiskinfo.exe and examine the drive's smart data to ensure its health is normal. (Drive errors can cause memory dump failures, leading to disconnection or sleep issues)
If the drive appears healthy, I would disable Windows virtual memory temporarily and then re-enable it to clear the pagefile.sys and create a fresh one. (This helps with corrupted pagefile problems caused by malware, virtual memory errors, or faulty drivers)
You might also try accessing the Windows Control Panel, Device Manager, and right-click the drive to adjust settings and prevent it from sleeping. (This can resolve certain errors)
If possible, look for a minidump or the parameters for bucheck, as some indicate an error code that we could investigate further.
A
Ac1dicBlitzz
11-08-2021, 12:54 PM #13

If the file creation failed, I would first verify there is ample free space on your C: drive. (Free up space)
If sufficient space was available, I would then update the CPU chipset drivers from your motherboard vendors' website. (These updates often improve access to disk space)
For older systems, I would download a tool such as crystaldiskinfo.exe and examine the drive's smart data to ensure its health is normal. (Drive errors can cause memory dump failures, leading to disconnection or sleep issues)
If the drive appears healthy, I would disable Windows virtual memory temporarily and then re-enable it to clear the pagefile.sys and create a fresh one. (This helps with corrupted pagefile problems caused by malware, virtual memory errors, or faulty drivers)
You might also try accessing the Windows Control Panel, Device Manager, and right-click the drive to adjust settings and prevent it from sleeping. (This can resolve certain errors)
If possible, look for a minidump or the parameters for bucheck, as some indicate an error code that we could investigate further.

I
iNaseer502
Member
152
11-08-2021, 02:03 PM
#14
will do it and let you know
I
iNaseer502
11-08-2021, 02:03 PM #14

will do it and let you know

_
_HardGamer_
Member
181
11-08-2021, 06:23 PM
#15
Completed the extended SSD test for WD Sandisk Dashboard, no issues detected, drive health remains at 100%. Also updated the SSD firmware to the latest version recently.
_
_HardGamer_
11-08-2021, 06:23 PM #15

Completed the extended SSD test for WD Sandisk Dashboard, no issues detected, drive health remains at 100%. Also updated the SSD firmware to the latest version recently.

X
XxVictoriaXD
Junior Member
2
11-08-2021, 07:37 PM
#16
The drive is 90% empty
CPU Chipset drivers were already updated, checked again
System is 3 years old
Crystaldiskinfo - No prop, drive health 100%
Page File Deleted and a new one created
I will check next time it crashes if any mini dump is created
X
XxVictoriaXD
11-08-2021, 07:37 PM #16

The drive is 90% empty
CPU Chipset drivers were already updated, checked again
System is 3 years old
Crystaldiskinfo - No prop, drive health 100%
Page File Deleted and a new one created
I will check next time it crashes if any mini dump is created

F
fibifelise
Member
233
11-08-2021, 10:56 PM
#17
you can also search for ways to force a window to generate a minidump, adjust registry settings, and then utilize the keyboard to trigger a crash dump on a functional system.
this approach helps confirm the system is properly configured for saving dumps.
having a dump from a working system can also be beneficial.
F
fibifelise
11-08-2021, 10:56 PM #17

you can also search for ways to force a window to generate a minidump, adjust registry settings, and then utilize the keyboard to trigger a crash dump on a functional system.
this approach helps confirm the system is properly configured for saving dumps.
having a dump from a working system can also be beneficial.

A
Artur630
Member
168
11-09-2021, 07:26 AM
#18
no, you should not force windows to create a minidump during normal operation or when a blue screen appears.
A
Artur630
11-09-2021, 07:26 AM #18

no, you should not force windows to create a minidump during normal operation or when a blue screen appears.

P
P3kena
Junior Member
46
11-09-2021, 02:41 PM
#19
The CRITICAL_PROCESS_DIED bugcheck usually indicates a hardware issue. You were instructed to start in Safe Mode, and it appears you can do that. Now check if you experience a BSOD while in Safe Mode. Many functions and devices won't operate correctly, and the screen resolution might be lower than expected. This happens because a minimal Windows version is loaded without third-party drivers, usually. If your system still BSODs in Safe Mode, it points to a hardware fault. If you can't force a BSOD in Safe Mode (and you're trying everything), the problem likely lies with software.
P
P3kena
11-09-2021, 02:41 PM #19

The CRITICAL_PROCESS_DIED bugcheck usually indicates a hardware issue. You were instructed to start in Safe Mode, and it appears you can do that. Now check if you experience a BSOD while in Safe Mode. Many functions and devices won't operate correctly, and the screen resolution might be lower than expected. This happens because a minimal Windows version is loaded without third-party drivers, usually. If your system still BSODs in Safe Mode, it points to a hardware fault. If you can't force a BSOD in Safe Mode (and you're trying everything), the problem likely lies with software.

H
hosino0724
Member
60
11-10-2021, 09:57 AM
#20
you could start the minidump during operation.
a minidump displays only basic bios details and loaded drivers.
for more intricate issues you’d prefer a kernel dump, which reveals all running processes on every CPU, internal logs, and active .exes.
it highlights plug-and-play problems and USB subsystem concerns.
for kernel dumps you need to switch the memory dump type from the default mini dump.
proceed with a mini dump and share it.
i can quickly check for suspicious drivers on the running machine and verify it can generate the file.
please note, you would force the dump, save it to a public server, and provide a link for others to view.
H
hosino0724
11-10-2021, 09:57 AM #20

you could start the minidump during operation.
a minidump displays only basic bios details and loaded drivers.
for more intricate issues you’d prefer a kernel dump, which reveals all running processes on every CPU, internal logs, and active .exes.
it highlights plug-and-play problems and USB subsystem concerns.
for kernel dumps you need to switch the memory dump type from the default mini dump.
proceed with a mini dump and share it.
i can quickly check for suspicious drivers on the running machine and verify it can generate the file.
please note, you would force the dump, save it to a public server, and provide a link for others to view.

Pages (2): Previous 1 2