Looking for advice on diagnosing a problem based on Event Viewer logs. I’m trying to boot up 2 video games and both are crashing (same developer so I think it’s linked). I suspect it might be because I was too aggressive with RevoUninstaller when I installed the 2 games several months ago.

Diagnosing Game Crashes: A Professional Approach to Event Viewer Logs and System Troubleshooting

Experiencing crashes when launching video games can be frustrating, especially when they occur with titles from the same developer. If you’re encountering similar issues with games like Elden Ring and Sekiro, and suspect that your previous system cleanup efforts may be the cause, it’s important to adopt a systematic troubleshooting methodology.

This article provides a structured approach to diagnosing such problems by analyzing Event Viewer logs, considering potential causes, and outlining effective debugging strategies.

Understanding the Context

The user reports that both Elden Ring and Sekiro crash on startup, with occasional Steam restarts following failure. The last known action involved extensive use of RevoUninstaller several months ago, which might have affected system files or shared components.

Initial troubleshooting steps taken include:

  • Updating drivers and Windows
  • Reinstalling the games and Steam
  • Running system file checker (sfc /scannow)
  • Adding exceptions to Windows Security
  • Disabling overlays (Steam and Nvidia)

Despite these, the crashes persist.


Interpreting Event Viewer Logs

Event Viewer is a vital tool for diagnosing Windows application crashes. The user provides a link to a crash report for Elden Ring:

https://pastebin.com/AUgf8CYA

While the specific logs aren’t included here, a common pattern involves crashes terminating at System32 entries, which could indicate issues with system files or corrupted components.

Key points to analyze in Event Viewer logs:

  1. Error Type and Source: Identify the error source (e.g., Application Error, System Error) and the specific component involved.
  2. Faulting Module: Check which DLL or executable caused the crash.
  3. Stack Trace / Fault Offset: Look for recurring modules or drivers involved.
  4. Recent Changes: Consider known issues related to recent system modifications or updates.

Potential Causes and Focus Areas

Based on the provided context, here are common underlying issues for game crashes with similar symptoms:

  • Corrupted System Files: Even after running sfc /scannow, some files may not be repaired, or issues could be more complex.
  • Shared Dependencies: Over-aggressive uninstallation might have removed or damaged shared libraries (e.g., DirectX, Visual C++ redistributables).
  • **

Share this content:

Leave a Reply

Your email address will not be published. Required fields are marked *