From e037ac02ffc31fb898f44cf1ed0ff666cae51697 Mon Sep 17 00:00:00 2001 From: baldurk Date: Tue, 26 Sep 2017 10:16:18 +0100 Subject: [PATCH] Add note to error message about possible startup fault - missing DLLs --- renderdoc/os/win32/win32_process.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderdoc/os/win32/win32_process.cpp b/renderdoc/os/win32/win32_process.cpp index 4d62434ba..b5370058c 100644 --- a/renderdoc/os/win32/win32_process.cpp +++ b/renderdoc/os/win32/win32_process.cpp @@ -326,7 +326,7 @@ uintptr_t FindRemoteDLL(DWORD pid, wstring libName) { RDCERR( "Error injecting into remote process with PID %u which is no longer available.\n" - "Possibly the process has crashed during early startup?", + "Possibly the process has crashed during early startup, or is missing DLLs to run?", pid); } else