diff --git a/injector/src/dll.c b/injector/src/dll.c index 6aa4c75..d70b467 100644 --- a/injector/src/dll.c +++ b/injector/src/dll.c @@ -88,7 +88,7 @@ BOOL WINAPI DllMain(HINSTANCE inst, DWORD reason, LPVOID reserved) { &pi )) { wchar_t message[1024]; - wsprintfW(message, L"Failed to start game process: %ld", GetLastError()); + wsprintfW(message, L"Failed to start game process: %ld\nGame executable path: '%ls'", GetLastError(), targetExe); MessageBoxW(NULL, message, J_MB_TITLE, MB_OK | MB_ICONERROR); exit(1);