From 9e2b04d5dbc805c853119629f737570e99fd4c85 Mon Sep 17 00:00:00 2001 From: bicarus-dev <202771338+bicarus-dev@users.noreply.github.com> Date: Sun, 16 Nov 2025 00:07:36 -0800 Subject: [PATCH] troubleshooter: update link for vcredist (#423) ## Description of change RIP abbodi1406 --- src/spice2x/util/deferlog.cpp | 6 ++++-- src/spice2x/util/dependencies.cpp | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/spice2x/util/deferlog.cpp b/src/spice2x/util/deferlog.cpp index a9f165d..fc8eae7 100644 --- a/src/spice2x/util/deferlog.cpp +++ b/src/spice2x/util/deferlog.cpp @@ -49,8 +49,10 @@ namespace deferredlogs { if (is_crash) { msg += " the game has crashed\n"; - msg += " share this entire log file with someone for troubleshooting (log.txt)\n"; - msg += " spice will also attempt to create a minidump (minidump.dmp)\n"; + msg += " * share this entire log file with someone for troubleshooting (log.txt)\n"; + msg += " * spice will also attempt to create a minidump (minidump.dmp)\n"; + msg += " minidump should only be shared with people you trust as it may contain\n"; + msg += " sensitive data (PCBID, card ID, etc)\n"; msg += "\n"; } diff --git a/src/spice2x/util/dependencies.cpp b/src/spice2x/util/dependencies.cpp index 9d9696f..ac4c8ef 100644 --- a/src/spice2x/util/dependencies.cpp +++ b/src/spice2x/util/dependencies.cpp @@ -12,7 +12,7 @@ namespace { { "msvcr100.dll", "Visual Studio 2010 (VC++ 10.0) SP1 Redistributable", - "Download and install VisualCppRedist_AIO_x86_x64.exe from https://github.com/abbodi1406/vcredist/releases/latest", + "Download and install from https://github.com/spice2x/spice2x.github.io/wiki/Visual-Cpp-Redistributable-Runtimes", }, { "d3dx9_43.dll",