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:
In the Windows Control Panel, search for "Environment Variables".
Click "Edit the system environment variables".
At the bottom of the System Properties dialog, click "Environment Variables...."
Under "User variables for <user>", click "New".
Enter "QT_OPENGL" within the Variable name.
Enter "angle" within the Variable value.
Restart App.
Note: Other possible entered values for QT_ANGLE_PLATFORM are d3d9 and d3d11.