mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
more logging for wine fixes
This commit is contained in:
parent
d3797e2ff6
commit
71bcbde131
2 changed files with 2 additions and 1 deletions
|
|
@ -9,6 +9,7 @@
|
||||||
|
|
||||||
int wmain(int argc, wchar_t** argv)
|
int wmain(int argc, wchar_t** argv)
|
||||||
{
|
{
|
||||||
|
logging::start_file_logging("dalamud.injector.boot.log", true);
|
||||||
logging::I("Dalamud Injector, (c) 2021 XIVLauncher Contributors");
|
logging::I("Dalamud Injector, (c) 2021 XIVLauncher Contributors");
|
||||||
logging::I("Built at : " __DATE__ "@" __TIME__);
|
logging::I("Built at : " __DATE__ "@" __TIME__);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -126,7 +126,7 @@ int InitializeClrAndGetEntryPoint(
|
||||||
|
|
||||||
// =========================================================================== //
|
// =========================================================================== //
|
||||||
|
|
||||||
logging::I("Loading module...");
|
logging::I("Loading module from {}...", module_path.c_str());
|
||||||
if ((result = g_clr->load_assembly_and_get_function_pointer(
|
if ((result = g_clr->load_assembly_and_get_function_pointer(
|
||||||
module_path.c_str(),
|
module_path.c_str(),
|
||||||
entrypoint_assembly_name.c_str(),
|
entrypoint_assembly_name.c_str(),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue