Server Crash 3.0.12 Patch/Hotfix

Asphyxia

Owner
Administrator
Apr 25, 2015
1,844
2
2,197
327
Hello guys, this is more of a downgrade until TeamSpeak fixes their server platform (there is a critical crash that can easily be triggered in 3.0.12). Follow the instructions here: https://hotfix.r4p3.net/

I would like to give a special thanks to @Supervisor, @Derp and @rofl cake for assisting with the development of this. ;)

PHP:
$db->exec("UPDATE instance_properties SET value = 23 WHERE ident = 'serverinstance_database_version' AND value = 24");
 
Last edited:

Asphyxia

Owner
Administrator
Apr 25, 2015
1,844
2
2,197
327
Our hotfix has been mentioned by the developer of YaTQA ( http://yat.qa/faq/#downgrade )! ♥

How can I downgradew my server to 3.0.11.4 (serverparser.cpp:962)?
There is a tool out there that causes the following error on servers running 3.0.12:
{TIME}|CRITICAL|ServerParser | |Assertion "rID == REASON_NONE || rID == REASON_CLIENTDISCONNECT" failed at
../../../../s/deps/teamspeak_server_lib/src/ts_server/serverparser.cpp:962;

Stop your server, execute the following command in the database, install the downgrade, run the server.

To fix:
UPDATE instance_properties SET value=23 WHERE ident="serverinstance_database_version";

The creators of the tool that causes the crash have created a website for doing this without the need to use SQLiteBrowser. I did not test that website myself.
 
Last edited:

Matt2k6

Member
Feb 8, 2016
1
0
33
Hi Guys

Server patch 3.0.12.1 already released:

=== Server Release 3.0.12.1 jan 2016
- fix 2 server crashes on malicious input
- fixed file stat bugs on windows xp
- fixed logview command returning utf8 byte order mark

Download here: http://teamspeak.com/downloads
 

Asphyxia

Owner
Administrator
Apr 25, 2015
1,844
2
2,197
327
I do not personally recommend upgrading to server version 3.0.12.1 --- TeamSpeak 3 rushed the fix and probably broke something else. Upgrading to 3.0.12.1 is somewhat risky at the moment. We should wait and see how 3.0.12 looks in a month, unless 3.0.11.4 security issues are reported/discovered. :cool:

For anyone upgraded to 3.0.12+ --- I would give https://hotfix.r4p3.net a try to downgrade.
 
Top