Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 813b5a6

Browse files
committed
Merge branch 'ajaus/rtx-remix-runtime-exit-message-rev2' into 'main'
Clarify and simplify the RTX Remix Runtime unexpected exit error message. See merge request lightspeedrtx/bridge-remix-nv!102
2 parents 97caca2 + 993041b commit 813b5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/log/log_strings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ namespace logger_strings {
2929
constexpr char* OutOfBufferMemory1 = " Buffer Option: ";
3030
constexpr char* MultipleActiveCommands = "Multiple active Command instances detected!";
3131
constexpr char* RtxRemixRuntimeError = "RTX Remix Runtime Error!";
32-
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.";
32+
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.";
3333

3434
inline static const std::map<const std::string, const std::string> bufferNameToOptionMap =
3535
{

0 commit comments

Comments
 (0)