-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not probe OpenGL - Windows 10, Cura 5.0 #12359
Comments
Same issues on Ubuntu 22.04 LTS |
Application Version5.0 AppImage PlatformArch Linux with KDE Steps to Repro:download appImage, Actual Result:a msg box appears, "Failed to probe OpenGL" / Could not probe OpenGL. This program requires OpenGL 2.0 or higher. Please check your video card drivers. starting cura from the cli I see
Checking my OpenGL version:
Cura 4.13.1 has no issue so I simply stay with the previous version as a workaround. |
Also happens on arch 5.18.1 |
./AppRun should start Cura 5.0 wihtout issues. |
@jukkaaakko this fix works on Arch. Thank you ! In addition to this I don't get plugin errors when it starts, unlike on 4.13 EDIT: It starts but there are a lot of issues actually. Firstly I can't open files -> I have to drag and drop. Secondly the printer doesn't start printing. (Maybe bad gcode generation?) |
I'm experiencing the same issue under Garuda (arch variant). My system is fully up do date at this time, and other OpenGL based applications don't seem to be having issues. At this time Cura doesn't seem to be getting far enough to create a log file, however if I run it from commandline I see the following output from stderr/stdout:
|
Same error PopOS, I am noticing v 4.6 of opengl. Did they change how you look at versions with that? older versions seem to work fine. shane@pop-os:~$ glxinfo | grep OpenGL
|
Same error for me after upgrading from Fedora 35 to Fedora 36:
|
Looks like a duplicate of #11856 which is fixed for 5.1 stable. If any of you can confirm that the problem is fixed with the AppImage for Linux-latest that would help us out. See the build artifact in this run: https://github.com/Ultimaker/Cura/suites/7374973998/artifacts/299758926 |
I am getting this error |
Tested today with ubuntu 22.04 with the latest stable Cura 5.1 appimage from the web, same error:
Edit: (The old Cura 4.13.1 works fine) |
I just tried Don't have any issues. I was able to slice something. |
Tested Ultimaker-Cura-5.1.0-linux-modern.AppImage, I can also confirm that at least it loads. |
I also have this issue on a Windows 10 system that runs an Intel i5-2500s CPU, which is an older CPU (Intel HD Graphics 2000), however the previous versions of Cura worked fine. Also the CPU does support OpenGL 3.0, and there are DLL entry points for backwards compatibility for Open GL 2.0 in the driver, so it should work, however it does not. Something has to be wrong with the way it checks for OpenGL.. or this error message isn't providing enough detail and something else is funky. Is it possible Cura checks for OpenGL 2, but checks for certain OpenGL features and one of them is failing perhaps? If so it would be nice if the error message was expanded to say something like "OpenGL 2.0 detected, however I'm using Cura 5.1.0. |
I too am having this issue. Windows 10. OpenGL 2.1.0 is installed: GL_RENDERER: Intel(R) HD Graphics GL_VERSION: 2.1.0 - Build 8.15.10.2900 GL_MAX_TEXTURE_SIZE: 8192 GL_MAX_COLOR_ATTACHMENTS: 8 GL_MAX_TEXTURE_IMAGE_UNITS: 16 GL_MAX_TESS_GEN_LEVEL: 0 |
I confirm that |
Thanks Old realease 4.13.1 works for me without error |
this continues to be a problem with cura 5.2.1, but works for cura 4.12.1, windows 10 pro , latest build 19044, also see realtec extension viewer report for opengl (3.1 100% is running): OS Name Microsoft Windows 10 Pro open gl extensions viewer report: Renderer: Intel(R) HD Graphics 3000 Max texture size: 8192 x 8192 GL Extensions: 129 GL_ARB_half_float_pixel |
I just went through all this and it worked to install the fix named curafix.sdb I copied to c:\ and ran from an admin cmd prompt |
Got the same Problem with UltiMaker-Cura-5.3.0-linux.AppImage on Debian 12. $ glxinfo | grep OpenGL Edit: turns out "UltiMaker-Cura-5.3.0-linux-modern.AppImage" the "modern" AppImage still works. |
For me, on Endeavouros (Arch) with Cura 5.3.1, this fix makes the error message go away - but the splash screen hangs forever at "Loading UI". The "modern" AppImage has the same problem when run without modifications. |
This problem occurs with the 5.5-beta1 for me. The 5.4 modern works without problems glxinfo|grep OpenGL |
Спасибо большое, мне этот способ тоже помог! |
Same problem here with Intel 3000 Integrated and CURA 5.6 This works with my problem: |
This worked for me too! |
Application Version
5.0
Platform
Windows 10
Printer
Ender 3 V2
Reproduction steps
Installed Cura 5.0
Run as standard user - Error: "Could not Probe OpenGL. This program requires OpenGL 2.0 or higher. Please check your video drivers"
Actual results
Installed Cura 5.0
Run as standard user - Error: "Could not Probe OpenGL. This program requires OpenGL 2.0 or higher. Please check your video drivers"
Run as Admin user - Error: "Could not Probe OpenGL. This program requires OpenGL 2.0 or higher. Please check your video drivers"
Check drivers in Device Manager - confirmed to be up to date (reinstalled just to be sure) - same error
Installed OpenGL Extension Viewer (6.3.7.0) - OpenGL version confirmed to be 3.1
Run "sfc /scannow" from CMD prompt (as Admin) + restart. Same error
Expected results
Cura 5.0 should run normally
Checklist of files to include
Additional information & file uploads
Note: Cura 4.13.1 runs fine
The text was updated successfully, but these errors were encountered: