mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-14 22:10:43 +00:00
Add note to error message about possible startup fault - missing DLLs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user