From b546dd0f96bfde7c9edf019a8027db7409f69d97 Mon Sep 17 00:00:00 2001 From: goat Date: Wed, 3 Jul 2024 12:20:58 +0200 Subject: [PATCH] don't log in injector to work around linux crash --- Dalamud.Injector.Boot/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dalamud.Injector.Boot/main.cpp b/Dalamud.Injector.Boot/main.cpp index 94eb8a9ff..df4120009 100644 --- a/Dalamud.Injector.Boot/main.cpp +++ b/Dalamud.Injector.Boot/main.cpp @@ -10,7 +10,7 @@ int wmain(int argc, wchar_t** argv) { // Take care: don't redirect stderr/out here, we need to write our pid to stdout for XL to read - logging::start_file_logging("dalamud.injector.boot.log", false); + //logging::start_file_logging("dalamud.injector.boot.log", false); logging::I("Dalamud Injector, (c) 2021 XIVLauncher Contributors"); logging::I("Built at : " __DATE__ "@" __TIME__);