From 0050566124772a8dc8cef1a137632e66f00fa84c Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Fri, 21 Feb 2020 15:52:21 -0800 Subject: [PATCH] Add a note to attempt restarting your router if UPnP is not detected --- mist/mist.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mist/mist.cpp b/mist/mist.cpp index e0d5c95..998b3cf 100644 --- a/mist/mist.cpp +++ b/mist/mist.cpp @@ -1248,7 +1248,7 @@ int main(int argc, char* argv[]) } else { snprintf(msgBuf, sizeof(msgBuf), "Internet GameStream connectivity check failed.\n\n" - "Check that UPnP is enabled in your router settings. For more information and workarounds, click the Help button.\n\n" + "First, try restarting your router. If that fails, check that UPnP is enabled in your router settings. For more information and workarounds, click the Help button.\n\n" "The following ports were not forwarded properly:\n%s", portMsgBuf); DisplayMessage(msgBuf, "https://github.com/moonlight-stream/moonlight-docs/wiki/Internet-Streaming-Errors#internet-gamestream-connectivity-check-error"); }