We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ad51c commit cecc504Copy full SHA for cecc504
1 file changed
src/window/renderer.cc
@@ -65,7 +65,7 @@ void GLFWErrorCallback(int error, const char* description)
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-26.0.3-release-msvc.7z and place them in the same folder as the installer. "
+ "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);
0 commit comments