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

Windows Cannot Connect Game Server.

Hrsha

Member
Joined
May 30, 2010
Messages
450
Reaction score
21
Location
Egypt
Hi otlanders

i was hosting otserv 8.60 with no problems

but now when i compiled 9.53 tfs version it succeed
but nobody can enter it they can see char list but when they enter
this msg comes up "Cannot Connect Game Server."

there is no problems with ports of course so how i can solve it ?
 
hey friend, can you help me? I managed to compile perfectly with the mvc + removing the luajit, but when I do some command (/ t / m demon, etc) the server goes down, is how you pass me the source that you could build?
 
is not only change the lines:

luascript.cpp
Code:
//#ifdef __LUAJIT__
	//luaJIT_setmode(m_luaState, 0, LUAJIT_MODE_ENGINE | LUAJIT_MODE_ON);
//#endif

luascript.h
Code:
	//#ifdef __LUAJIT__
	//#include <luajit.h>
	//#endif

I removed it and recompiled .. and then I pressed ctrl f9, everything was normal, but the server is falling oainda when using the commands ...
send me the parameters of your project? mine is

Code:
-D__USE_MYSQL__
-D__USE_SQLITE__
-D__ENABLE_SERVER_DIAGNOSTIC__
-O2

which his?
 
Back
Top