Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global Error on macOS 10.14.6 #458

Closed
radioproektor opened this issue Sep 15, 2021 · 4 comments
Closed

Global Error on macOS 10.14.6 #458

radioproektor opened this issue Sep 15, 2021 · 4 comments
Assignees
Labels
error Error that does not appear to be related to code issue

Comments

@radioproektor
Copy link

radioproektor commented Sep 15, 2021

I got this pop-up error message window on file load:

dyld: Library not loaded: /usr/local/opt/freetype/lib/libfreetype.6.dylib
 Referenced from: /private/var/folders/ss/y_mbrf6j0_7cnxvljw_2_wv40000gn/T/AppTranslocation/5545471F-86BB-4CF3-A332-19888F0000D5/d/tsMuxerGUI.app/Contents/MacOS/tsmuxer
 Reason: image not found

Screen Shot 2021-09-15 at 11 32 01 PM

I scrolled back and randomly checked few versions and seems they all produce same pop-up window. Is it some global mistake in releases from start? Or is it just my macOS 10.14.6 system unsupported anymore?

No any problem with tsMuxeR 2.6.12 from https://www.videohelp.com/software/tsMuxeR#otherdownload
No problem with mac-nightly-2020-09-25--02-25-44 and up to mac-nightly-2020-11-17--01-21-46

@justdan96
Copy link
Owner

Please see #405

@radioproektor
Copy link
Author

If it helps here is a fix for form Selur:
https://forum.selur.net/thread-1495-post-13379.html#pid13379

Okay, I figured that out.
if you call 'oTool' it will reinstall it, it you use 'otool' it works,.. Angry

okay using:
install_name_tool -change /usr/local/opt/freetype/lib/libfreetype.6.dylib @executable_path/lib/libfreetype.6.dylib tsMuxeR
sadly did not work, it gives me:
dyld: Library not loaded: @executable_path/lib/libfreetype.6.dylib
Referenced from: /Users/selur/workspace/Hybrid/Hybrid.app/Contents/MacOS/./tsMuxeR
Reason: Incompatible library version: tsMuxeR requires version 25.0.0 or later, but libfreetype.6.dylib provides version 24.0.0
zsh: abort ./tsMuxeR
when callling tsMuxer. So a newer libfreetype is needed :/

@justdan96
Copy link
Owner

The tsMuxer binaries created through osxcross are statically linked now, so it won't look for those libraries at all. Check the binary created here: https://github.com/justdan96/tsMuxer/actions/runs/1215042189

@radioproektor
Copy link
Author

radioproektor commented Sep 16, 2021

Ok. Version from that link works well. Hope you include it as default for future Release version

@justdan96 justdan96 self-assigned this Sep 17, 2021
@justdan96 justdan96 added the error Error that does not appear to be related to code issue label Sep 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
error Error that does not appear to be related to code issue
Projects
None yet
Development

No branches or pull requests

2 participants