-
-
Notifications
You must be signed in to change notification settings - Fork 315
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
GLMakie errors in interactive mode after immediate use of a figure #4638
Comments
Does this happen every time? |
I tried around a dozen of times executing once in a new REPL, and it happened every time. I didn't yet manage to make this not to error. Executing in the same REPL for the second time crashes the interpreter on the same line with a different output.X Error: BadAccess Request Major code 150 (GLX) Request Minor code 5 () Error Serial #493 Current Serial #493 Furthermore, I also reproduced it with |
The |
In Makie's documentation I found the information that “the underlying GLFW library is not compiled with Wayland support”, so |
I am not sure, but perhaps solving #3674 would also solve this issue? |
GLMakie errors if
Figure
is used immediately after creation in interactive mode. The following pasted into the interpreter errors, what is unexpected.The following pasted to the interpreter does not error.
Error output with the stacktrace
]st -m Makie
)Makie: v0.21.16, GLMakie: v0.10.16, Julia: 1.11.1
]activate --temp; add Makie
)Platform: Arch Linux using Hyprland, installed with home-manager, and run with NixGL. GPU: AMD Ryzen 5 5600U integrated GPU.
The text was updated successfully, but these errors were encountered: