Comments

SP. wrote on 9/1/2022, 9:33 AM

@Sampy This tips here are for a different software but it should help in the same way:

Causes:

Outdated graphics card drivers.

Graphics card does not support hardware acceleration.

Solution:

For outdated graphics card drivers:

Make sure to update the graphics card drivers. Refer to the graphics card manufacturer's website:

Intel

AMD

NVidia

Once everything is up to date, run Autodesk products again. 


Switch graphic libraries used by the Single Sign On Component:

The Single Sign On Component by default uses Qt. Qt checks the OpenGL drivers 1.3 or later and loads/uses the native OpenGL driver. If OpenGL driver is lower than 1.3, Qt loads/uses the ANGLE library instead. Try entering the following system variables:

QT_OPENGL=angle

QT_ANGLE_PLATFORM=warp

The instructions on setting up an environment variable:

  1. In the Windows Control Panel, search for "Environment Variables".
  2. Click "Edit the system environment variables".
  3. At the bottom of the System Properties dialog, click "Environment Variables...."
  4. Under "User variables for <user>", click "New".
  5. Enter "QT_OPENGL" within the Variable name.
  6. Enter "angle" within the Variable value.
  7. Restart App.

Note: Other possible entered values for QT_ANGLE_PLATFORM are d3d9 and d3d11.

https://knowledge.autodesk.com/support/autocad/troubleshooting/caas/sfdcarticles/sfdcarticles/Error-Failed-to-create-OpenGL-context-for-format-QSurfaceFormat-when-launching-Fusion-360.html