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

Completed 1.1.0-beta1 Crash

Status
Not open for further replies.

harrasan

Active member
Just tested 1.1.0-beta-1 and the server crashes right after the initial start:

Code:
#
# Fatal error in ../../webrtc/media/engine/webrtcvoiceengine.cc, line 264
# last system error: 0
# Check failed: 0 == voe_wrapper_->base()->Init(adm_.get(), nullptr, decoder_factory_) (0 vs. -1)
#
#

==== C stack trace ===============================

./TeaSpeakServer() [0x87cadb]
./TeaSpeakServer() [0x912ee4]
./TeaSpeakServer() [0x912536]
./TeaSpeakServer() [0x8f833e]
./TeaSpeakServer() [0x8f86a0]
./TeaSpeakServer() [0x88a27b]
./TeaSpeakServer() [0x88dcc7]
./TeaSpeakServer() [0x87aee0]
./TeaSpeakServer() [0x8e0257]
./TeaSpeakServer() [0x87aa26]
./TeaSpeakServer() [0x87a794]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x76ba) [0x7fc5335416ba]
13: clone
./teastart_minimal.sh: line 4:  1458 Aborted                 (core dumped) ./TeaSpeakServer
 

Anictivo

New member
Same error.
You have to install the missing librarys for WebRTC but I don't know which ones.
But you can try to disable the Webclient in your config.
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Solution 1:
Disable the web server in you config.yml

Solution 2:
Install binutils gcc and g++
Bash:
apt-get install gcc-6 g++-6 binutils
You may have to install ffmpeg (May this has the required dependency)
Code:
apt-get install ffmpeg
 

harrasan

Active member
After installing the packages, the server is starting, but it's not listening on the port it said it would...

Code:
[17:37:23] [INFO]   1 | Starting web server on 0.0.0.0:19974

...

Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       User       Inode       PID/Program name
tcp        0      0 0.0.0.0:30303           0.0.0.0:*               LISTEN      0          91203       4854/TeaSpeakServer
tcp        0      0 0.0.0.0:10001           0.0.0.0:*               LISTEN      0          91308       4854/TeaSpeakServer
tcp        0      0 0.0.0.0:10101           0.0.0.0:*               LISTEN      0          91201       4854/TeaSpeakServer
udp        0      0 0.0.0.0:4619            0.0.0.0:*                           0          87140       4854/TeaSpeakServer
udp        0      0 0.0.0.0:9987            0.0.0.0:*                           0          91295       4854/TeaSpeakServer
Also, what is port 4619 for?
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
It's just the WebSocket and Webrtc backend.
And I'm already know about this issue and it's already fixed :)
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Not sure if it's fixed there I didn't uploaded that so far cause it's not nessecery currently :)
 

harrasan

Active member
Nope... not fixed with beta11, Is there an ETA for the official release? Can't wait to see that browser client. Keep up the good work.
 
Status
Not open for further replies.