CRITICAL PROCESS DIED

I wasn't getting CRITICAL PROCESS DIED in a long time, and the BSOD i was getting, solves with the clean install. Did you check the dump file?
 
Yes, and based on them and the fact that you have been troubleshooting the system for a while and the BSODs persisted even after the clean install makes me believe that you have an undiagnosed HW failing.
 
CRITICAL PROCESS DIED is 0xEF, right? I'll do another memory and HD test, but i guess my HD is fine, i did some tests and nothing was found.
 
Yes, critical process died is 0xEF. 0xF4 is CRITICAL_OBJECT_TERMINATION. However they are quite similar, mainly that they're pretty often a result of failing hardware (RAM and hard drive in particular).
 
The problem started after i put another RAM stick, but 1 stick per time in each slot works fine. Only when it's in dual channel it crashes.
 
Is the RAM matched?

You should always replace RAM 2 or 4 sticks at a time to assure match.

It is evident that the RAM is the problem.
 
Last edited:
Code:
//Crash stack isn't looking good

2: kd> knL
 # Child-SP          RetAddr           Call Site
00 fffffb8f`27b4ed98 fffff803`63b86201 nt!KeBugCheckEx
01 fffffb8f`27b4eda0 fffff803`63ac7131 nt!PspCatchCriticalBreak+0xfd
02 fffffb8f`27b4ee40 fffff803`639b4d68 nt!PspTerminateAllThreads+0x112b35
03 fffffb8f`27b4eeb0 fffff803`639b68b1 nt!PspTerminateProcess+0xe0
04 fffffb8f`27b4eef0 fffff803`635c1a43 nt!NtTerminateProcess+0xa9
05 fffffb8f`27b4ef60 fffff803`635b4d80 nt!KiSystemServiceCopyEnd+0x13
06 fffffb8f`27b4f0f8 fffff803`63469c70 nt!KiServiceLinkage
07 fffffb8f`27b4f100 fffff803`635c2042 nt!KiDispatchException+0x520
08 fffffb8f`27b4f920 fffff803`635bebbf nt!KiExceptionDispatch+0xc2
09 fffffb8f`27b4fb00 00007ffb`b285837a nt!KiPageFault+0x3ff
0a 000000ba`80140f70 00007ffb`b28580af ntdll!RtlpxLookupFunctionTable+0x3a
0b 000000ba`80141030 00007ffb`b28569aa ntdll!RtlLookupFunctionEntry+0xdf
0c 000000ba`80141080 00007ffb`b28edc5e ntdll!RtlDispatchException+0xea
0d 000000ba`80141780 00007ffb`b2856a28 ntdll!KiUserExceptionDispatch+0x2e
0e 000000ba`80141e80 00007ffb`b28edc5e ntdll!RtlDispatchException+0x168

//General protection fault trying to write to a bad address, page looks freed
//I can't check previous pool allocations because it's user mode

2: kd> .exr fffffb8f`27b4fa58
ExceptionAddress: 00007ffbb285837a (ntdll!RtlpxLookupFunctionTable+0x000000000000003a)
   ExceptionCode: c0000005 (Access violation)
  ExceptionFlags: 00000000
NumberParameters: 2
   Parameter[0]: 0000000000000001
   Parameter[1]: 000000ba80140ff8
Attempt to write to address 000000ba80140ff8

2: kd> dc ba80140ff8
000000ba`80140ff8  ???????? ???????? 801410d8 000000ba  ????????........
000000ba`80141008  b21eec40 00007ffb b21eec40 00007ffb  @.......@.......
000000ba`80141018  80141780 000000ba 80141180 000000ba  ................
000000ba`80141028  b28580af 00007ffb 80141650 000000ba  ........P.......
000000ba`80141038  8017f2b8 000000ba 00000000 00000000  ................
000000ba`80141048  b28eed2d 00007ffb b29b1000 00007ffb  -...............
000000ba`80141058  00000000 00000000 00000000 0000dd40  ............@...
000000ba`80141068  80141180 000000ba 80141650 000000ba  ........P.......

I'm a little cautious it might be a software bug, is it always the same game?
Does this only ever happen with both RAM sticks in use?
I can't see the full story with this dump, it's only a kernel dump and a lot of the code is in user mode.
 
Yes, the RAM are the same. My PC store tested this mems before selling them, and they work fine in others Ryzen platforms. It happens in any game, and i tested 1 stick at a time, no crashes. The problem is when i use dual channel, maybe something in the voltages? I don't know, but my computer seems to be fine D:
 
I don't know if this is helpful, but everytime my pc shuts down or BSOD, in Event Log the name of the critical error is ''Kernel Power 41''.
 
Kernel Power 41 Event Log entry simply tells us that a hard shut-down occurred. If you look at the time of the entry, it occurs during start-up.

A hard shut-down can be a BSOD, pulling the power cord out, etc... -- i.e., Windows did not shut down properly/normally.
 
I realized that when there is instability in the electrical network here, it is when the blue screens occurs, i tested it. I turned on the shower, and BUM, BSOD. What can i do to solve this? Maybe a line filter?
 
2 things to note, 1 the Corsair CMK4GX4M1D2400C14 is a 4GB single RAM stick and 2 CMK4GX4M1D2400C14 is not on the QVL list.

This means:
1 - you're using sticks that have not been tested by Corsair to work together. Even though they might be the exact same model there is always a difference that makes them unique.
2 - the memory may not be faulty or anything, but it has not been tested by ASUS for your motherboard so there is no guarantee it works

Although many don't have any issues with either of these points, it might very well be the reason why your system crashes.
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top