From 0de8041ce6e9dfb1187764ce2c41dc46ce029dd3 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Wed, 7 Aug 2024 20:58:20 +1200 Subject: [PATCH] Switch Intel URL --- Dotnet/WinApi.cs | 4 ++-- html/src/app.js | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Dotnet/WinApi.cs b/Dotnet/WinApi.cs index 930e2f69..3466d027 100644 --- a/Dotnet/WinApi.cs +++ b/Dotnet/WinApi.cs @@ -16,8 +16,8 @@ namespace VRCX { private static List<(List, string, string)> CpuErrorMessages = new List<(List, string, string)>() { - (["Intel", "Core", "-13"], "VRCX has detected that you're using a 13th or 14th generation Intel CPU.\nThese CPUs are known to have issues which can lead to crashes.\nThis crash was unlikely caused by VRCX itself, therefore limited support can be offered.\nWould you like to open a link with more information?", "https://www.youtube.com/watch?v=b6vQlvefGxk"), - (["Intel", "Core", "-14"], "VRCX has detected that you're using a 13th or 14th generation Intel CPU.\nThese CPUs are known to have issues which can lead to crashes.\nThis crash was unlikely caused by VRCX itself, therefore limited support can be offered.\nWould you like to open a link with more information?", "https://www.youtube.com/watch?v=b6vQlvefGxk"), + (["Intel", "Core", "-13"], "VRCX has detected that you're using a 13th or 14th generation Intel CPU.\nThese CPUs are known to have issues which can lead to crashes.\nThis crash was unlikely caused by VRCX itself, therefore limited support can be offered.\nWould you like to open a link with more information?", "https://alderongames.com/intel-crashes"), + (["Intel", "Core", "-14"], "VRCX has detected that you're using a 13th or 14th generation Intel CPU.\nThese CPUs are known to have issues which can lead to crashes.\nThis crash was unlikely caused by VRCX itself, therefore limited support can be offered.\nWould you like to open a link with more information?", "https://alderongames.com/intel-crashes"), }; [DllImport("kernel32.dll", SetLastError = false)] diff --git a/html/src/app.js b/html/src/app.js index 4229607d..53a069ee 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -11270,12 +11270,10 @@ speechSynthesis.getVoices(); }); } if (this.vrcOSCFix) { - setTimeout(() => { + workerTimers.setTimeout(() => { AppApi.KillInstall().then((processKilled) => { if (processKilled) { - console.log( - 'OSCFix: Killed Install.exe' - ); + console.log('OSCFix: Killed Install.exe'); } else { console.log( 'OSCFix: Nothing to kill, no Install.exe process running'