Closed dardtod closed 5 years ago
@dardtod Thank you for the error report. However, the above information is not sufficient to determine the cause of the issue. What would be helpful is the Tribler logs located in your home directory. The actual location is below:
/Users/{USERNAME}/.Tribler/logs
There should be a file named tribler-core-error.log
. Could you look into it and write us here any error stacktraces present in the file.
Also, do you see an error dialog when Tribler crashes? If yes, please make sure to submit the error report. We check every submitted error report.
@xoriole Thanks you for your answer, I have found the logs file with crash-report.log
, tribler-core-error.log
, tribler-core-info.log
, tribler-gui-error.log
and tribler-gui-info.log
but all are empty exept tribler-gui-info.log
INFO 1542546497.31 init:1627 (root) init() INFO 1542546497.69 init:1627 (root) self._outSocket.error() = '2' INFO 1542546497.69 init:1627 (root) init(): returning INFO 1542546523.00 init:1627 (root) Shutting down Tribler INFO 1542546532.45 init:1627 (root) init() INFO 1542546532.66 init:1627 (root) self._outSocket.error() = '0' INFO 1542546532.66 init:1627 (root) received QLocalSocket.ConnectionRefusedError; removing server. INFO 1542546532.66 init:1627 (root) close() INFO 1542546532.66 init:1627 (root) close(): returning INFO 1542546532.66 init:1627 (root) init(): returning INFO 1542546778.27 init:1627 (root) Shutting down Tribler INFO 1542546784.14 init:1627 (root) init() INFO 1542546784.32 init:1627 (root) self._outSocket.error() = '0' INFO 1542546784.32 init:1627 (root) received QLocalSocket.ConnectionRefusedError; removing server. INFO 1542546784.32 init:1627 (root) close() INFO 1542546784.32 init:1627 (root) close(): returning INFO 1542546784.32 init:1627 (root) init(): returning INFO 1542547038.17 init:1627 (root) Shutting down Tribler INFO 1542547528.65 init:1627 (root) init() INFO 1542547528.82 init:1627 (root) self._outSocket.error() = '0' INFO 1542547528.82 init:1627 (root) received QLocalSocket.ConnectionRefusedError; removing server. INFO 1542547528.82 init:1627 (root) close() INFO 1542547528.82 init:1627 (root) close(): returning INFO 1542547528.82 init:1627 (root) init(): returning INFO 1542548551.61 init:1627 (root) Shutting down Tribler INFO 1542549333.98 init:1627 (root) init() INFO 1542549334.16 init:1627 (root) self._outSocket.error() = '0' INFO 1542549334.16 init:1627 (root) received QLocalSocket.ConnectionRefusedError; removing server. INFO 1542549334.16 init:1627 (root) close() INFO 1542549334.16 init:1627 (root) close(): returning INFO 1542549334.16 init:1627 (root) init(): returning INFO 1542549344.12 init:1627 (root) Shutting down Tribler INFO 1542549625.79 init:1627 (root) init() INFO 1542549625.97 init:1627 (root) self._outSocket.error() = '0' INFO 1542549625.97 init:1627 (root) received QLocalSocket.ConnectionRefusedError; removing server. INFO 1542549625.97 init:1627 (root) close() INFO 1542549625.97 init:1627 (root) close(): returning INFO 1542549625.97 init:1627 (root) init(): returning INFO 1542555648.86 init:1627 (root) Shutting down Tribler INFO 1542636147.57 init:1627 (root) init() INFO 1542636147.81 init:1627 (root) self._outSocket.error() = '2' INFO 1542636147.81 init:1627 (root) init(): returning INFO 1542636169.11 init:1627 (root) Shutting down Tribler
Thank's
@dardtod Thank you for the quick response. Unfortunately, the above logs are still not helpful to find out what's wrong. Could you check if Tribler Core process is running? For that, you can simply put the following URL in the browser after you start Tribler and let us know if it shows any response.
@xoriole Safari say to me they can't connect with http://localhost:8085/events.
@dardtod Is it a first time install or an upgrade from the previous version?
Incase it is an upgrade, could you try removing Tribler state directory /Users/{USERNAME}/.Tribler
and running Tribler again? Let us know if that works.
Also, make sure to keep a backup of the directory before removing.
@xoriole It's a first install. I have try to remove .Tribler
and running Tribler but he quit unexpectedly. And the tribler-core-error.log
is empty.
If you want, I can download TeamViewer.
We'll create a MacOS debug build for you to test so we can have a better understanding of the issue. Please stay patient.
Ok no problem, thank you very much :)
@dardtod We just released Tribler v7.1.3 with optional debug options. Could you try to install this release and let us know if it works? https://github.com/Tribler/tribler/releases/tag/v7.1.3
In case it fails again, please run with exception tracing with the following command
/Applications/Tribler.app/Contents/MacOS/tribler --trace-exception
It will log execeptions to the following files: gui-exceptions.log
and core-execeptions.log
created inside /Users/{USERNAME}/.Tribler/logs
which will be useful in debugging the issue.
@xoriole I have download only Tribler-7.1.3.dmg
in https://github.com/Tribler/tribler/releases/tag/v7.1.3 (I don't no if you want I download other file MD5.txt.asc
, SHA1.txt.asc
?)
After the installation, Tribler fail again but I have make /Applications/Tribler.app/Contents/MacOS/tribler --trace-exception
and I have gui-exceptions.log
but no core-execeptions.log
.
In the gui-exceptions.log
I have :
[1543343915.57] Exception: TriblerGUI/core_manager.py, line 9 ReactorAlreadyInstalledError reactor already installed File "TriblerGUI/core_manager.py", line 9, in
File "twisted/internet/selectreactor.py", line 198, in install File "twisted/internet/main.py", line 32, in installReactor [1543343920.79] Exception: TriblerGUI/vlc.py, line 281 KeyError (<TriblerGUI.vlc.MediaPlayer object at 0x1120a9750>,) File "TriblerGUI/vlc.py", line 281, in call
@dardtod Tribler-7.1.3.dmg
is the right file and you followed the instruction well. From the logs, we see two possible suspects VLC and Twisted which are two of our dependencies. We'll investigate more on this.
Also, we added another flag called --trace-debug
in this release which logs more detailed execution information. Could you run Tribler with the following command?
/Applications/Tribler.app/Contents/MacOS/tribler --trace-debug
It will log debug information to the following files: gui-debug.log
and core-debug.log
inside /Users/{USERNAME}/.Tribler/logs. Since the error seems to be in the GUI, core file may not be present again. It will be useful to us if you could post last 10+ lines of gui-debug.log
.
@xoriole I have lunch Tribler with /Applications/Tribler.app/Contents/MacOS/tribler --trace-debug
and the last lines in the gui-debug.log
(core-debug.log
are not present) are :
[1543348444.09] TriblerGUI/tribler_request_manager.py:set_reply_handle, line 234 called from TriblerGUI/tribler_request_manager.py, line 209 [1543348444.09] threading.py:release, line 187 called from TriblerGUI/tribler_request_manager.py, line 87 [1543348444.09] TriblerGUI/tribler_request_manager.py:
, line 388 called from run_tribler.py, line 129 [1543348444.09] TriblerGUI/tribler_request_manager.py:reply_callback, line 252 called from TriblerGUI/tribler_request_manager.py, line 388 [1543348444.09] TriblerGUI/tribler_request_manager.py:on_finished, line 281 called from TriblerGUI/tribler_request_manager.py, line 254 [1543348444.09] TriblerGUI/tribler_request_manager.py:parse_queue, line 50 called from TriblerGUI/tribler_request_manager.py, line 283 [1543348444.09] threading.py:acquire, line 147 called from TriblerGUI/tribler_request_manager.py, line 54 [1543348444.09] threading.py:release, line 187 called from TriblerGUI/tribler_request_manager.py, line 87 [1543348444.09] TriblerGUI/core_manager.py:on_received_state, line 100 called from TriblerGUI/tribler_request_manager.py, line 286 [1543348444.12] TriblerGUI/widgets/videoplayerpage.py:eventFilter, line 243 called from run_tribler.py, line 129 [1543348444.12] TriblerGUI/widgets/videoplayerpage.py:eventFilter, line 243 called from run_tribler.py, line 129 [1543348444.12] TriblerGUI/core_manager.py:check_stopped, line 54 called from run_tribler.py, line 129 [1543348444.12] subprocess.py:poll, line 802 called from TriblerGUI/core_manager.py, line 64 [1543348444.12] TriblerGUI/core_manager.py:on_finished, line 129 called from TriblerGUI/core_manager.py, line 66 [1543348444.12] logging/init.py:info, line 1621 called from run_tribler.py, line 139
I am having the same issues, for v7.1.3 on OSX 10.12.6 . loading then 'unexpected error'
Interesting, the last line executed is:
For some reason Tribler got a shutdown signal, meaning either:
a. The Core instantly crashed. Probably on module loading. b. The GUI crashed before it even created the Core. [unlikely]
We could redirect the output streams of the Popen
to the current stdout
and stderr
here:
⏬
subprocess.Popen([sys.executable] + core_args, env=core_env, stdout=sys.stdout, stderr=sys.stderr)
At least that would give us some sort of message.
INFO 1543489237.43 init:1627 (root) init() INFO 1543489238.80 init:1627 (root) self._outSocket.error() = '0' INFO 1543489238.80 init:1627 (root) received QLocalSocket.ConnectionRefusedError; removing server. INFO 1543489238.80 init:1627 (root) close() INFO 1543489238.80 init:1627 (root) close(): returning INFO 1543489238.81 init:1627 (root) init(): returning INFO 1543489375.09 init:1627 (root) Shutting down Tribler INFO 1543490531.10 init:1627 (root) init() INFO 1543490531.99 init:1627 (root) self._outSocket.error() = '0' INFO 1543490531.99 init:1627 (root) received QLocalSocket.ConnectionRefusedError; removing server. INFO 1543490531.99 init:1627 (root) close() INFO 1543490531.99 init:1627 (root) close(): returning INFO 1543490532.04 init:1627 (root) init(): returning INFO 1543491454.98 init:1627 (root) Shutting down Tribler
im following this process step by step and getting same results I dont know what I am doing, i am not a programmer but I am reading this.
2018-11-29 05:25:13.109 tribler[1466:81170] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
@Deemattic @dardtod Could you try this custom build? https://jenkins-ci.tribler.org/job/pers/job/Build-Tribler_Mac_Custom/30/
dfn$ /Applications/Tribler.app/Contents/MacOS/tribler
INFO 1543580120.16 init:1627 (root) init() INFO 1543580120.49 init:1627 (root) self._outSocket.error() = '0' INFO 1543580120.49 init:1627 (root) received QLocalSocket.ConnectionRefusedError; removing server. INFO 1543580120.49 init:1627 (root) close() INFO 1543580120.49 init:1627 (root) close(): returning INFO 1543580120.50 init:1627 (root) init(): returning INFO 1543580121.49 vlc:244 (TriblerGUI.vlc) VLC libs not found/bundled. Trying from system library path. INFO 1543580121.87 event_request_manager:151 (TriblerGUI) Will connect to events endpoint 2018-11-30 05:15:21.936 tribler[3690:267553] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'. INFO 1543580121.97 event_request_manager:53 (TriblerGUI) Got Tribler core error: 1 INFO 1543580154.63 init:1627 (root) Shutting down Tribler dfn$ dfn$
So, I the consol viewer , I cleared the system log, and ran the app again and these came up
Nov 30 05:31:22 Talksin com.apple.xpc.launchd[1] (com.apple.quicklook[3782]): Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.quicklook Nov 30 05:31:36 Talksin com.apple.xpc.launchd[1] (com.apple.ReportCrash[3788]): Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.ReportCrash Nov 30 05:31:37 Talksin com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.pid.tribler.3784): Could not resolve origin of domain. XPC services in this domain's bundle will not be bootstrapped: error = 107: Malformed bundle, taint = missing executable
@Deemattic From the logs, I see that Tribler still did not find the bundled VLC libraries.
INFO 1543580121.49 vlc:244 (TriblerGUI.vlc) VLC libs not found/bundled. Trying from system library path.
At least, VLC issue should be fixed with the latest build. Would you like to try? https://jenkins-ci.tribler.org/job/pers/job/Build-Tribler_Mac_Custom/33/
Nov 30 05:31:37 Talksin com.apple.xpc.launchd[1] (com.apple.xpc.launchd.domain.pid.tribler.3784): Could not resolve origin of domain. XPC services in this domain's bundle will not be bootstrapped: error = 107: Malformed bundle, taint = missing executable
Not sure if this is causing this issue. This is probably just a warning that this build is not signed.
@xoriole I have try https://jenkins-ci.tribler.org/job/pers/job/Build-Tribler_Mac_Custom/30/ and https://jenkins-ci.tribler.org/job/pers/job/Build-Tribler_Mac_Custom/33/ but all the time is the same issue.
Thnx for trying out our builds! Could we print the VLC paths that are searched as extra debug info?
Sorry but I don't have understand what as you want, can you explain to me with more details please ?
still not working, perhaps this is why I get ripped on for using a mac : /
Thnx for trying out our builds! Could we print the VLC paths that are searched as extra debug info?
So, what I do is open the program with console(app) running, then I filter (search) tribler in order by time and follow the path. ... it searches the tribler folder... but not for the vlc content (i dont think) it says its missing a signature... please forgive me I am a construction worker so i am new to this.
I will try to print off the logs of the tribler activity and post it. its quite long tho
@Deemattic No worries. We'll create another build with the custom options as @synctext suggested.
Have tried the new test build, but still have the same issue, with no change in any way :(
Do you guys perhaps have some sort of virus scanners running?
Fairly vanilla install for me, I have XCode and associated dev tools, but no 'security' stuff other than the typical OS, I don't even have the firewall enabled. Third party apps include a few normal dev tools like Transmit, various IDEs.
@qstokkink I don't have any sort of virus scanners.
apple might have upped its security on all versions of OSX with regards to 'non-trusted apps' but I am not sure if that is causing the problem.
Apparently @xoriole is running the same OS version as you are, so that shouldn't be an issue. We'll keep on looking.
I am actually trying this on two versions, I have an imac and an MacPro ... Osx 10.12.6 and osx 10.14.1
both returned this security message.
assessment denied for .app com.apple.message.domain: com.apple.security.assessment.outcome2 com.apple.message.signature2: bundle:nl.tudelft.tribler com.apple.message.signature3: .app com.apple.message.signature5: 7.1.3 com.apple.message.signature4: 1 com.apple.message.signature: denied:no usable signature SenderMachUUID: A831826F-B966-32EB-B920-0CC580676B23
Of course finding that message took some digging tho
@Deemattic does Tribler work after bypassing the gatekeeper?
I just tried, and it didn't help me... Not sure if this is any hope, but when I run from terminal, these are the errors I'm now getting...
Fontconfig warning: FcPattern object weight does not accept value [0.5 215) INFO 1543849420.07 init:1627 (root) init() INFO 1543849420.26 init:1627 (root) self._outSocket.error() = '0' INFO 1543849420.26 init:1627 (root) received QLocalSocket.ConnectionRefusedError; removing server. INFO 1543849420.26 init:1627 (root) close() INFO 1543849420.26 init:1627 (root) close(): returning INFO 1543849420.26 init:1627 (root) init(): returning INFO 1543849420.92 vlc:244 (TriblerGUI.vlc) VLC libs not found/bundled. Trying from system library path. INFO 1543849421.23 event_request_manager:151 (TriblerGUI) Will connect to events endpoint 2018-12-03 15:03:41.287 tribler[42340:14384403] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'. INFO 1543849421.31 event_request_manager:53 (TriblerGUI) Got Tribler core error: 1
INFO 1543849420.92 vlc:244 (TriblerGUI.vlc) VLC libs not found/bundled. Trying from system library path.
Was it build 33 that you tried? VLC issue should have been resolved with that build. https://jenkins-ci.tribler.org/job/pers/job/Build-Tribler_Mac_Custom/33/
It should have been, but have just re-downloaded again to be sure, and I now get this instead...
Fontconfig warning: FcPattern object width does not accept value [1 1000) INFO 1543850037.67 init:1627 (root) init() INFO 1543850037.89 init:1627 (root) self._outSocket.error() = '0' INFO 1543850037.89 init:1627 (root) received QLocalSocket.ConnectionRefusedError; removing server. INFO 1543850037.89 init:1627 (root) close() INFO 1543850037.89 init:1627 (root) close(): returning INFO 1543850037.89 init:1627 (root) init(): returning INFO 1543850038.64 vlc:233 (TriblerGUI.vlc) Loading VLC dylibs from /Applications/Tribler.app/Contents/MacOS/vlc/ [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libtospdif_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libddummy_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libtaglib_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/liblibass_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libspeex_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libi420_rgb_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libmarq_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libugly_resampler_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/librawvideo_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libfreetype_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libi420_rgb_mmx_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libscreen_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libadummy_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libmosaic_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libaccess_concat_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libasf_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libpng_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libstream_out_autodel_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libpsychedelic_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libdolby_surround_decoder_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libequalizer_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libmux_ps_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libi420_10_p010_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libaes3_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libi422_yuy2_sse2_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libnormvol_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libstream_out_dummy_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libscaletempo_pitch_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libinteger_mixer_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libxa_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libaccess_srt_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libi420_yuy2_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libvideotoolbox_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libcroppadd_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libvoc_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libscte27_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libnoseek_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libaccess_output_file_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libvout_macosx_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libstream_out_gather_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libflaschen_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libmux_ts_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libavcodec_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libedgedetection_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libaddonsvorepository_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libcaopengllayer_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libedummy_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libbonjour_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libcache_read_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libblendbench_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libinvert_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libvc1_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libdcp_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libfolder_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libstream_out_record_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libpacketizer_mlp_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libavcapture_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libvdr_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libfaad_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libdecomp_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/liba52_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libvobsub_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libsecuretransport_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libfreeze_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libpacketizer_copy_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libscene_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libupnp_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libposterize_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libsubsdec_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libgestures_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libgnutls_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libstream_out_transcode_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libimage_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libvmem_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libstream_out_stats_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libsatip_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libaccess_output_dummy_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libwav_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libsamplerate_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/liblpcm_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libchorus_flanger_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libmux_mpjpeg_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libhotkeys_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libdvdnav_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libhqdn3d_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libmirror_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libflac_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libcaf_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libaudio_format_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libsmf_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libspatializer_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libanaglyph_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libi420_yuy2_mmx_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libsap_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libmono_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libmediadirs_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libnuv_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libalphamask_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libstereo_widen_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libtwolame_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libsepia_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libaccess_output_udp_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libmux_mp4_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libaudiobargraph_a_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/librawdv_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libstream_out_description_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libglconv_cvpx_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libt140_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libmux_ogg_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libstream_out_setid_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libstream_out_cycle_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libtextst_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libi422_yuy2_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libmotiondetect_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libaccess_output_livehttp_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libi420_yuy2_sse2_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libwave_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libpacketizer_dirac_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libfps_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libwebvtt_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libhttps_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libball_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libpva_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libvisual_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libi422_yuy2_mmx_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/liblogo_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libdiracsys_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libfingerprinter_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libcvdsub_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libsharpen_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libfile_keystore_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libclone_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libgaussianblur_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libavi_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/librtp_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libmemory_keystore_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libyuy2_i420_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libstream_out_chromaprint_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libsubsusf_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libdvbsub_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libkaraoke_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libmotionblur_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libpacketizer_flac_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libripple_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libpacketizer_h264_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libwall_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libsftp_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libcanvas_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/librawvid_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libstream_out_display_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libaccess_imem_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libblend_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libvod_rtsp_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libi420_nv12_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libauhal_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libpuzzle_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libstream_out_delay_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libattachment_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libnfs_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libgme_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libexport_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libskiptags_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libantiflicker_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/liblogger_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libfloat_mixer_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libstream_out_es_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libxml_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libaudioscrobbler_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libdemux_chromecast_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libplaylist_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libgradient_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libpacketizer_mpegaudio_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libsubtitle_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libmux_wav_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libmad_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libreal_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libtransform_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libopus_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libtcp_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libnsspeechsynthesizer_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libudp_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libnsv_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libpacketizer_vc1_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libdca_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libmpgv_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libstl_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libaddonsfsstorage_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libcdg_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libtrivial_channel_mixer_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libyuy2_i422_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/librtpvideo_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libstats_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libmotion_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libpacketizer_dts_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libhds_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libmkv_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libcolorthres_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libheadphone_channel_mixer_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libmjpeg_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libtimecode_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libaccess_output_http_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libgain_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libmpc_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libaccess_output_shout_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libzvbi_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/librotate_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libremoteosd_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libkeychain_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libcc_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libx265_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libftp_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libpostproc_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libconsole_logger_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libstream_out_rtp_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libbluescreen_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libgrain_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/librawaud_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libmpg123_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libpacketizer_a52_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/librss_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libaccess_output_srt_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libspudec_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libarchive_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libdvdread_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libty_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libi422_i420_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libvpx_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libprefetch_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libadjust_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libdummy_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libtdummy_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libgoom_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libpodcast_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libmux_dummy_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libvhs_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libinflate_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libsid_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libgrey_yuv_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libmux_asf_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libdemuxdump_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/liblua_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libtheora_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libsdp_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libvorbis_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libcvpx_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libspdif_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/liboldrc_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libscte18_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libci_filters_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libsvcdsub_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libaraw_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libvcd_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libchain_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libpacketizer_mpegvideo_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libscale_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libcompressor_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libx264_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libaccess_realrtsp_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libcache_block_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libadpcm_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libyuvp_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libgradfun_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libcdda_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/liboldmovie_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libparam_eq_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libaiff_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libidummy_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libhttp_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/librv32_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libaudiotoolboxmidi_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libes_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libjpeg_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libnetsync_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libfilesystem_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libstream_out_bridge_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libkate_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libaribsub_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libps_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/liberase_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libadaptive_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/librecord_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libstream_out_standard_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libsubstx3g_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libdeinterlace_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libuleaddvaudio_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libadf_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libschroedinger_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libmux_avi_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libdemux_cdg_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libimem_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/liblibbluray_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libtelx_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libdemux_stl_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libts_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libextract_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libpacketizer_mpeg4audio_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libremap_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libaudiobargraph_v_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libpacketizer_hevc_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libfile_logger_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libtta_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libdirectory_demux_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libspatialaudio_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libsimple_channel_mixer_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libh26x_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libg711_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/liblive555_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libttml_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libvdummy_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/liblibmpeg2_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libogg_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libau_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libnsc_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libyuv_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libafile_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libstream_out_mosaic_bridge_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libmp4_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libi420_rgb_sse2_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/liboggspots_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libpacketizer_mpeg4video_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libncurses_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libdynamicoverlay_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libshm_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libstream_out_chromecast_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libflacsys_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libaccess_mms_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libmod_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libscaletempo_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libsyslog_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libmagnify_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libstream_out_duplicate_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libsubsdelay_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libswscale_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libamem_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libstream_out_smem_plugin.dylib [00007ff796167270] main libvlc error: stale plugins cache: modified /Applications/Tribler.app/Contents/MacOS/vlc/plugins/libspeex_resampler_plugin.dylib INFO 1543850043.10 event_request_manager:151 (TriblerGUI) Will connect to events endpoint 2018-12-03 15:14:03.147 tribler[42454:14432676] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'. INFO 1543850043.17 event_request_manager:53 (TriblerGUI) Got Tribler core error: 1
@xoriole No, tribler still didnt work, although i checked and it was quarantined
If the com.apple.quarantine attribute is associated with the application, you should see the following output:
computername:Applications username$ xattr /Applications/Tribler.app com.apple.quarantine computername:Applications username$
To remove the quarantine attribute, you would then run the following command: sudo xattr -r -d com.apple.quarantine /Applications/Tribler.app
It is still not working tho, after that.
I am trying to find a way to bypassing the code signature
because I do believe that is the problem
assessment denied for .app com.apple.message.domain: com.apple.security.assessment.outcome2 com.apple.message.signature2: bundle:nl.tudelft.tribler com.apple.message.signature3: .app com.apple.message.signature5: 7.1.3 com.apple.message.signature4: 1 com.apple.message.signature: denied:no usable signature SenderMachUUID: A831826F-B966-32EB-B920-0CC580676B23
-- Also
don't forget ;regarding CFBundleDocumentTypes the "CFBundleTypeRole" ... This key specifies the app’s role with respect to the type. The value can be Editor, Viewer, Shell, or None. This key is required. ^^ that still needs to be fixed;
It is soo typical of apple to pull this crap. I would bet the farm they want you to pay for a signature , if else they are blocking it. so the hell with it. mac users can run ubuntu or triblers lunix release inside of vitural box if they want. I don't promote extortionist that operate like this. it should be a simple bypass. but like itunes. they wont let it be simple,
Why ohh why Do it stick up for apple? i dunno
I would like to note that; back when version 7.0(tribler) came out, it worked alright periodically . I did move 40+ gigs up and down with that release. Anyway.. I got it (7.1.3) installed on a linux distro for now , keep me posted.
@dardtod @Deemattic thanks for helping us! I'm also using Mac but I'm unable to reproduce what you are experiencing. I will go through the logs and check whether there's something interesting that can helps us to debug this. Also, I could try to sign a .app bundle with my Apple Developer account.
I will escalate this issue to 'high priority' since it's affecting multiple Mac users.
@dardtod @Deemattic Could you try this latest build? https://jenkins-ci.tribler.org/job/pers/job/Build-Tribler_Mac_Custom/34/
Here we want to test if the issue is related to GUI only or to Core as well. To find out, after installation please run this command in terminal
/Applications/Tribler.app/Contents/MacOS/tribler --headless
It should show some logs in the Terminal. Now open the following URLs in a browser:
http://localhost:8085/state
http://localhost:8085/events
If the core is running well, it should show some JSON output.
do you mean " open /Applications/Tribler.app/Contents/MacOS/tribler --header" ? cuz, "run" isn't a terminal command.
and, if enter "/Applications/Tribler.app/Contents/MacOS/tribler --headless" without a command;
terminal returns "Illegal instruction: 4" and the crash window appears
the two urls above refuse connection
@Deemattic Thank you for trying out the latest build with --headless
flag.
By running the command in terminal, I meant copy/paste and press Enter/Return. You did it right.
As you wrote in the comment, it returned Illegal instruction: 4
, that is interesting to know. This indicates an unknown issue with running the core in MacOS.
To trace the execution process line-by-line, we have --trace-debug
flag.
So it would be great if you could you run the following command in the Terminal again and attach core-debug.log
file here. The file will be in /Users/{USERNAME}/.Tribler/logs/
it exists.
/Applications/Tribler.app/Contents/MacOS/tribler --headless --trace-debug
@xoriole I have try https://jenkins-ci.tribler.org/job/pers/job/Build-Tribler_Mac_Custom/34/ build, I have "Illegal instruction: 4" too and the urls don't connect.
After /Applications/Tribler.app/Contents/MacOS/tribler --headless --trace-debug
, "Illegal instruction: 4" and the core-debug.log
don't exist in /Users/{USERNAME}/.Tribler/logs/
.
I am gettting the same results, the apple crash info is directing me to a problem with the " dylib" s
Looking at the Console.app logs, I noticed the following log which could be the cause of the crash:
12/10/18 9:24:44.758 AM NotificationCenter[263]: There was an error parsing the Info.plist for the bundle at URL Contents/Info.plist -- file:///Users/tribler/Downloads/Tribler.app/
The data couldn’t be read because it isn’t in the correct format.
<CFBasicHash 0x60000007ec40 [0x7fff74221ed0]>{type = immutable dict, count = 2,
entries =>
0 : <CFString 0x7fff741ec660 [0x7fff74221ed0]>{contents = "NSDebugDescription"} = <CFString 0x60000007d780 [0x7fff74221ed0]>{contents = "Found non-key inside <dict> at line 60"}
1 : <CFString 0x7fff741f96c0 [0x7fff74221ed0]>{contents = "kCFPropertyListOldStyleParsingError"} = Error Domain=NSCocoaErrorDomain Code=3840 "The data couldn’t be read because it isn’t in the correct format." (Malformed data byte group at line 1; invalid hex) UserInfo=0x60000007dc00 {NSDebugDescription=Malformed data byte group at line 1; invalid hex}
}
12/10/18 9:24:46.179 AM com.apple.xpc.launchd[1]: (com.apple.xpc.launchd.domain.pid.tribler.77075) Could not resolve origin of domain. XPC services in this domain's bundle will not be bootstrapped: error = 107: Malformed bundle, taint = missing executable
After fixing this issue, I'll create a new build to test.
Hi everybody, sorry for m'y English, I'm not very good (I'm French). I have download and install Tribler 7.1.2 but "Tribler quit unexpectedly" and after I have a black window with "Loading" and two rotate gear. If I try to import a Torrent in the top tool bar : "Tribler settings is not available yet. Fetching it now. Please try again later." Thank's and if you want other details, say to me.
I give to you the error :