Moddy-CrashContext icon

CrashContext

Better crash reports for VotV. Names the Blueprint that crashed the game with better context. Works on any UE4SS game.

Last updated a day ago
Total downloads 55
Total rating 1 
Categories Mods Tools Tweaks
Dependency string Moddy-CrashContext-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

Thunderstore-unreal_shimloader-1.1.7 icon
Thunderstore-unreal_shimloader

Thunderstore Mod Manager and r2modmanPlus support for RE-UE4SS.

Preferred version: 1.1.7

README

CrashContext

Better crash reports for UE4SS games.

When the game crashes, you normally get something useless like:

Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x000000000000004c

This mod adds a report that tells you which Blueprint was running when it crashed, so you (or a mod author) can actually see what went wrong.

What you'll see

When the game crashes, a small window pops up showing:

  • the type of crash
  • the Blueprint function that was running
  • where the full report was saved

Where the report is saved

Look in your UE4SS folder (next to UE4SS.log) for a file named:

CrashContext_<date>_<time>.log

The details are also added to the bottom of UE4SS.log.

When you report a crash, send that file to the mod author. It tells them far more than a screenshot of the error.

Install

Install with a mod manager, or drop it in like any other UE4SS mod. Nothing to configure.

Notes

  • It does not change the game. It only makes crashes easier to diagnose.
  • The game's normal crash window still shows up too.
  • Works on any UE4.27 game that uses UE4SS.