This wiki is archived from 2021-09-05
Template:Crash Minidump Location: Difference between revisions
Jump to navigation
Jump to search
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== | == Crash Minidump Location == | ||
From: [https://support.planetaryannihilation.com/kb/faq.php?id=200 Where do I find Planetary Annihilation crash minidumps files?] | |||
The default location is | The default location for crash minidump files generated by PA is now the logs directory in the [[Planetary Annihilation Data Directory]] | ||
The environment variable <code>MINIDUMP_DIRECTORY</code> 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: | |||
* <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: | |||
* <code>xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.dmp</code> (generated by PA on all operating systems) | |||
* <code>PA.exe.NNNNN.dmp</code> (generated by Windows) | |||
* <code>PA_YYYY-MM-DD-HHMMSS_name.crash</code> (generated by macOS) |
Latest revision as of 08:41, 9 September 2021
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)