Switch Intel URL

This commit is contained in:
Natsumi
2024-08-07 20:58:20 +12:00
parent 137a953b28
commit 0de8041ce6
2 changed files with 4 additions and 6 deletions

View File

@@ -16,8 +16,8 @@ namespace VRCX
{
private static List<(List<string>, string, string)> CpuErrorMessages = new List<(List<string>, 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)]

View File

@@ -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'