kolobezka
Member
- Apr 13, 2018
- 319
- 257
- 93
Thanks, it seems to me like a linking error. By the way, linux player requires obsolette libpng1.2 library, which is not officially attached to exported game, so players are usually forced to do nasty stuff with their distros :-DThe command is "otool -L". There's no difference between the 2.
There's another thing to look at. You can set some environment variables, and the dynamic loader will print diagnostics. Up until the failure, the two are identical.
Working:
dyld: loaded: /usr/lib/libbz2.1.0.dylib
dyld: loaded: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
Failing:
dyld: loaded: /usr/lib/libbz2.1.0.dylib
dyld: Library not loaded: /usr/local/opt/libpng/lib/libpng16.16.dylib
Referenced from: /Users/xxxxx/Desktop/torrents/willy d/w 032.app/Contents/MacOS/./Visionaire Player
Reason: image not found