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

Compiling 0.2.6, instant crash.

squalor

New Member
Joined
Sep 26, 2007
Messages
76
Reaction score
0
The server compiles fine (0.2.6, using sources from Repo), but as soon as i try to open it it does the little "hourglass" as if its launching the program, but nothing ever happens.

Compiler:
-D__EXCEPTION_TRACER__
-D__USE_MYSQL__

Linkers:
-O1
-lboost_system
-lgmp
-lluasql-mysql
-lluasql-sqlite3
-llua5.1
-lmysql
-lregex
-lsqlite3
-lwsock32
-lxml2
-lmysql
-lws2_32
-s

Using dev-cpp posted by talaturen. Also tried using -D__CONSOLE__ but it still doesnt work.
 
If you're compiling as a console application then add:
-D__CONSOLE__
 
Back
Top