cryinkfly / Autodesk-Fusion-360-for-Linux

This is a project, where I give you a way to use Autodesk Fusion 360 on Linux!
https://github.com/cryinkfly/Fusion-360---Linux-Wine-Version-/wiki
MIT License
1.81k stars 116 forks source link

"GLXBadFBConfig"-Error on Startup - ZorinOS16 - Intel Core i7-3740QM *solved* #124

Closed LukasKraehling closed 2 years ago

LukasKraehling commented 2 years ago

Problem/Bug:

F360 does not start on my system, I don't see any GUI and the console spits out following errors: F360-Startup-Error_ZorinOS16_i7-3740QM

The error happens on both the Vulkan- and OpenGL-Variant.

My System:

System: Dell Latitude E6430 OS: ZorinOS16 (64-Bit) CPU: Intel® Core™ i7-3740QM CPU @ 2.70GHz × 8 GPU: Intel® HD Graphics 4000 (IVB GT2) RAM: 8GB

cryinkfly commented 2 years ago

Hey @LukasKraehling 👋

Can you check in these folders (Example):

... the NMachineSpecificOptions.xml files if they are correctly configured! :+1:

DXVK:

dxvk

openGL:

opengl

You have a Intel GPU and so you must have the first configuration file. 🙂

LukasKraehling commented 2 years ago

image

Did not help, I tried both APIs before. I copied the DXVK config into the files, but no change.

cryinkfly commented 2 years ago

Oh okay, I see thta you have some problems with the GLXBadFBConfig! 😉

Please, check this post here: https://forums.linuxmint.com/viewtopic.php?t=356491

Because there it's described so that you must change or overwrite the MESA_GL_VERSION.


For example:

MESA_GL_VERSION_OVERRIDE

LukasKraehling commented 2 years ago

So, I really tried to get at least 4.4 running, but it seems like I can only go up to 4.2... I think it could be related to Mesa 21.0.3 running on my system. Any Ideas ?

cryinkfly commented 2 years ago

Okay. Can you switch to the newest version (Mesa 21.2.5)?

LukasKraehling commented 2 years ago

Okay. Can you switch to the newest version (Mesa 21.2.5)?

Great ! I was able to upgrade to Mesa 21.2.5 and now F360 starts successfully ! I am still not able to push the MESA_GL_VERSION_OVERRIDE further than 4.2, but I don't need to anymore, so it's all good. :) Thx for the great support !