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

Search results

  1. fyalhed

    Segmentation fault

    I've apt-get install gbd, so created this script (like i saw in a tutorial) autorestart.sh #!/bin/bash ulimit -c unlimited while true; do echo "Restart : `date +%d-%m-%Y--%H:%M`" >> ./restart.log ./tfs --log-file "output.txt" "error.txt" sleep 10 done So when crash, show me this...
  2. fyalhed

    Segmentation fault

    How to run with GBD? Custom map made by my own (40mb map) 8gb ram
  3. fyalhed

    Segmentation fault

    Why my server is crashing? I open that, but when end shows me: [0:35:14.865] >> OTserver server Online! Segmentation fault And close the server
  4. fyalhed

    Compiling Help to compile OTX debian 9

    Following this Linux - What do you recommend? suggestions I'll stop to use 0.4 sourcepack Compilling on Linux · mattyx14/otxserver Wiki · GitHub I'm trying to compile OTX on debian 9, but i got a problem on this part: mkdir build && cd build && cmake ./../patch<number_you_want>/ && make -j...
  5. fyalhed

    [Debian]Installing library to compile OTClient - failed

    I'm trying to follow the steps but a link looks offline... wget http://ftp.us.debian.org/debian/pool/main/o/openssl/libssl-dev_1.0.1t-1+deb8u6_amd64.deb --2018-01-09 11:11:20-- http://ftp.us.debian.org/debian/pool/main/o/openssl/libssl-dev_1.0.1t-1+deb8u6_amd64.deb Resolving ftp.us.debian.org...
  6. fyalhed

    Linux What do you recommend?

    Lol o trought 0.4 was stable, so i'll go to OTX because have a oficial support to 8.60 OTX is a new 0.4 edited, right?
  7. fyalhed

    Linux What do you recommend?

    You guys recommend 1.2 to 8.60 servers? 1.2 is not to new client versions?
  8. fyalhed

    Linux Compile OTCLIENT - Debian 9

    apt install libssl1.0-dev Reading package lists... Done Building dependency tree Reading state information... Done libssl1.0-dev is already the newest version (1.0.2l-2+deb9u1). 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. I'm sorry to do not link the guide... I've...
  9. fyalhed

    Linux Compile OTCLIENT - Debian 9

    Is anybody can help? Anybody PLS!
  10. fyalhed

    Linux Compile OTSERVER - Debian 9

    Thank you @Shyzoul so much! U said that was strange, i re-dowload my source pack and compile fine, u was right... For anybody else who need to compile in debian 9, the steps are (using him makefile): apt-get install autoconf build-essential pkg-config automake libboost-all-dev libgmp3-dev...
  11. fyalhed

    Linux Compile OTSERVER - Debian 9

    Oh ty, i didn't know that... Now back to compile fine: make -j`nproc` tfs build options: g++ actions.cpp g++ allocator.cpp CXXFLAGS = -std=c++03 -Os -fomit-frame-pointer -Wall -Wextra -Wno-strict-aliasing -Wno-unused-parameter -Wno-array-bounds -pipe -I/usr/include/libxml2...
  12. fyalhed

    Linux Compile OTSERVER - Debian 9

    Now is starting the compiler, but it's not compiling make -j`nproc` tfs build options: g++ admin.cpp CXXFLAGS = -std=c++03 -Os -fomit-frame-pointer -Wall -Wextra -Wno-strict-aliasing -Wno-unused-parameter -Wno-array-bounds -pipe -I/usr/include/libxml2 -I/usr/include/lua5.1 -I. -DHAVE_CONFIG_H...
  13. fyalhed

    Linux Compile OTSERVER - Debian 9

    What are u mean? I do not use Windows...
  14. fyalhed

    Linux Compile OTSERVER - Debian 9

    Thank you to help :) I did what u said, but when i try to compile show me this: make -j`nproc` Makefile:28: *** missing separator. Stop. What is wrong on line 28 (@Echo "CXXFLAGS = ${CXXFLAGS}")?
  15. fyalhed

    Linux Compile OTCLIENT - Debian 9

    I trying to compile OTCLIENT following @Senzubean tutorial ([Debian]Installing library to compile OTClient - failed): apt-get install build-essential cmake git-core liblua5.1-0-dev libvorbis-dev libopenal-dev libphysfs-dev libz3-dev freeglut3-dev libc6-dev-i386 doxygen libncurses5-dev mercurial...
  16. fyalhed

    Linux Compile OTSERVER - Debian 9

    I did compile OtServer to Debian 9, using @Shyzoul tutorial: apt-get install autoconf build-essential pkg-config automake libboost-all-dev libgmp3-dev libxml2-dev liblua5.1-0-dev libssl-dev libsqlite3-dev apt-get install default-libmysqlclient-dev Changing make file to: hastebin So make, and...
Back
Top