OSX version of FamiPlayer is available here. Built and tested on my 2013 MacBook Air. Also is my first attempt at putting together a DMG so *please* let me know if the package does not work for some reason. I don't have a clean Mac [any more] to try it on...so there could be missing deps.
Thanks for the crash report, Macromaniac. It is as I suspected - the Qt framework is not packaged in the DMG. It is referencing the framework I have installed elsewhere. I'm new to Mac...can I just copy/paste the Qt framework into the DMG? Likely not...since the loader seems to be looking for it in a hardcoded location. Hm. Researching...
Thanks for the crash report, Macromaniac. It is as I suspected - the Qt framework is not packaged in the DMG. It is referencing the framework I have installed elsewhere. I'm new to Mac...can I just copy/paste the Qt framework into the DMG? Likely not...since the loader seems to be looking for it in a hardcoded location. Hm. Researching...
Have you tried using the macdeployqt command on the terminal? You can also create a dmg using this command.
Looks like you definitely referenced the Qt library to your own folders. Any way to edit out this code to my user path?
Code dump (From Terminal execution):
~$ /Volumes/FamiPlayer\ Disk\ Image/famiplayer.app/Contents/MacOS/famiplayer ; exit;
dyld: Library not loaded: /Users/christopher/Qt/5.3/clang_64/lib/QtWidgets.framework/Versions/5/QtWidgets
Referenced from: /Volumes/FamiPlayer Disk Image/famiplayer.app/Contents/MacOS/famiplayer
Reason: image not found
Trace/BPT trap: 5
logout