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
{{ message }}
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
I get this error when calling dataFileName = open_dialog_native("Pick a file", GtkNullContainer() ), but only when I'm using the VScode debugger. If I'm not using the debugger, I do not get the crash, but I only have a 50% chance the file dialog will allow me to select a file.
As it turns out, Gtk is the source of this GLMakie crash. If I comment out my open_dialog_native() function call, and instead hardwire the filename into my code, the GLMakie crash goes away.
MacOS 14.0, M1Max chip
Gtk.jl v1.3.0
I get this error when calling
dataFileName = open_dialog_native("Pick a file", GtkNullContainer() )
, but only when I'm using the VScode debugger. If I'm not using the debugger, I do not get the crash, but I only have a 50% chance the file dialog will allow me to select a file.Edit: this sounds like #664 and #691
The text was updated successfully, but these errors were encountered: