davidgiven/fluxengine

Fluxengine.app Mac version won't load libs

elosha opened this issue · 2 comments

elosha commented

Hey, sadly again it won't launch … this time the libraries are there (bundled), but they won't get loaded:

Library not loaded: @executable_path/../libs/libwx_osx_cocoau_core-3.2.0.2.2.dylib
Referenced from: /Applications/FluxEngine.localized/FluxEngine.app/Contents/MacOS/fluxengine-gui
Reason: no suitable image found. Did find:
/Applications/FluxEngine.localized/FluxEngine.app/Contents/MacOS/../libs/libwx_osx_cocoau_core-3.2.0.2.2.dylib: cannot load 'libwx_osx_cocoau_core-3.2.0.2.2.dylib' (load command 0x80000034 is unknown)
/Applications/FluxEngine.localized/FluxEngine.app/Contents/MacOS/../libs/libwx_osx_cocoau_core-3.2.0.2.2.dylib: stat() failed with errno=1
/Applications/FluxEngine.localized/FluxEngine.app/Contents/MacOS/../libs/libwx_osx_cocoau_core-3.2.0.2.2.dylib: cannot load 'libwx_osx_cocoau_core-3.2.0.2.2.dylib' (load command 0x80000034 is unknown)
/Applications/FluxEngine.localized/FluxEngine.app/Contents/MacOS/../libs/libwx_osx_cocoau_core-3.2.0.2.2.dylib: stat() failed with errno=1

I guess (load command 0x80000034 is unknown) doesn't work on older OSes.

Fluxengine.app Latest Dev Build Apr 19, 2021
MacOSX 10.13.6

10.13 is really old. Like, 2017. I'm sorry, but I don't have the capacity to build for High Sierra --- neither my development machine nor the GitHub CI system have that. If you know of a way to target old machines on modern SDKs I can give that a try but otherwise I can't do anything.

elosha commented

It was only 4 years "old" when the build was created … I would use greaseweazle if python wouldn't fuck itself up all the time.

Nevermind … I miss DOS, when running a system wouldn't require 9 different build systems and DOS meant run it on whatever you want 30 years later …