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

compilation

  1. ssiwyy158

    Compiling dynamic link library problem

    Hello Otlanders ! I've been trying to compile this library for some time https://github.com/SaiyansKing/Tibia-Extended-Client-Library But it throws errors Includes and lib : https://www.glfw.org/download.html Someone would be able to help me? Sorry for my english (transtale) xD
  2. Swiftxd

    Compiling bug downloading libs to compile otclient by mehah

    hello, when im downloading libs at vcpkg i get this error, someone can help? the code: .\vcpkg install boost-iostreams:x64-windows boost-asio:x64-windows boost-system:x64-windows boost-variant:x64-windows boost-lockfree:x64-windows luajit:x64-windows glew:x64-windows...
  3. hellboy

    Compiling [OTC] missing: Protobuf_INCLUDE_DIR

    Hello. I tried compile Mehah OTC on Ubuntu 20.04. https://github.com/mehah/otclient/wiki/Compiling-on-Ubuntu-20.04 It failed on cmake command. I also "regenerated" protobuf files. cmake .. -- The C compiler identification is GNU 9.4.0 -- The CXX compiler identification is GNU 11.1.0 -- Check...
  4. M

    [OTC] Compile with DX9 on MVS 2022

    Hi guys, i compiled my otcliente(edubart) with Dx9 using Visual Studio 2022, the compilation has sucesfull but the client don't open don't have erros, only don't open anyone can help-me please? i using the dlls generated by compilation and the config below.
  5. G

    Compiling Compiling Help

    So guys, I have an online server, however I need to change my font. After a lot of searching, I found one that I really liked, because it contains literally everything I need (a source is in another forum) After degraded compiled in windows, I saw in the post that the same is not possible. My...
  6. T

    Compiling Problem with tfs compilation

    Hey im try make ots for me and friend but i have stupid problem ;x if im install otland/forgottenserver (https://github.com/otland/forgottenserver/wiki/Compiling-on-Debian-GNU-Linux) and if u writhe "sudo cmake .." i have this CMake 3.5 or higher is required. You are running version 3.0.2...
  7. A

    Compiling Problem compilling 1.2 - 1.3 TFS

    Hi, I have a problem compiling my TFS and it is that I throw an error in the database.h of all my .cpp and .h from my source: This is the "mistake" But my source doesn't include any mysql.h, where is it supposed to be located or how do I fix it? PS: It's a TFS 1.2 - 1.3 compilation
  8. Jpstafe

    I need help OTCLIENT

    Hello community, I need to know how to compile my otclient folder .. I am very new to this, is there a tutorial? I want only the exe and two or three files left in my folder .. help 1587500412 up
  9. P

    Compiling OTClient CMake Error Compile Windows

    Hello i have problem, when i generate in cmake i have this errors: CMake Error: CMake was unable to find a build program corresponding to "MinGW Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. CMake Error: CMake was unable to find a build program...
  10. Togu

    fatal error C1083: Cannot open include file: 'bitset': No such file or directory

    git clone latest tfs install all vcpkg libs open visual studio 2017 community set release x64 build 1>------ Build started: Project: theforgottenserver, Configuration: Release x64 ------ 1>otpch.cpp 1>actions.cpp 1>ban.cpp 1>baseevents.cpp 1>bed.cpp 1>chat.cpp 1>combat.cpp 1>condition.cpp...
  11. czerwian

    TFS 1.X+ Making a new server

    Hello everyone. I got few questions about making the server for tibia 7.4. I would to use this engine ([7.4] TFS 1.2) but I saw it's need to be compiled before starting server. When I was making servers on tibia 8.1 etc. it's only needed to make xampp, throw acc maker to htdocs and it's done. It...
  12. Fox Rother

    [Guide] Compiling & Running TFS 1.3 for Linux on Windows 10

    About You can follow this guide. What is the goal of this guide: A stable Windows development environment. What is not the goal of this guide: A production environment for TFS. Do not use it as a production set-up. What this guide will teach you: How to set up a Windows environment to...
  13. M

    Campiling error, help pls, im going mad

    VS say this when i compile Error C2280 'std::atomic<boost::lockfree::detail::tagged_index>::atomic(void) noexcept': you're trying to reference a deleted function. (compiling source file ..\src\outputmessage.cpp) theforgottenserver c:\boost_1_57_0\boost\lockfree\stack.hpp 139
  14. Booker

    Compiling OTclient, impossible!

    Hello. So, i'm trying to compile OT Client and it seems impossible to accomplish this frustrating task. I tried edubart's tutorial and searched, searched and searched with no success. I just get a thousand of errors at the beginning to the end. I'm using MSVC 2017, windows. Already tried...
  15. Dohko

    Compiling Error compiling TFS 1.3 in Windows

    Hello, otland friends, how are you? I have a very annoying problem to solve, i can not compile tfs 1.3 to x64 at all. I already tried to install vcpkg, using this method: git clone https://github.com/Microsoft/vcpkg cd vcpkg .\bootstrap-vcpkg.bat .\vcpkg integrate install I followed the...
  16. B

    Compiling Old evo 0.7.8

    after ./configure --enable-mysql i have this problem checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether...
  17. GOD Half

    Compiling How to know the tibia version?

    Hi guys, Please, how can I see which minimum and maximum version my server supports in compiling? Thanks.
  18. H

    Need help with compiling TFS 0.4

    As mentioned in thread, I need help with compiling tfs 0.4 for windows 64 bit. I know there are some tutorials and I have followed them to compile tfs with sources but can anyone can tell me how to start server after compilation? should I still have tfs.exe file somewhere? just please explain to...
  19. BryanAlexisc

    OTClient builds (Windows)

    I see that this last Commit df422c0 is almost perfect OTClient builds (Windows) But, have an error with talking npcs: ERROR: ProtocolGame parse message exception (64 bytes unread, last opcode is 170, prev opcode is 107): InputMessage eof reached Any have fix that? i cant :(
  20. GhostWD

    Cross Compilation linux->windows?

    Hi there does anybody know how to compile OTC for windows on linux ? I was looking for some help and i found something in makefile to change variable to something like i686-w64-mingw32-gcc but i couldn't find that... With Regards, Ghost
Back
Top