Skip to content

Commit 7dfed8b

Browse files
authored
Merge pull request #9 from madmaxgrey/patch-1
Update renderer.cc
2 parents 0991362 + cecc504 commit 7dfed8b

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

src/window/renderer.cc

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,13 @@ void GLFWErrorCallback(int error, const char* description)
6262
{
6363
if (error == GLFW_API_UNAVAILABLE) {
6464
MessageBoxA(NULL,
65-
"Your system doesn't support hardware rendering, which is preventing the installer from displaying properly. "
66-
"To resolve this issue, download the DLL files from \nhttps://github.com/SteamClientHomebrew/Installer/tree/main/vendor/mesa\n and place them in the same "
67-
"folder as the installer. This will enable software rendering as an alternative.\n\n"
68-
"Please note: This is a system limitation, not an installer bug, so there's no need to report it to the development team.",
69-
"Error", MB_ICONERROR);
65+
"Your system doesn't support hardware rendering, which is preventing the installer from displaying properly. "
66+
"To resolve this issue, download the DLL files from:\n"
67+
"https://github.com/pal1000/mesa-dist-win/releases/latest\n"
68+
"Download mesa3d-x.x.x-release-msvc.7z and place them in the same folder as the installer. "
69+
"This will enable software rendering as an alternative.\n\n"
70+
"Please note: This is a system limitation, not an installer bug, so there's no need to report it to the development team.",
71+
"Error", MB_ICONERROR);
7072
return;
7173
}
7274

0 commit comments

Comments
 (0)