You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've built NicePlayer 0.98 from source on macOS High Sierra 10.13 (but using the 10.11 SDK) using MacPorts and although it builds successfully it crashes immediately upon launch:
$ /Applications/MacPorts/NicePlayer.app/Contents/MacOS/NicePlayer
objc[98173]: Class NPPluginView is implemented in both /Applications/MacPorts/NicePlayer.app/Contents/MacOS/NicePlayer (0x1092e1390) and /Applications/MacPorts/NicePlayer.app/Contents/PlugIns/DVDPlayer.nicebundle/Contents/MacOS/DVDPlayer (0x10c7c11c8). One of the two will be used. Which one is undefined.
Segmentation fault: 11
I have also tried to build and run on OS X Mountain Lion 10.8 and it does the same thing.
I am not certain if this is a problem in the source code or a problem with the way we are building it in MacPorts. I don't think we're building it in a particularly unusual way, but I have also tried your precompiled binary of 0.98 on High Sierra and it does not crash.
The text was updated successfully, but these errors were encountered:
I've built NicePlayer 0.98 from source on macOS High Sierra 10.13 (but using the 10.11 SDK) using MacPorts and although it builds successfully it crashes immediately upon launch:
The crash log begins with:
I have also tried to build and run on OS X Mountain Lion 10.8 and it does the same thing.
I am not certain if this is a problem in the source code or a problem with the way we are building it in MacPorts. I don't think we're building it in a particularly unusual way, but I have also tried your precompiled binary of 0.98 on High Sierra and it does not crash.
The text was updated successfully, but these errors were encountered: