Loading...
# Extended Crashdumps
Crashdumps allow the Tiberian Technology to analyze and fix crashes. Extended crashdumps contain a lot more information than the default
crashdumps, but are also much larger (several 100 MB versus around 5 MB). Their large size makes that scripts.dll 4.0 does not store
extended crashdumps by default.
If you want to help TT developers debug crashes quicker, or if you are asked to provide an extended crashdump, please do the following:
- Browse to your debug folder.
+ If you don't have `paths.ini` in Data folder, or `UseRenFolder` not set to `true` in it, browse to
**`%UserProfile%\Documents\Renegade\Client\debug`**.
+ Otherwise, open your Renegade game folder, and browse to **`Renegade\Client\debug`**.
- Create an empty folder named `extended_crashdumps`. (Exactly like that, with underscores)
- The next time the game crashes, you will find two crashdumps in the "debug" folder ending in `-lim` (for limited) and `-ext` (for
extended) where you would otherwise find only one. If you report a crash, please send the large crashdump (ending in `-ext`) to a TT
developer in PM (e.g. jonwil), because it is possible that it contains your WOL password or other sensitive Renegade-related information.
Extended crashdumps are much easier to debug than the small limited crashdumps, so you are highly encouraged to enable extended crashdumps!
Thanks!