Recent content by johnbl

  1. J

    Question Bsod caused by ssd chip?

    pcs have a DMA (direct memory access controller) these are a limited resource. Generally, for this error I would, update the bios, update the sound drivers, then the graphics drivers. often if you have verifier.exe flags turnned on then you see bugchecks in sound drivers due to problems...
  2. J

    Question PC freezing bug persists even after PC reset ?

    you need to change the memory dump type to kernel, then google how to force a memory dump on windows. Make the registry changes. The next time your system has a delay, use the keyboard to force a memory dump. Then copy memory.dmp file to a server, share it for public access and post a...
  3. J

    Question Reading a Windows 11 dump file ?

    Error code: (NTSTATUS) 0xd0000147 (3489661255) - {No Paging File Specified} No paging file was specified in the system configuration. look like you might need to turn on the windows virtual memory to get a proper minidump. windows is a paging operating system, it you do not have a...
  4. J

    Question PC freezes and restarts, no event log, only kernel 41 critical ?

    if you can not figure this out I would reduce the gpu MSI GeForce RTX 5080 VENTUS 3X OC 16GB overclock to the standard clock rate for the 5080 you should also tell us what monitor you are using and at what resolution and refresh rate. (multi monitor, or high resolution monitor/ wide monitor at...
  5. J

    Question PC freezing bug persists even after PC reset ?

    the bios scans the hardware and makes a database of hardware and settings that is passed to windows. windows plug and play uses this database and continues the setup of hardware by making settings and attempting to install drivers. I am not sure what the device is but I would be looking at...
  6. J

    Question Windows Error: FAST_ERESOURCE_PRECONDITION_VIOLATION (OX1C6) ?

    you can download microsoft autoruns64.exe, locate the driver and delete it so it does not get loaded. https://learn.microsoft.com/en-us/sysinternals/downloads/autoruns generally, this happens when vendors change the new setup to use a new directory but do not uninstall the old drivers first.
  7. J

    Question BSOD at startup or shutdown ?

    you last bugcheck was in a intel sound driver. IntcUSB.sys Fri Aug 25 07:15:53 2023 (Intel Smart Sound drivers ?) but when I look up your motherboard I see a realtek sound card. I would make sure you have installed Thunderbolt Control Center from your motherboard vendors...
  8. J

    Question Windows Error: FAST_ERESOURCE_PRECONDITION_VIOLATION (OX1C6) ?

    uninstall the ryzenmaster driver. you should have none or one copy installed if you really need it. --- looks like WmiPrvSE.exe something wrong with what ever Windows Management Instrumentation is doing. it is most likely corrupting memory. oldest bugcheck took over 6 days, second one took 4...
  9. J

    Question Windows doesn't boot anymore after BIOS update (error code: 0xc0000098)

    ahci mode would not require a non microsoft driver. it would be the most stable mode since the driver is updated by microsoft. I would keep this mode if you are sure you did not have it set to raid 0 by the oem when you got it. I have seen cases where you had to run a chkdsk on the drive...
  10. J

    Question Windows doesn't boot anymore after BIOS update (error code: 0xc0000098)

    2: kd> !error 0xc0000098 Error code: (NTSTATUS) 0xc0000098 (3221225624) - The volume for a file has been externally altered such that the opened file is no longer valid. first thing I would do is go into bios and see what mode you are using for your drive. Sata ? Raid? if the mode is...
  11. J

    Question Need some help with crashes on my new gaming pc

    check the connection to the messed up drive. if it is a sata drive, sometimes the data cable can be loose and vibrations or thermal expansion can make and break the connection several times a second. you may also go into bios and disable the reading of the smart data from that drive so that...
  12. J

    Question Need some help with crashes on my new gaming pc

    bugcheck 0x1a with parameter 1 =3f means that windows tried to page in data from disk but got a CRC checksum error on the data transfer. normally, you check data cable connections. or run crystaldiskinfo.exe and read the smart data from your drive to check the drive health. maybe a...
  13. J

    Question Intermittent "ntoskrnl.exe" BSOD ?

    looks like LeagueClientUx was running, a window was being destroyed and the program called this function: win32kbase!LogicalCursorPosFromDpiAwarenessContext and caused a bugcheck. https://learn.microsoft.com/en-us/windows/win32/hidpi/setting-the-default-dpi-awareness-for-a-process looks like...
  14. J

    Question HYPERVISOR_ERROR BSOD amdppm.sys ?

    this bugcheck was while chrome was running, something started running from a strange location. maybe turn off chrome extensions? I would now change your memory dump type to kernel and provide the memory.dmp file. It will be much bigger but will show everything that is running. notes: looks...
  15. J

    Question HYPERVISOR_ERROR BSOD amdppm.sys ?

    you might consider updating this driver: RzDev_022b.sys Mon Mar 22 18:38:31 2021 and RzCommon.sys Mon Sep 25 20:29:57 2023 some razer driver, you might uninstall, update firmware and reinstall the driver. there was no indication that it is the cause but this driver fails verifier testing so...