Skip to content

Commit

Permalink
Merge branch 'ajaus/rtx-remix-runtime-exit-message-rev2' into 'main'
Browse files Browse the repository at this point in the history
Clarify and simplify the RTX Remix Runtime unexpected exit error message.

See merge request lightspeedrtx/bridge-remix-nv!102
  • Loading branch information
nv-ajaus committed Sep 24, 2024
2 parents 97caca2 + 993041b commit 813b5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/log/log_strings.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace logger_strings {
constexpr char* OutOfBufferMemory1 = " Buffer Option: ";
constexpr char* MultipleActiveCommands = "Multiple active Command instances detected!";
constexpr char* RtxRemixRuntimeError = "RTX Remix Runtime Error!";
constexpr char* BridgeClientClosing = "The bridge server process (.trex\\NvRemixBridge.exe) or dxvk-remix (.trex\\d3d9.dll) has unexpectedly exited, closing the bridge client and host application.";
constexpr char* BridgeClientClosing = "The RTX Remix Runtime has encountered an unexpected issue. The application will close.\n\nPlease collect any *.log or *.dmp files next to the application or in the .trex folder, and report the error at https://github.com/NVIDIAGameWorks/rtx-remix/issues.";

inline static const std::map<const std::string, const std::string> bufferNameToOptionMap =
{
Expand Down

0 comments on commit 813b5a6

Please sign in to comment.