JuliaGraphics / NativeFileDialog.jl

mlabbe/nativefiledialog julia wrapper
MIT License
30 stars 0 forks source link

pick_multi_file, AssertionError #8

Open BioTurboNick opened 2 years ago

BioTurboNick commented 2 years ago

Unfortunately this was on someone else's computer, so I have a photo instead of copy-paste.

When I open the dialog, this error appears. The dialog seems to function but then returns nothing to the calling code.

20220324_124139

Suavesito-Olimpiada commented 2 years ago

I can reproduce the error on my machine (Linux), I'll look at what could be triggering the segfault.

Suavesito-Olimpiada commented 2 years ago

I think this might be caused because you have both Gtk and NativefileDialog used. I'm not qualified to properly debug this, but maybe @timholy could help us here.