mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Collect launcher.log on crashes
This has been missing for Crash Handler based tspacks for a while, which makes it harder to get information from XLCore users because of our differing log names. (Really, we should rename both to just be xivlauncher.log or something, but that would break existing tooling)
This commit is contained in:
parent
e684e7e208
commit
fb1d7b966e
1 changed files with 2 additions and 1 deletions
|
|
@ -463,7 +463,8 @@ void open_folder_and_select_items(HWND hwndOpener, const std::wstring& path) {
|
|||
|
||||
void export_tspack(HWND hWndParent, const std::filesystem::path& logDir, const std::string& crashLog, const std::string& troubleshootingPackData) {
|
||||
static const char* SourceLogFiles[] = {
|
||||
"output.log",
|
||||
"output.log", // XIVLauncher for Windows
|
||||
"launcher.log", // XIVLauncher.Core for [mostly] Linux
|
||||
"patcher.log",
|
||||
"dalamud.log",
|
||||
"dalamud.injector.log",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue