Random uncommon crashes on PC. Instead of a BSOD my monitor stops receiving input. Event viewer and dump file created.

Max Maxim 20 Reputation points
2026-07-20T11:45:56.1533333+00:00

My pc randomly crashes, not common but not rare, my monitor doesn't show a bsod, it simply stops receiving input, and my headphones play a bunch of garbage noise. The PC stays on until i press the power button once, which makes it instantly shut off.

The event viewer says the following: "The computer has rebooted from a bugcheck. The bugcheck was: 0x00000133 (0x0000000000000000, 0x0000000000000501, 0x0000000000000500, 0xfffff805670fb320). "

Here is the dump file generated:
https://1drv.ms/u/c/567c105222feb444/IQAtEwJyQ0PbTK6M8KLNuy1yATFmR8l7S9rTCqJQ9tHHL3Y?e=zzXft0

The event viewer also deletes a previous 40 minutes worth of events before the crash.

Windows for home | Windows 10 | Performance and system failures
0 comments No comments

Answer accepted by question author
David-M 126.1K Reputation points Independent Advisor
2026-07-20T12:55:12.1433333+00:00

Thanks for the screenshot.


You're totally right that Realtek doesn't show up in the main error summary! Standard automated reports usually blame tcpip.sys (Windows' built-in networking system) because that is where the system officially gave up and crashed.

However, the actual trigger is hidden in the STACK_TEXT section, which shows the chronological list of commands right before the blue screen.

If you look closely at that stack, you will see rt640x64. That is the specific file name for your Realtek PCIe network driver. What happened here is a classic DPC_WATCHDOG_VIOLATION: the Realtek driver held up the processor for too long while handling network data, causing Windows to time out and crash while trying to process it through tcpip.sys.

I'm attaching a screenshot highlighting exactly where it is in the log so you can see it!BSODRealtek


Based on the information in the screenshot you shared, the adapter is currently using an old driver, likely a generic one. This could well be the root cause of the crashes.

I suggest performing a clean installation of the latest driver provided by ASRock for your motherboard's network adapter. That should resolve the issue, provided there isn't another driver secretly interfering with the Realtek driver. Follow the steps below:

1 = Before starting the procedure, download the latest network driver from the ASRock website.

https://www.asrock.com/mb/AMD/A520M-HVS/index.asp#Download

Driver name: Realtek Lan driver ver:10.060.0615.2022

2 = Uninstall the current driver:

  • Open Device Manager;
  • Expand Network adapters;
  • Right-click on the adapter Realtek PCIe GbE Family Controller and select Uninstall device;
  • On the confirmation screen, check Delete the driver software for this device and click Uninstall;
  • Restart (not shutdown) the PC.

3 = Then, extract the ZIP file you downloaded, double-click the file setup to run it, and follow the on-screen instructions to install the driver.

4 = After completing the driver installation, restart (not shutdown) the PC.


See if the system runs stably after doing this.

If the crash occurs again, please share the minidump it created.


Feel free to ask any questions you may have.


Standard Disclaimer: There is a link to a non-Microsoft website. The page appears to be providing accurate, safe information. Watch out for ads on the site that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the site before you decide to download and install it.

Was this answer helpful?

1 person found this answer helpful.

1 additional answer

Sort by: Oldest
  1. David-M 126.1K Reputation points Independent Advisor
    2026-07-20T12:22:28.8+00:00

    Hi. I'm David, and I'm happy to help you.


    The minidump identifies the rt640x64.sys driver as the cause of the crash. This driver belongs to your motherboard's Ethernet adapter.

    Please share a screenshot of the adapter's Driver tab so I can see the version of the currently installed driver.

    1. Press "Windows + X" and select "Device Manager";
    2. Expand the "Network Adapters" category;
    3. Right-click on the Realtek Ethernet adapter and select "Properties";
    4. Select the "Driver" tab.

    Use the shortcut "Windows + Shift + S" to use the screenshot tool.


    Looking forward to your reply.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.