mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
troubleshooter: update link for vcredist (#423)
## Description of change RIP abbodi1406
This commit is contained in:
@@ -49,8 +49,10 @@ namespace deferredlogs {
|
|||||||
|
|
||||||
if (is_crash) {
|
if (is_crash) {
|
||||||
msg += " the game has crashed\n";
|
msg += " the game has crashed\n";
|
||||||
msg += " share this entire log file with someone for troubleshooting (log.txt)\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 += " * 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";
|
msg += "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ namespace {
|
|||||||
{
|
{
|
||||||
"msvcr100.dll",
|
"msvcr100.dll",
|
||||||
"Visual Studio 2010 (VC++ 10.0) SP1 Redistributable",
|
"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",
|
"d3dx9_43.dll",
|
||||||
|
|||||||
Reference in New Issue
Block a user