Esxi running macos For selur - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Talk, Talk, Talk (https://forum.selur.net/forum-5.html) +--- Forum: Small Talk (https://forum.selur.net/forum-7.html) +--- Thread: Esxi running macos For selur (/thread-1495.html) Pages:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
|
RE: Esxi running macos For selur - shijan - 15.09.2021 Ok, sleep well. I will test a little bit old vs new tsMuxer... I always do clean start for every new dev. version, so it can't be old tools cache problem. Ok, i see a problem source now - tsMuxer GUI version from https://github.com/justdan96/tsMuxer/releases just don't works on my system. I got pop-up error message when i load file: dyld: Library not loaded: /usr/local/opt/freetype/lib/libfreetype.6.dylib I scrolled back and randomly checked few versions up to 2019-12-16--01-10-10.mac-nightly-2019-12-16--01-10-10 and they all same pop-up window there. Feels some global mistake in release from start. Same problem with tsMuxeR 2021-09-09 Nightly from https://www.videohelp.com/software/tsMuxeR#otherdownload No problem with tsMuxeR 2.6.12 from https://www.videohelp.com/software/tsMuxeR#otherdownload I noticed developers about this problem here: https://github.com/justdan96/tsMuxer/issues/458 RE: Esxi running macos For selur - Selur - 16.09.2021 I think I could adjust tsMuxeR to use the libfreetype that is in Hybrids lib folder,... So I just spend an two hours trying to install Xcode Command Line tools for XCode to have oTool available to check the dependencies of tsMuxeR. (oTool -L "Path to tsMuxeR") By simply trying to call oTool MacOS prompts you if you want to install the command line tools, but after installing them, closing and reopening all Terminal Windows and restarting MacOS, next time you want to call oTool, the prompt comes again,... Went to developer.apple.com where I downloaded the Command Line tools dmg and then installed the tool with the included installer,.. -> same result /usr/bin/oTool What the f...? I checked, XCode -> Preferences -> Locations and there the command line version is shown,.. running "xcode-select --install" it get Quote:xcode-select: error: command line tools are already installed, use "Software Update" to install updatesso then why does it want to install them again and again?!? Theses things are why developers are 'nerved out' by writing code for MacOS, it's always the small things that once worked and after another update something is broken and you don't get decent information on how to fix it,... Software Updates now show a new update for BigSur 11.6 may be that helps,.. Cu Selur RE: Esxi running macos For selur - Selur - 16.09.2021 Nope, updating MacOS didn't change a thing. -> I'll try to get this working,.. RE: Esxi running macos For selur - Selur - 16.09.2021 Okay, I figured that out. if you call 'oTool' it will reinstall it, it you use 'otool' it works,.. okay using: install_name_tool -change /usr/local/opt/freetype/lib/libfreetype.6.dylib @executable_path/lib/libfreetype.6.dylib tsMuxeR dyld: Library not loaded: @executable_path/lib/libfreetype.6.dylib RE: Esxi running macos For selur - shijan - 16.09.2021 Seems justdan96 fixed tsMuxer problem in other way https://github.com/justdan96/tsMuxer/issues/458#issuecomment-920830284 Quote: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 RE: Esxi running macos For selur - Selur - 16.09.2021 Nice, then I won't have to do the patching of tsMuxer in the future. Cu Selur RE: Esxi running macos For selur - shijan - 16.09.2021 It looks really funny how they release all those non-functional versions for macOS during almost 2 years and no one can't point to that mistake. Probably tsMuxer just not too popular tool on macOS RE: Esxi running macos For selur - Selur - 16.09.2021 Yup, most MacOS video editing users don't use open source or free software,.. RE: Esxi running macos For selur - shijan - 20.09.2021 Small visual bug. Duplicated 23.976 presets in menu Filtering->Speed Change RE: Esxi running macos For selur - Selur - 20.09.2021 Will fix. |