-
Notifications
You must be signed in to change notification settings - Fork 10
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
Critical Error - Open GL component is disabled. #77
Comments
Duplicate of: #54
Until then, you are unable to use the If you are not on an Apple device, please post your system info. So far, everytime this has occurred it has always been one of the newer macs though |
The error remains on both a Linux box and Win 11 machine. On first execution on the Win 11 machine I get And on the second execution (julia.exe:22664): mousetrap-CRITICAL **: 11:13:53.570: In RenderArea(): trying to instantiate RenderArea, but the OpenGL component is disabled. One the Linux machine I get the error when executing The Win 11 machine has the 'Intel(R) UHC Graphics 630' hardware. Ubuntu has a '3rd Gen Core processor graphics controller' I am guessing it is a hardware issue? |
It's usually a diver issue, but it may also be a hardware issue, though I have never encountered this on Windows before. What version of ubuntu are you using, also do you have all OpenGL drivers installed? The apt package is called mesa-dev I think. |
The error persists on both Ubuntu and Win 11 . Win 11 gives (julia.exe:31760): mousetrap-CRITICAL **: 18:20:09.972: In RenderArea(): trying to instantiate RenderArea, but the OpenGL component is disabled. For Ubuntu I installed OpenGL via The current error message is: (process:21599): mousetrap-WARNING **: 20:32:39.504: In gdk_window_create_gl_context:Failed to create EGL display (process:21599): mousetrap-CRITICAL **: 20:32:39.504: In initialize_opengl: Unable to create global OpenGL context, disabling the Closest candidates are: Stacktrace: julia> using Mousetrap (process:18750): mousetrap-WARNING **: 20:33:15.791: In gdk_window_create_gl_context:Failed to create EGL display (process:18750): mousetrap-CRITICAL **: 20:33:15.791: In initialize_opengl: Unable to create global OpenGL context, disabling the julia> render_area = RenderArea() (process:18750): mousetrap-CRITICAL **: 20:33:28.276: In RenderArea(): trying to instantiate RenderArea, but the OpenGL component is disabled. julia> pwd() julia> Precompiling project...
` |
FYI, I just see this warning raised in my wayland session on kde plasma. X11 session is perfectly fine with As a workaround, force gtk back to XWayland in a wayland session:
|
Hi, I have Dell laptop with Windows 1, graphic card Intel UHD 620 which uses OpenCl instead of OpenGl without administrator privileges. Is there any way around to install OpenGl or use mousetrap without OpenGl? |
In trying to run some of the examples in the manual, I came across an error that states my open GL component is disabled.
`julia> render_area = RenderArea()
(julia.exe:47448): mousetrap-CRITICAL **: 15:16:34.050: In RenderArea(): trying to instantiate RenderArea, but the OpenGL component is disabled.
RenderArea()`
The text was updated successfully, but these errors were encountered: