Pretz-TABSCrashLog icon

TABSCrashLog

Automatically writes TABS errors and fatal crashes to crash.log in your game folder.

By Pretz
Last updated 3 days ago
Total downloads 136
Total rating 0 
Categories Utils
Dependency string Pretz-TABSCrashLog-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_TABS-5.4.16 icon
BepInEx-BepInExPack_TABS

BepInEx pack for TABS. Preconfigured and ready to use.

Preferred version: 5.4.16

README

TABS Crash Log

Automatically writes TABS errors, exceptions, and fatal crashes to a crash.log file in your game folder.

Requirements

Where to find the log

By default, the file is written to your TABS install folder:

<TABS install folder>/crash.log

Steam example:

C:\Program Files (x86)\Steam\steamapps\common\Totally Accurate Battle Simulator\crash.log

If the game folder cannot be written to, the mod falls back to:

<BepInEx folder>/crash.log

How to confirm it is working

On launch, open BepInEx LogOutput.log and look for:

Crash log: <full path to crash.log>

That line shows the exact file path for your install.

How to read the log

Each error is written as a readable block:

  • REASON - what went wrong, in plain language
  • SOURCE - the method or assembly where it originated (when available)
  • Stack trace - indented lines below the reason for deeper debugging

Fatal crashes that close the game are marked with:

*** FATAL UNHANDLED EXCEPTION ***

and use double-line borders so they are easy to spot when scrolling.

Notes

  • The log is cleared on each game launch - crash.log only contains errors from the current session.
  • Each session starts with a header: === TABS Crash Log - <timestamp> ===
  • Only errors, exceptions, and asserts are logged (not normal info/warning spam).