mfreiholz / ts3video

A free and easy to use video conferencing plugin for TeamSpeak 3.
https://mfreiholz.de/ts3video/
51 stars 8 forks source link

Unable to start server #76

Open NickSlowinski opened 6 years ago

NickSlowinski commented 6 years ago

I installed the server with this guide, but I get the following error message when starting:

root@webpanel /opt/ts3video/server_linux-debian_x86-64-0.8 # ./videoserver.sh start --config default.ini Starting the Conference Server root@webpanel /opt/ts3video/server_linux-debian_x86-64-0.8 # videoserver: loadlocale.c:129: _nl_intern_locale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME[0]))' failed.

environment:

Best regards Nick1307

kamuluzo commented 4 years ago

Gleiches Problem mit gleichem System. Hab ich da einen Fehler gemacht oder etwas übersehen? (I have the same problem with same environments. Is there a known solution?)

VG Henry

mfreiholz commented 4 years ago

Hm.. never got this error, but I will test it.

kamuluzo commented 4 years ago

Ich versuche es am Wochenende mal auf einem anderen Server mit gleichen Voraussetzungen (Ubuntu 18). Kann es an Plesk liegen?

VG Henry

Von: Manuel Freiholz [mailto:notifications@github.com] Gesendet: Mittwoch, 27. November 2019 08:04 An: mfreiholz/ts3video ts3video@noreply.github.com Cc: kamuluzo kamuluzo@gmx.de; Comment comment@noreply.github.com Betreff: Re: [mfreiholz/ts3video] Unable to start server (#76)

Hm.. never got this error, but I will test it.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mfreiholz/ts3video/issues/76?email_source=notifications&email_token=AN4C53AK22OVBVY4FYZGCILQVYLWPA5CNFSM4FFV72WKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFIQTXQ#issuecomment-558959070 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AN4C53DWUP44SKEAJJNO5LDQVYLWPANCNFSM4FFV72WA . https://github.com/notifications/beacon/AN4C53AUF2HOOPOQOJJU3XLQVYLWPA5CNFSM4FFV72WKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFIQTXQ.gif

kamuluzo commented 4 years ago

Well, I set up ts3video today on a similar server (but now on a vServer, while the other one is a Dedicated). Without any problems.

Since you don't know the problem, I don't have too much hope to fix it. Can I set up somewhere that the video chats from the other server run over the working one?

Kind regards Henry

uhuxs commented 4 years ago

today i tried to install ts3video on Ubuntu 18.04.3 LTS server but i found a failure message like this: videoserver: loadlocale.c:129: _nl_intern_locale_data: Assertion `cnt < (sizeof (_nl_value_type_LC_TIME) / sizeof (_nl_value_type_LC_TIME[0]))' failed.

then I find out how to solve it, I found the answer here hope that can help

Best regards uhuxs

guyman70718 commented 4 years ago

Has anyone figured this out? I have the same issue on Ubuntu 20.04

damian1304 commented 1 week ago

For me same issue using debian to fix this use this command

export LC_ALL=C

and add this in /etc/locale.gen to save that after a restart.