beliar34
Member
- Joined
- Feb 28, 2012
- Messages
- 307
- Solutions
- 7
- Reaction score
- 11
Hello guys
i compiled a TFS 0.4 Rev 3884 with war emblem system everything work's great, server start without errors But when it started i can login every think going great and in about 30-50 next seconds server get killed 
I host my serv on Debian 6 64 bit's
configure.ac what i used:
Unicestwiony = killed
its look like debian kill TFS for no reason


I host my serv on Debian 6 64 bit's
Code:
[20:20:32.184] > Global IP address: xxxxxxxx
[20:20:32.189] > Bound ports: 7171 7271 7272
[20:20:32.189] >> Everything smells good, server is starting up...
[20:20:42.189] >> Real Server server Online!
Unicestwiony
configure.ac what i used:
Code:
AC_PREREQ([2.50])
AC_INIT([TheForgottenServer], [0.4])
AM_INIT_AUTOMAKE([1.10 foreign])
AC_CONFIG_SRCDIR([account.h])
AM_CONFIG_HEADER([config.h])
AC_PROG_CXX
AC_LANG(C++)
OPTIONAL_FLAGS="-D__WAR_SYSTEM__"
DEBUG_FLAGS="-O2 -fomit-frame-pointer"
# check if we want server diag enabled
rest is not changed ...
Unicestwiony = killed
its look like debian kill TFS for no reason
