-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MESA: error #183
Comments
It's me again. I found a solution myself. At first I had used the MinGW-w64 Version 24.0.4. It didn't work with this version. Great work. BR |
The error comes from Mesa3D d3d12 driver failing to start. Intel HD Graphics ( Intel(R) Core(TM) i5-3570K ) doesn't meet the Direct3D requirements to run Mesa D3D12 driver. You can silence them by setting |
Hello, I have the MSVC version with GALLIUM_DRIVER set to llvmpipe and get the same error on blender 4.1 and blender 3.6.6 : "LLVM ERROR: Instruction Combining did not reach a fixpoint after 1 iterations" The issue appeared with version 24.0.4 (works fine with 24.0.3). I'm on a QEMU/KVM virtual machine based on AMD EPYC Milan CPUs and running Windows 10 x64 Pro. |
Thanks for reporting llvmpipe problem with LLVM 18. Sounds similar to this. I'll send a backport request for https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28101 Backprt request sent. |
Try 24.0.5. |
On Ubuntu, > apt show mesa-common-dev Gives the following:
And I get So fwiw my install of 24.0.5 does not solve the issue. |
#183 revealed that debug printf is enabled when building with debug symbols Let's try controling this better
Hadn't time to try until now but version 24.0.7 works fine ! Thanks 👍 |
Hello.
On my system:
OS: Windows 10 x64
Graphic: Intel HD Graphics ( Intel(R) Core(TM) i5-3570K )
Program: Blender 4.1 x64
I get this errors:
Is there a solution to get it to run?
Thanks in advanced
BR
Andreas
The text was updated successfully, but these errors were encountered: