This commit is contained in:
IThundxr 2022-10-19 14:47:13 -04:00
commit 2b68691e3f
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
# PrismLauncher bot
PrisimLauncher Bot for [Discord](https://discord.gg/prismlauncher).
PrismLauncher Bot for [Discord](https://discord.gg/prismlauncher).

View file

@ -80,7 +80,7 @@ const intelHDAnalyzer: Analyzer = async (text) => {
if (text.includes('org.lwjgl.LWJGLException: Pixel format not accelerated')) {
return [
'Intel HD Windows 10',
"Your drivers don't support windows 10 officially\nSee https://prismlauncher.org//wiki/getting-started/installing-java/#a-note-about-intel-hd-20003000-on-windows-10 for more info",
"Your drivers don't support windows 10 officially\nSee https://prismlauncher.org/wiki/getting-started/installing-java/#a-note-about-intel-hd-20003000-on-windows-10 for more info",
];
}
return null;
@ -94,7 +94,7 @@ const macOSNSWindowAnalyzer: Analyzer = async (text) => {
) {
return [
'MacOS NSInternalInconsistencyException',
'You need to downgrade your Java 8 version. See https://prismlauncher.org//wiki/getting-started/installing-java/#older-minecraft-on-macos',
'You need to downgrade your Java 8 version. See https://prismlauncher.org/wiki/getting-started/installing-java/#older-minecraft-on-macos',
];
}
return null;