Linux user here. I have pulled both the 1.1.0.0 tag and the develop branch, built them and started CabbageStudio. Any time I do an action that involves a directory/file selection dialog, CabbageStudio hangs.
I initially thought it was my install of Ubuntu, so I downloaded a mini-install of 16.04 LTS, set up a build box, installed all deps, then built both branches (no errors, lots of warnings about Juce items being deprecated). Same issue, CabbageStudio hangs. This also happens when I right click->New->Instrument.
Not sure what the issue is. I did run it in gdb, it hung, and I sent SIGINT, at which point gdb displayed:
Thread 1 "CabbageStudio" received signal SIGINT, Interrupt.
0x00007ffff5a009cd in read () at ../sysdeps/unix/syscall-template.S:84
84 ../sysdeps/unix/syscall-template.S: No such file or directory.
The file tree browser on the left does not seem to have any problems though. Any ideas here? I’d love to use this on Linux.