• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

SilverFern's 7.7 OTserver Tutorial (not working for me)

Voltage#8688

Active Member
Joined
Mar 26, 2018
Messages
54
Reaction score
31
Location
Germany
First of all a big thanks to SilverFern's Tutorial, it was good to read and even though for someone like me who except for cd, dir and ssh never have seen other linux commands or used linux, it was decently understandable. I still had some Issues but so far I managed to get to the point where I should start the Script files/server. Unfortunately though, none of them is working and saying "file or path not found" or similiar.

I have installed Ubuntu 24.04.3 LTS in a VM via Oracle VirtualBox with 2 CPU Cores (7800X3D), 80GB of Storage assigned and 8GB of RAM.
I am a sudo User (updated the whole OS via "sudo apt update && sudo apt upgrade" before starting the tutorial). I used the

I have downloaded all the nescessary files:


The next step is to give execution permission to all scripts. Done.


Afterwards, start the installation. Done. Or so I thought....

_____________________________________________________

Error Starting the actual game services, Query Manager:
Code:
sudo ./start-query-manager.sh: line 4: ./realots-query-manager-master/querymanager: File or directory not found


_____________________________________________________

Error starting the Game Server, I know it is dependent onto the Query Manager but there's already an Error, even before the (justified) error is shown (that it`s unable to connect to the Query Manager):
Code:
sudo ./start-game-server.sh: Running game server from “/home/game/bin/game”... rm: unable to remove “/home/game/save/game.pid”: No such file or directory Tibia Game Server (c) by CIP Productions, 2003.


_____________________________________________________

Error starting the Login Server:

Code:
sudo ./start-login-server.sh Running login server from “realotsloginserver-master/tfls”... ./start-login-server.sh: line 5: ./tfls: File or directory not found


I dont know why it is not working. I have used all the correct files from SilverFern's Thread
I used the -as far as I know- correct tibia-game.tarball.tar.gz file

Why is it not working?
 
Back
Top