• 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!

Cant connect OTX

xLosT

Member
Joined
Jan 11, 2010
Messages
1,022
Reaction score
13
Location
Brasil, Rio Grande do Sul
Hello, I have a ubuntu 14.04 with tfs 1.2 tibia 8.6 server running
i compile OTX from github
The server opens, but I can not connect to it

Code:
>> Global IP address(es): 177.54.157.185
> Bound ports: 7171     7172
>> Everything smells good, server is starting up...
>> OTXSERVER server Online!



Errors in make

Code:
  CXX      otserv.o
otserv.cpp: In function âvoid otserv(StringVec, ServiceManager*)â:
otserv.cpp:687:41: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  if(result = db->storeQuery(query.str()))
                                         ^
otserv.cpp:697:57: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
     if(result_ = db->storeQuery(query_playeritems.str()))
                                                         ^
otserv.cpp:716:62: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
     if(result_ = db->storeQuery(query_playerdepotitems.str()))
                                                              ^
otserv.cpp:735:55: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
     if(result_ = db->storeQuery(query_tileitems.str()))
                                                       ^
  CXX      outfit.o
  CXX      outputmessage.o
  CXX      party.o
  CXX      playerbox.o
  CXX      player.o
player.cpp: In member function âvoid Player::manageAccount(const string&)â:
player.cpp:5102:30: warning: NULL used in arithmetic [-Wpointer-arith]
     if(msg.str().length() == NULL)
                              ^
[code]
 
Last edited:
Back
Top