OpenGL error loading 0.4.14
Starbuck68 opened this issue ยท 2 comments
I get this error msg after upgrading to 0.4.14 on Apple mac mini. 0.4.12 is working ok.
Lower than OpenGL 4.5 and ARB tests failed (see log for details). Your GPU is Intel(R) UHD Graphics 630 and your version is OpenGL 4.1 INTEL-18.7.4. For macOS, setup both Vulkan SDK and Mesa 22.1.2+, then use Gallium Zink for LWJGL: Add JVM args -Dorg.lwjgl.opengl.libname=.../mesa/lib/libGL.1.dylib
. Add environment variables GALLIUM_DRIVER=zink
, MESA_LOADER_DRIVER_OVERRIDE=zink
.
Anyone else struggeling with this?
I've seen that there are other cases similar to this but maybe not exactly therefor a new issue.