You are not logged in.

#1 2017-11-13 22:26:01

Vendigroth
Member
From: Muğla
Registered: 2017-11-13
Posts: 4

Tibia 11 ssl problem

Hello;

I am kinda new to arch. I am having trouble to connecting tibia server.Game is running fine but i cannot log in to my account at stand-alone client. "Error creating SSL context (error:140A90C4:SSL routines:func(169):reason(196))". What should i do. Game was working fine other linux distro.
Best regards.Forgive me for my mistakes.

Offline

#2 2017-12-02 05:10:45

Monkey_Mod
Member
Registered: 2017-12-02
Posts: 9

Re: Tibia 11 ssl problem

You need to install openssl-1.0:
sudo pacman -S openssl-1.0

then edit start-tibia.sh and replace with this line to use openssl-1.0 because by default it's looking to use openssl version 1.1:
LD_LIBRARY_PATH="$BIN_PATH:/usr/lib/openssl-1.0/" exec "$BIN_PATH/client"

Only replace the LD_LIBRARY_PATH line.
save, exit and enjoy!

Last edited by Monkey_Mod (2017-12-02 05:31:27)

Offline

Board footer

Powered by FluxBB