mpeters2
Results
23
comments of
mpeters2
When I run it in the REPL in VSCode, a print statement after SDL_Quit() prints, but then it hangs after that. Interestingly, if I run it in the debugger, it...
This one: https://github.com/JuliaLang/PackageCompiler.jl/blob/master/docs/src/devdocs/binaries_part_2.md
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...