vsariola / sointu

Fork of 4klang that can target 386, amd64 and WebAssembly. Tools run on Windows, Mac & Linux
MIT License
249 stars 17 forks source link

File ->"Open song" crashes on Mac #12

Closed esaruoho closed 3 years ago

esaruoho commented 3 years ago

could folder or open be made to work with macOS Big Sur ?:)

vsariola commented 3 years ago

Well, having no file open is not a long term solution. I'll rather try to keep on looking for a solution to fix it; might have to fork some open source golang dialog project and fix the dialogs myself.

esaruoho commented 3 years ago

changed ticket to be about no longer crashing if clicking on folder or save or open

esaruoho commented 3 years ago

still crashes on clicking Open Song, unfortunately

vsariola commented 3 years ago

I just pushed a version with completely self-implemented save/load dialogs; hopefully they work better than the "cross-platform" dialog library I was using previously.