This wiki is archived from 2021-09-05
Template:Crash Minidump Location: Difference between revisions
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
On Windows the default location for minidump files created by Windows Error Reporting (WER) is: | On Windows the default location for minidump files created by Windows Error Reporting (WER) is: | ||
* %LOCALAPPDATA%\CrashDumps\ eg C:\Users\USERNAME\AppData\Local\CrashDumps\PA.exe.NNNNN.dmp (generated by Windows) | * <code>%LOCALAPPDATA%\CrashDumps\</code> eg <code>C:\Users\USERNAME\AppData\Local\CrashDumps\PA.exe.NNNNN.dmp</code> (generated by Windows) | ||
On macOS you can use the console application to locate crash reports created by macOS: | |||
* https://support.apple.com/en-nz/guide/console/welcome/mac | |||
Crash dump files are named like: | Crash dump files are named like: | ||
* xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.dmp (generated by PA on all operating systems) | * <code>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.dmp</code> (generated by PA on all operating systems) | ||
* PA.exe.NNNNN.dmp (generated by Windows) | * <code>PA.exe.NNNNN.dmp</code> (generated by Windows) | ||
* <code>PA_YYYY-MM-DD-HHMMSS_name.crash</code> (generated by macOS) |
Revision as of 02:06, 21 January 2019
File:Platinum-rank-icon.png Crash Minidump Location
From: Where do I find Planetary Annihilation crash minidumps files?
The default location for crash minidump files generated by PA is now the logs directory in the Planetary Annihilation Data Directory
The environment variable MINIDUMP_DIRECTORY
can be used to change the location where crash minidump .dmp files are saved for local servers.
On Windows the default location for minidump files created by Windows Error Reporting (WER) is:
%LOCALAPPDATA%\CrashDumps\
egC:\Users\USERNAME\AppData\Local\CrashDumps\PA.exe.NNNNN.dmp
(generated by Windows)
On macOS you can use the console application to locate crash reports created by macOS:
Crash dump files are named like:
xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.dmp
(generated by PA on all operating systems)PA.exe.NNNNN.dmp
(generated by Windows)PA_YYYY-MM-DD-HHMMSS_name.crash
(generated by macOS)