From 8797892103697892055072e824169311454dfc34 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Mon, 29 Apr 2019 01:30:08 -0500 Subject: [PATCH] Finally add a note about Visual C++ 2017 in app --- DS4Windows/DS4Control/ControlService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DS4Windows/DS4Control/ControlService.cs b/DS4Windows/DS4Control/ControlService.cs index e2226a1..4fc630f 100644 --- a/DS4Windows/DS4Control/ControlService.cs +++ b/DS4Windows/DS4Control/ControlService.cs @@ -534,7 +534,7 @@ namespace DS4Windows } else { - string logMessage = "Could not connect to ViGEmBus. Please check the status of the System device in Device Manager"; + string logMessage = "Could not connect to ViGEmBus. Please check the status of the System device in Device Manager and if Visual C++ 2017 Redistributable is installed."; LogDebug(logMessage); AppLogger.LogToTray(logMessage); }