On Saturday, 4 July 2026 01:14:08 CEST TJ Lindgren wrote: > Unfortunately, the app still does not open. If I launch from the app itself, > it just shuts down. If I open the app contents and run it from there I get > the following in terminal. > > tjl@TJs-Mac-mini ~ % > /Applications/LinuxSampler/qsampler.app/Contents/MacOS/qsampler ; exit; > This application failed to start because it could not find or load the Qt > platform plugin "cocoa”. > > I’m attaching the crash log as well.
So looking at your logs, the good news is that all DLLs loaded (Qt frameworks, liblscp, libgig), except: Qt's cocoa plugin. I just fixed references in the cocoa plugin as well. So please try again. > Both QT6 and QT5 are installed via > homebrew and reside in /opt/homebrew. The homebrew installation of Qt only matters for your own self-built binaries. Our automatic builds include Qt with the app bundle and should ignore local installations of Qt. /Christian _______________________________________________ Linuxsampler-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel
