Seite 1 von 2

I have problem on vps

Verfasst: Sa 3. Nov 2018, 08:28
von Stenziu
When i run bot its saying

Code: Alles auswählen

root@stenziu:~/mfbot# ./MFBot_Konsole_x86_64
Loaded assembly
[INFO] [CORE] (Probably) Because of a non-supported TLS implementation, dungeon/pet file updates, error reporting and statistics are disabled.
[INFO] [CORE] Triggering error: Error: TrustFailure (The authentication or decryption has failed.)
> Running MFBot Konsole, MFBot 5.0.1b13 - Beta (running on dbf2b6a6) (Jasminum) on Mono runtime
> Geben Sie "exit" ein um den Bot zu beenden.
how to fix that? :p

Re: I have problem on vps

Verfasst: Sa 3. Nov 2018, 09:48
von Robin
Hi Stenziu,
we can't really help you without knowing your system environment. Which OS you use and which version of it are you running would be a big help.

Until then: That problem doesn't restrict limit the bot in its actual bot tasks, it just isn't able to communicate with our servers for e.g. updates and error reporting.

Regards,
Robin

Re: I have problem on vps

Verfasst: Sa 3. Nov 2018, 10:49
von Stenziu
Its on Debian 8 64bit. I bought it on arubacloud. He normaly works because i do before teamspeak3 and im now boosting my hours on steam.

Re: I have problem on vps

Verfasst: Sa 3. Nov 2018, 12:03
von TakeViagraDieHard
You need to follow these instructions to install mono in the latest version:
https://www.mono-project.com/download/s ... lin-debian

Maybe your repository or certificates are not up to date :)

If you still have trouble try to install version 5.14 I'm using this verion on my Pi without any problems.

Re: I have problem on vps

Verfasst: Sa 3. Nov 2018, 12:36
von Stenziu
Still not working :/ all is up-to-date

Re: I have problem on vps

Verfasst: Do 8. Nov 2018, 09:46
von Robin
Hi Stenziu,
please verify that Mono on your system is on version 5.16 with

Code: Alles auswählen

mono --version
It it is actually the latest version, please try to change the tls provider implemented in Mono over

Code: Alles auswählen

export MONO_TLS_PROVIDER=btls
or

Code: Alles auswählen

export MONO_TLS_PROVIDER=legacy
One of both possibilities should work.

Regards,
Robin

Re: I have problem on vps

Verfasst: Fr 9. Nov 2018, 09:17
von Stenziu
Mono JIT compiler version 3.2.8 (Debian 3.2.8+dfsg-10+deb8u1)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
TLS: __thread
SIGSEGV: altstack
Notifications: epoll
Architecture: amd64
Disabled: none
Misc: softdebug
LLVM: supported, not enabled.
GC: sgen

How to update that?

Re: I have problem on vps

Verfasst: Fr 9. Nov 2018, 14:52
von TakeViagraDieHard
You need to use a third-party repository:

Code: Alles auswählen

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
sudo apt install apt-transport-https
echo "deb https://download.mono-project.com/repo/debian stable-jessie main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
sudo apt update
Than you can execute the update:

Code: Alles auswählen

sudo apt-get update
sudo apt-get upgrade
Maybe you need also to execute:

Code: Alles auswählen

sudo apt-get dist-upgrade
Source: https://www.mono-project.com/download/s ... lin-debian

Re: I have problem on vps

Verfasst: Fr 9. Nov 2018, 21:37
von Stenziu
Still this same :|

Re: I have problem on vps

Verfasst: So 11. Nov 2018, 16:23
von Stenziu
I mean this same mono D: it's don't update