Closed ruurdadema closed 6 years ago
I managed to get a very similar looking crash on startup.
In running inner program manually, I managed to get this:
/Users/hef/Downloads/OSCWidgets.app/Contents/MacOS/OSCWidgets ; exit; ➜ ~ /Users/hef/Downloads/OSCWidgets.app/Contents/MacOS/OSCWidgets ; exit; This application failed to start because it could not find or load the Qt platform plugin "cocoa" in "".
Reinstalling the application may fix this problem. [1] 16324 abort /Users/hef/Downloads/OSCWidgets.app/Contents/MacOS/OSCWidgets
it looks like it's trying to load the libqcocoa.dylib out of /Users/chrismizerak/Qt5.6.3/5.6.3/clang_64/plugins instead of the app's plugins folder.
I got the program to launch by doing the following: I created a OSCWidgets.app/Contents/Resources/qt.conf with the following contents:
[Paths] Plugins = Plugins
That got the OSCWidgets binary to find libqcocoa.dylib, but that failed to load due to missing QtPrintSupport.framework, so I downloaded copied qt 5.6.3's QtPrintSupport.framework into OSCWidgets.app/Contents/Frameworks
After that, the program launched and showed a GUI.
It looks like svg support also fails to load, but that's probably ignorable if OSCWidgets doesn't actually use svg support.
@ruurdadema you can try this repackaged version if you want.
Thanks all, added the missing Qt framework and bundled library mapping :)
Works! Awesome and thanks!
Software looks really interesting!
Downloaded OSCWidgets v0.7, dragged the application to my Applications folder. When starting the application the icon starts to appear for a split second in the launcher, then disappears followed by a popup: "OSCWidgets quit unexpectedly".
Here's the report: