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
As it turns out, Gtk is the source of this error. If I comment out my open_dialog_native() function call, and instead hardwire the filename into my code, the GLMakie crash goes away.
I'm posting this here because the last call before crashing seems to be glfwPlatformCreateWindow.
I'm using GLMakie, and when I call GLMakie.display(fig), it crashes with an uncaught NSInternalInconsistencyException exception.
GLMakie v0.8.11
GLFW v3.4.1
MacOS 14.0; M1 Max chip, Mac Studo
It might be related to this: https://bugs.openjdk.org/browse/JDK-8297131
The text was updated successfully, but these errors were encountered: