Hi,
after updating my client to version 3.1 today it won't start anymore. The error message reads:
TeamSpeak fails to start because it cannot find any port.
Terminal output:
Code:
$ ./ts3client_linux_x86
2017-01-09 19:29:18.862811|INFO | | |TeamSpeak 3 Client 3.1 (2016-12-15 09:43:25)
2017-01-09 19:29:18.862870|INFO | | |SystemInformation: Linux 4.9.1 #3 SMP PREEMPT Mon Jan 9 16:43:04 CET 2017 i686 Binary: 32bit
2017-01-09 19:29:18.869036|DEBUG |PulseAudio | |connected to pulse audio server
2017-01-09 19:29:18.898367|INFO |Addons | |Checking for addon updates...
2017-01-09 19:29:18.900647|INFO |Plugins | |Loading plugin: libclientquery_plugin.so
2017-01-09 19:29:18.927237|INFO |Query | |listening on 127.0.0.1:25639
2017-01-09 19:29:19.234976|ERROR |UDPClient | |could not bind :: port 0 error codesystem:97 open: Address family not supported by protocol
2017-01-09 19:29:19.235087|INFO |EvtConverter | |Error spawning server connecting handler
I suspect this happens because my kernel is missing IPv6 support entirely. Enabling it in my environment involves some work so I did not verify this theory yet. The addition of IPv6 support is also mentioned in the changelog. It isn't listed as a mandatory requirement though.