mirror of
https://github.com/vrcx-team/VRCX.git
synced 2026-04-06 00:32:02 +02:00
Switch Intel URL
This commit is contained in:
@@ -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)]
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user