I download the lasted version, the one is on site, and my mac is full updated. So I dont know why I have this problem.
If you can help me, I apreciate. Thanks
We are migrating towards a new forum system located at community.teamspeak.com, as such this forum will become read-only on January 29, 2020
I download the lasted version, the one is on site, and my mac is full updated. So I dont know why I have this problem.
If you can help me, I apreciate. Thanks
Within Mac Application directories, the 'Resources' directory always exists with initial-caps.
However, if TeamSpeak is installed onto a Case-sensitive filesystem, then it crashes on startup with 100% reproducibility because it is looking for data in a (non-existant) 'resources' directory:
(... please note that this same error also occurs with version 3.1.5 and 3.1.6, but I was stepping backwards through recent releases to find the last working version. There have been earlier (3.1.x?) releases not affected by this bug, as I was running one prior to upgrading!)Code:$ ./MacOS/ts3client_mac Crashdump ENABLED, directory is: /Users/Stuart/Library/Application Support/TeamSpeak 3/crashdumps DUMP defined! Dumpdir is: /Users/Stuart/Library/Application Support/TeamSpeak 3/crashdumps 2017-11-22 23:26:11.267305|INFO | | |TeamSpeak 3 Client 3.1.4.2 (2017-06-28 10:01:41) 2017-11-22 23:26:11.267619|INFO | | |SystemInformation: Darwin 17.2.0 Darwin Kernel Version 17.2.0: Fri Sep 29 18:27:05 PDT 2017; root:xnu-4570.20.62~3/RELEASE_X86_64 x86_64 Binary: 64bit 2017-11-22 23:26:11.320648|INFO |ClientUI | |OpenGL Info: LibGL, Vendor: ATI Technologies Inc., Renderer: AMD Radeon HD - FirePro D700 OpenGL Engine, Version: 2.1 ATI-1.58.32 2017-11-22 23:26:11.340351|INFO |Addons | |Checking for addon updates... 2017-11-22 23:26:11.809835|INFO |SyncImpl | |Creating default config in local storage 2017-11-22 23:26:11.988701|INFO | | |*** Time [MAINWINDOW]: 520 2017-11-22 23:26:11.988799|INFO | | |*** Time [INIT]: 520 2017-11-22 23:26:11.989160|DEVELOP |ClientUI | |Notifications init: Soundpack path: /Users/Stuart/Applications/TeamSpeak 3 Client.app/Contents/SharedSupport/sound/default 2017-11-22 23:26:13.864771|INFO |ClientUI | |Qt version: 5.6.1 2017-11-22 23:26:13.864874|INFO |ClientUI | |Using configuration location: /Users/Stuart/Library/Application Support/TeamSpeak 3/settings.db 2017-11-22 23:26:14.016859|INFO |Bookmarks | |Collecting autoconnect bookmarks 2017-11-22 23:26:14.017465|INFO |ClientUI | |Last update check was: Wed Nov 22 23:22:43 2017 Qt WebEngine ICU data not found at /Users/Stuart/Applications/TeamSpeak 3 Client.app/Contents/resources. Trying parent directory... Qt WebEngine ICU data not found at /Users/Stuart/Applications/TeamSpeak 3 Client.app/Contents. Trying application directory... Qt WebEngine ICU data not found at /Users/Stuart/Applications/TeamSpeak 3 Client.app/Contents/MacOS. Trying fallback directory... The application MAY NOT work. Installed Qt WebEngine locales directory not found at location /Users/Stuart/Applications/TeamSpeak 3 Client.app/Contents/translations/qtwebengine_locales. Trying application directory... Qt WebEngine locales directory not found at location /Users/Stuart/Applications/TeamSpeak 3 Client.app/Contents/MacOS/qtwebengine_locales. Trying fallback directory... Translations MAY NOT not be correct. [1122/232614:FATAL:content_main_runner.cc(735)] Check failed: base::i18n::InitializeICU(). Starting Error Reporter: /var/folders/z7/t20rykbd5x9d0w80j328zt_00000gn/T/error_report.sh
P.S. If TeamSpeak is upgraded in-place rather than by manually downloading the new version, the application's signature is reported to no longer be valid by v4.x of the LittleSnitch firewall.
Last edited by dante696; November 23rd, 2017 at 08:19 AM. Reason: merged
same here on High Sierra in case sensitive FS
the symlink workground works. the problem is want to found 'resources' directory instead of 'Resources' like the app provide
Code:└───╼ ./ts3client_mac Crashdump ENABLED, directory is: /Volumes/Home/Hakintoch/Library/Application Support/TeamSpeak 3/crashdumps DUMP defined! Dumpdir is: /Volumes/Home/Hakintoch/Library/Application Support/TeamSpeak 3/crashdumps 2017-11-26 16:37:24.239690|INFO | | |TeamSpeak 3 Client 3.1.6 (2017-08-16 08:59:43) 2017-11-26 16:37:24.240052|INFO | | |SystemInformation: Darwin 17.2.0 Darwin Kernel Version 17.2.0: Fri Sep 29 18:27:05 PDT 2017; root:xnu-4570.20.62~3/RELEASE_X86_64 x86_64 Binary: 64bit 2017-11-26 16:37:24.344828|INFO |ClientUI | |OpenGL Info: LibGL, Vendor: NVIDIA Corporation, Renderer: NVIDIA GeForce GTX 770 OpenGL Engine, Version: 2.1 NVIDIA-10.27.6 378.10.10.10.20.107 2017-11-26 16:37:24.388481|INFO |Addons | |Checking for addon updates... 2017-11-26 16:37:24.391997|INFO |Plugins | |Loading plugin: libclientquery_plugin_mac.dylib 2017-11-26 16:37:24.429436|INFO |Query | |listening on 127.0.0.1:25639 2017-11-26 16:37:25.492782|INFO |SyncImpl | |Creating default config in local storage ClientQueryPlugin: currentServerConnectionChanged 1 (0) 2017-11-26 16:37:25.706085|INFO | | |*** Time [MAINWINDOW]: 1202 2017-11-26 16:37:25.706202|INFO | | |*** Time [INIT]: 1203 2017-11-26 16:37:25.706703|DEVELOP |ClientUI | |Notifications init: Soundpack path: /Applications/TeamSpeak 3 Client.app/Contents/SharedSupport/sound/default 2017-11-26 16:37:26.268859|INFO |ClientUI | |Qt version: 5.6.2 2017-11-26 16:37:26.268977|INFO |ClientUI | |Using configuration location: /Volumes/Home/Hakintoch/Library/Application Support/TeamSpeak 3/settings.db 2017-11-26 16:37:26.466188|INFO |Bookmarks | |Collecting autoconnect bookmarks 2017-11-26 16:37:26.467508|INFO |ClientUI | |Last update check was: dom nov 26 16:36:02 2017 Qt WebEngine ICU data not found at /Applications/TeamSpeak 3 Client.app/Contents/resources. Trying parent directory... Qt WebEngine ICU data not found at /Applications/TeamSpeak 3 Client.app/Contents. Trying application directory... Qt WebEngine ICU data not found at /Applications/TeamSpeak 3 Client.app/Contents/MacOS. Trying fallback directory... The application MAY NOT work. Installed Qt WebEngine locales directory not found at location /Applications/TeamSpeak 3 Client.app/Contents/translations/qtwebengine_locales. Trying application directory... Qt WebEngine locales directory not found at location /Applications/TeamSpeak 3 Client.app/Contents/MacOS/qtwebengine_locales. Trying fallback directory... Translations MAY NOT not be correct. [1126/173726:FATAL:content_main_runner.cc(735)] Check failed: base::i18n::InitializeICU(). Starting Error Reporter: /var/folders/xg/1v6_p38956l315rdkt_s1b340000gn/T/error_report.sh
seems fixed in 3.7.0
There is no fix yet in client 3.1.7
Last edited by dante696; January 23rd, 2018 at 08:25 PM.
When sending me private messages: Please make sure to include reference link to your forum thread or post.
TeamSpeak FAQ || What should i report, when i open a client thread?
nope, is not fixed. broken again when open the preferences:
Code:Qt WebEngine ICU data not found at /Applications/TeamSpeak 3 Client.app/Contents/resources. Trying parent directory... Qt WebEngine ICU data not found at /Applications/TeamSpeak 3 Client.app/Contents. Trying application directory... Qt WebEngine ICU data not found at /Applications/TeamSpeak 3 Client.app/Contents/MacOS. Trying fallback directory... The application MAY NOT work. Installed Qt WebEngine locales directory not found at location /Applications/TeamSpeak 3 Client.app/Contents/translations/qtwebengine_locales. Trying application directory... Qt WebEngine locales directory not found at location /Applications/TeamSpeak 3 Client.app/Contents/MacOS/qtwebengine_locales. Trying fallback directory... Translations MAY NOT not be correct.
Client 3.1.8 will fix that issue and allows user to run the client on case sensitive system.
When sending me private messages: Please make sure to include reference link to your forum thread or post.
TeamSpeak FAQ || What should i report, when i open a client thread?
A beta client will be released today.
The stable a few days after beta when there is nothing to fix afterwards.
When sending me private messages: Please make sure to include reference link to your forum thread or post.
TeamSpeak FAQ || What should i report, when i open a client thread?
Thanks dante, I will check asap if this fixed my issue. I was to lazy to reinstall the OS again with case-insensetive filesystem![]()
yep. now working (include preferences)
tnx
@Dorde
![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)