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

Recent content by sanki

  1. S

    GESIOR 2012 - Version 1.0.1 for 0.2.x, 0.3.6 and all 0.4

    i found. i installed php5-pdo_mysql and now everythink is good :) Thanks for help :) but after installation on step 5? it can't remove intallation.txt it had all privilages. but it's no problem. When i open characters and looking for some character(write like "sanki") i have nothing, white...
  2. S

    GESIOR 2012 - Version 1.0.1 for 0.2.x, 0.3.6 and all 0.4

    i know, but i write there, because maybe someone know how to resolve this problem. in test of php i find something disturbing... PDO PDO supportenabled PDO driverssqlite why it is driver for PDO sqlite... ? so i must try to change it to mysql :) that's the server problem i think.
  3. S

    GESIOR 2012 - Version 1.0.1 for 0.2.x, 0.3.6 and all 0.4

    i have freebsd 10 , i checked php5-mysql installed, php5 innstalled with extensions, in php.ini pdo and mysql are, configured, TFS 1.0, webserwer is apache22 :) before i had problem with tfs_patch - where is config.lua but fix it alone. But now i don't know where is problem. i checked in www...
  4. S

    GESIOR 2012 - Version 1.0.1 for 0.2.x, 0.3.6 and all 0.4

    oczywiście że mam i bez problemu się łącze. tak samo Navicatem
  5. S

    GESIOR 2012 - Version 1.0.1 for 0.2.x, 0.3.6 and all 0.4

    That same problem like higher, problem with connet to db. Error occured! Error ID: More info: CANNOT CONNECT TO DATABASE: could not find driver File: /usr/local/www/apache22/data/primeots/classes/database_mysql.php Line: 22 File: /usr/local/www/apache22/data/primeots/install.php Line: 229...
  6. S

    Compiling Problem with compile TFS 1.0 FREEBSD

    i run tfs in GDB and i have that error: " "Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 803006800 (LWP 100115/tfs)] 0x00000008013ffc5d in lua_pushfstring () from /usr/local/lib/libluajit-5.1.so.2 " Can anybody help me because i don't know what's the metter...
  7. S

    Compiling Problem with compile TFS 1.0 FREEBSD

    must try on 10. Problem is in boost libraries... Older version of FreeBSD doesn't suppor CXX11... I Tried install but there wasn't packages.On version FBSD 10 i upgrade boost-lib and compile without errors, but can't run server :) " The Forgotten Server - Version 1.0 Compilied on Jul 8...
  8. S

    Compiling Problem with compile TFS 1.0 FREEBSD

    In BSD 10 is default support for this. Unfortunetly for 9.X(9.1 , 9.2) there is no support for C++11. Look, on BSD 10 Clang compiled it but with error. For tfs(1.0) must be support for C++11 so it can't be compiled on FreeBSD 9.X (grrr....) There must be some solution to compile it on a newer...
  9. S

    Compiling Problem with compile TFS 1.0 FREEBSD

    Tried on BSD 9.1 and error: " ../forgottenserver/build # cmake CXX=g++47 .. -- The C compiler identification is GNU 4.2.1 -- The CXX compiler identification is GNU 4.2.1 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler...
  10. S

    Compiling Problem with compile TFS 1.0 FREEBSD

    Yes, I know that, I run it on Debian and have 2 years ago server :) Now i want do server but it must be on FreeBSD (other server works). So, I try compile on FreeBSD rev 9.1 and I will post results. Thanks for answers :)
  11. S

    Compiling Problem with compile TFS 1.0 FREEBSD

    Yes, I follow this tutorial, and I don't now why I have a problem... :eek: " # CXX=g++47 cmake .. CXX=g++47: Command not found. " so use " cmake CXX=g++47 .. " and then compile but with errors. On what rev of FreeBSD You compile?
  12. S

    Compiling Problem with compile TFS 1.0 FREEBSD

    Hello Guys, I have a problem with compile engine, from source on my FreeBSD 10: https://github.com/otland/forgottenserver In FreeBSD 10 default compiler is Clang, but I tried compile in GCC and Clang, but i still have same problem with vocation.cpp. from FreeBSD after compiling using Clang...
Back
Top