You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a system with both an iGPU and a discrete GPU, FModel runs on the iGPU by default. This lead it to crashing on my Win10 laptop when anything tried to open the 3D Viewer:
[FModel] [ERR] OpenTK.Windowing.GraphicsLibraryFramework.GLFWException: WGL: Driver does not support OpenGL version 4.6
If anyone else faces this error, the solution is to make the app run on your discrete GPU, either through
NVIDIA Control Panel (for PCs with NVIDIA GPUs)
Settings > Display > Graphics Settings - Select FModel.exe and run it on "High performance"
As far as I can tell there isn't a universal solution to programmatically detect discrete GPUs, but it would be nice if the error was handled better (ex. a popup informing user of unsupported GPU).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
On a system with both an iGPU and a discrete GPU, FModel runs on the iGPU by default. This lead it to crashing on my Win10 laptop when anything tried to open the 3D Viewer:
If anyone else faces this error, the solution is to make the app run on your discrete GPU, either through
As far as I can tell there isn't a universal solution to programmatically detect discrete GPUs, but it would be nice if the error was handled better (ex. a popup informing user of unsupported GPU).
Beta Was this translation helpful? Give feedback.
All reactions