From a9cd8c68706508b76c5f7396fd3aca0552a94be9 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 b0d52d473..e7a1c4005 100644 --- a/renderdoc/os/win32/win32_process.cpp +++ b/renderdoc/os/win32/win32_process.cpp @@ -334,7 +334,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