• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

TeaSpeak - Server Crash's

hamidkag

Well-known member
Mr WolverinDEV
i test all versions on my VPS for u
test for report true details of server [Server Password and channel create ability]
v1.2.28-beta 2 ---> show wrong details [server password = yes! && channel create ability = No!]
v1.2.28-beta 3 ---> show wrong details [server password = yes! && channel create ability = No!]
v1.2.28-beta 4 ---> show wrong details [server password = yes! && channel create ability = No!]
v1.2.28-beta 5 ---> show wrong details [server password = yes! && channel create ability = No!]
v1.2.29-beta ---> show wrong details [server password = yes! && channel create ability = No!]
v1.2.29-beta 1 ---> show wrong details [server password = yes! && channel create ability = No!]

and i also tested my last lovely stable version 1.2.26 beta-2 ---> show true details [server password = NO - channel create ability = YES]

and now i try to test 1.2.28 beta and beta 1
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Mr WolverinDEV
i test all versions on my VPS for u
test for report true details of server [Server Password and channel create ability]
v1.2.28-beta 2 ---> show wrong details [server password = yes! && channel create ability = No!]
v1.2.28-beta 3 ---> show wrong details [server password = yes! && channel create ability = No!]
v1.2.28-beta 4 ---> show wrong details [server password = yes! && channel create ability = No!]
v1.2.28-beta 5 ---> show wrong details [server password = yes! && channel create ability = No!]
v1.2.29-beta ---> show wrong details [server password = yes! && channel create ability = No!]
v1.2.29-beta 1 ---> show wrong details [server password = yes! && channel create ability = No!]

and i also tested my last lovely stable version 1.2.26 beta-2 ---> show true details [server password = NO - channel create ability = YES]

and now i try to test 1.2.28 beta and beta 1
Lovely overview, but you've said that in beta 2 it's right now :)
So what's the issue there
? xD
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Hmm? That's impossible, I've just tested it, could you lookup loar logn there is the info which flags the server reports
 

hamidkag

Well-known member
Hmm? That's impossible, I've just tested it, could you lookup loar logn there is the info which flags the server reports
dude v1.2.26 report true details... so its for your source codes... u should look up for some wrong code
u know? mybe You may have moved the word yes and no
there is yes for server pass and no for channel guess

Code:
[2018-11-27 04:09:26] [DEBUG]     1 | [WebList] Requesting from local address 0.0.0.0:9987:30567
[2018-11-27 04:09:27] [DEBUG]     1 | [WebList] Sending properties: flag_channel: false, flag_server: true
[2018-11-27 04:09:27] [INFO]      1 | [WebList] Status update succeeded! Scheduling next update in ten minutes.
is that possible for this?
flag_channel: false, flag_server: true?
 
Last edited:

WolverinDEV

TeaSpeak Team
Staff member
Administrator
That mean that you have a server password set :) or may just set the property virtualserver_flag_padsword
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator

debugMessage(this->server->getServerId(), "[WebList] Sending properties: flag_channel: {}, flag_server: {}", flag_password, flag_channel);

Hmm well seems like I messed up the order there :D, but the information seems to be right


buffer[14] = (flag_password ? 0x01 : 0) || (flag_channel ? 0x02 : 0); //Create channels (0x01 = password)

This is like it was before :)