mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-26 16:36:31 +00:00
Show the version running when connecting to incompatible remote server
This commit is contained in:
@@ -57,7 +57,7 @@ rdcstr DoStringise(const ResultCode &el)
|
||||
"Process is incompatible with this build of RenderDoc");
|
||||
STRINGISE_ENUM_CLASS_NAMED(NetworkIOFailed, "Network I/O operation failed");
|
||||
STRINGISE_ENUM_CLASS_NAMED(NetworkRemoteBusy, "Remote side of network connection is busy");
|
||||
STRINGISE_ENUM_CLASS_NAMED(NetworkVersionMismatch, "Version mismatch between network clients");
|
||||
STRINGISE_ENUM_CLASS_NAMED(NetworkVersionMismatch, "Incompatible version");
|
||||
STRINGISE_ENUM_CLASS_NAMED(FileIOFailed, "File I/O failed");
|
||||
STRINGISE_ENUM_CLASS_NAMED(
|
||||
FileIncompatibleVersion,
|
||||
|
||||
Reference in New Issue
Block a user