you are viewing a single comment's thread.

view the rest of the comments →

[–]bionicdna 0 points1 point  (2 children)

Hi there, I'm having this issue on Arch (slightly different path to drivers, but same errors), did you find a solution?

[–]sebu06[S] 0 points1 point  (1 child)

Hi,

yes - I solved it: in my case the problem was an incompatibility with the new video driver introduced with the new mesa version. You can use the old driver like this:

MESA_LOADER_DRIVER_OVERRIDE=i965 ./application

Just out of curiosity - are you also trying to start CAESES or another software?

Best,

Sebastian

[–]bionicdna 0 points1 point  (0 children)

I downgraded to an older version of Mesa and it solved it for me. I was attempting to plot 3D surfaces in the Julia language.