Hi,
I have had a look at the core dumps, and the problem that occures in each of these is that the operator "new", which is used to request memory to be used by the programme, causes an exception....
Type: Posts; User: Peter; Keyword(s):
Hi,
I have had a look at the core dumps, and the problem that occures in each of these is that the operator "new", which is used to request memory to be used by the programme, causes an exception....
Hi,
(1) It's not an error
(2) You are already disconnected when it occurs
so, you need to search elsewhere for the real reason of your disconnect.
Some more logging added for cases where a tsdns srv record exists but the tsdns server at the specified address can't be queried.
Hi,
show me the log you get, the log you expect and why you expect it (similar log from _ts3. srv entry?)
if your kick power is equal to the target's needed kick power, that means you can kick him...if you don't want kicks to be possible the needed kick power needs to be GREATER than the kick power.
...
Hi,
you need to compare the kicking/banning members i_client_kick_from_server_power or i_client_ban_from_server_power with the being kicked/banned clients i_client_needed_kick_from_server_power or...
Hi,
everything is ok, the sha1 sum was added to the wrong file (you would have noticed the 4999a7... sha1 sum was on the win32 server file...). Fixed, thanks for the report.
Hi,
I'm not 100% sure I know what exactly you want, but you could try this:
set client_move_power of admins high enough (e.g. 50)
set client_join_power of admins 25
set client_join_power of...
The user running the server will need permissions to create files in the logs subdirectory.
The failure to load libts3db_sqlite3.so can have multiple causes: Make sure your LD_LIBRARY_PATH is...
Settings->Identities->Add a new Identity
Assuming you connect to your server via bookmarks:
Bookmarks->Manage Bookmarks
Right click the entry you currently use to connect, select duplicate, then...
Hi,
without a crash dump or a way to reproduce the problem there is very little we can do :(. Sorry.
Hey - the 192.168.1.13 being a LAN IP means that no router configuration should take any effect here. If you run the client on the same computer as the server it essentially is the same as localhost...
Where exactly, which link do you mean. Describe it properly please.
Hi again,
we have reproduced this problem and any server from 2012-07-19 09:36:09 and above will handle this exception gracefuly (you will get a log message telling you this regexp wont work).
Hi,
this is probably the regular expression from one of your bans, can you find out which one it is and post? Then we can try and handle it in a more graceful manner.
The priority in resolving is:
#1 _ts3 SRV record
#2 _tsdns SRV record
#3 tsdns server
#4 regular DNS resolve
So, even if the DNS resolve is cached it will still have to wait a short while...
Hi,
do not upload an extracted server folder via ftp. It certainly breaks permissions and in some cases (ascii vs binary mode) it even corrupts the files. Download the TS3 server directly to the...
Hi,
when you connect to a server via DNS (hostname) there will be a short delay (~4s on first connect, ~0.5s on following connects), while the TS3 clients wait for a TSDNS server to answer. The...
Hi,
TSDNS used to only check the last 3 parts of the domain for a running TSDNS server, so if your domain is:
"ts3.armedforces.com.br"
it will check for a running TSDNS server on "br" (wont...
No such bug is known to me. Looking at the code it should not happen, IPs are detected and not resolved.
I am not sure I understand what exactly you mean here. Obviously when you do IP:port...
Hi,
the best way to make a .deb file available is actually by getting it incorporated into one of the "main" repositories, so that way people can just do apt-get update, apt-get install ts3client...
Filetransfer data is never encrypted. Voice data is configurable (you can configure it if you edit the virtual server, on a global level, or it can be configured on a per channel level), if you click...
Actually I am not sure how dtrace works exactlly, just remembered it was like strace on linux, that I have used quite a few times. Our "Mac Expert" on the Team is currently in the USA, I guess we'll...
Hi,
as of now we currently do not have any support for IPv6 in TS3. If IPv6 addresses work in any place it is purely accidental. Adding IPv6 support has been on our TODO for a long time, but...
Hi,
it is hard to guess at these problems, but I believe this is probably a router problem. Some routers have very weird (broken!) rules concerning blocking of UDP "spam", and sometimes it happens...
Hi,
the receiving client actually buffers incoming sound data, but this is not a configurable variable currently. It is optimised for low delay so losing a packet once in a while is considered...
Hi,
two things you can do:
(1) Check the ban in the ban list, and compare with the IP/Identity of the guy that just "came back" after being banned. When you ban a client two properties are...
Hi,
you could run the TS3 client via something like dtrace and see where it happens...maybe that will give you a clue.
Hi,
Packet Loss: The (estimated) chance of a packet sent to not arrive at the destination, so if on my client I see outgoing packetloss 10%, it means from 10 packets I send to the server only 9...
The TeamSpeak 3 Client 3.0.7 is available for beta testing in the beta channel.
One important update is we have added an alternative hotkey system for Windows (see hotkey settings), we are hoping...
Hi,
your post is a typical case of somebody posting his assumptions and deductions instead of the problem itself. It would be much easier for us if you just stick to the problem at hand, telling...
Hi,
we are actually working on a system that will allow you to use newer libmysqlclient libraries out of the box, without breaking compatibility for those old machines that still need...
Hi,
disconnect problems like this point to some network issue, it is impossible to say what exactly is happening in this case. For some reason it looks like the incoming UDP packet flow stops....
Hi,
the relevant enum can be found in public_rare_definitions.h, you seem to be looking for CLIENT_NICKNAME_PHONETIC.
Note: We are talking about the Client Plugin SDK here, not the TS3 SDK...
Hi,
some recording comparison would be appreciated to be able to analyse what kind of problem you might be seeing.