Show the version running when connecting to incompatible remote server

This commit is contained in:
baldurk
2022-10-03 20:10:41 +01:00
parent 17e2271030
commit 39920c1b71
7 changed files with 67 additions and 9 deletions
+1 -1
View File
@@ -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,