Donut Team is a labor of love, built and maintained by a small group of passionate developers. We invest our own time and resources to offer our tools, mods, and web services completely free of charge.

We don't run ads, and we will never sell your data - period.

If you've enjoyed anything we've created, please consider supporting our work with a one-time or monthly donation via our Ko-fi page . Every contribution helps us continue building great experiences for the community.

Dismiss
Icon image for SHAR Crash Analyzer

SHAR Crash Analyzer

About This Tool

What is it?

Powered by WinDbg and a CSV of known SHAR functions, this tool will open and analyze SHAR crash dumps, and return the stack trace.

Requirements

  • .NET Framework v4.8.1

Setup

  • Download latest release.
  • Extract to the folder of your choice.
  • Optional: Download shar_symbols.csv and place in the same folder.

How to use

GUI

  • Open the app.
  • Click Browse.
  • Find crash dump and open it.

CLI

  • Launch with the argument --nogui.

Command Line Arguments

  • -?|--help
    • Show help message and exit
  • -ng|--nogui
    • Run in CLI mode without GUI
  • -p|--pause
    • Pause before exiting
  • -i|--input <path>
    • Specify input dump path
  • -c|--csv <path>
    • Specify symbols CSV path
  • -h|--hacks <path>
    • Specify Hacks PDB path
  • -nm|--nomodules
    • Exclude modules from analysis
  • -us|--updatesymbols
    • Force update symbols with latest

Credits