Round 2 since no one responded to my previous post. Now with more logs.

Hi I recently upgraded my system with a new motherboard and Intel 14-gen from AMD 2700X. I formated the boot drive after i started getting BSODs but it hasnt fixed the issues. All drivers should be up to date and there shouldnt be anything left on the system referencing the old hardware.

What do you need in order to help me solve these issues?

  • phychmasher@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    The dumps are kind of all over the place. I opened the 3 most recent:
    UNEXPECTED_STORE_EXCEPTION (154)
    The first minidump points to an “UNEXPECTED_STORE_EXCEPTION” (154). This type of error is related to the Windows Store component.
    The analysis indicates an access violation and suggests a problem with a memory address.
    Possible causes: This error can be caused by various factors, including system file corruption, disk issues, memory problems, or even driver problems.
    BAD_POOL_CALLER (c2)
    The second minidump shows a “BAD_POOL_CALLER” (c2) error, which indicates issues with memory pool allocation.
    The analysis points to problems with freeing memory or double freeing memory allocations.
    Possible causes: This error is often related to hardware or driver issues, including issues with RAM, drivers, or recently installed hardware.
    UNEXPECTED_STORE_EXCEPTION (154)
    The third minidump is another instance of “UNEXPECTED_STORE_EXCEPTION” (154) similar to the first one.
    It again suggests an access violation with memory.
    The root cause could be similar to the first occurrence, possibly involving system file corruption, disk problems, or other system issues.

    I’d start by downloading memtest86, booting to that, and testing your memory. If your RAM passes, download something like SeaTools, boot to that, and test your disk. It’s probably one of those two, based on these dumps.

  • cwsink@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Please run the following commands in a cmd prompt terminal and link a screenshot of the output:

    wmic diskdrive get FirmwareRevision,model,status
    

    followed by:

    wmic pagefile get Caption, CurrentUsage, Status, TempPageFile