Update src/logs.ts
Co-authored-by: Kedas <m@yarn.network> Signed-off-by: IThundxr <harshdhaliwal9767@gmail.com>
This commit is contained in:
parent
f06a9a1e4f
commit
1dd26cc9b8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue