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

compile error

  1. opsdan

    Compiling Error Compiling OTCv8 - LNK 2001 unresolved external symbol __std_remove_1

    I'm trying to compile otclientv8 from OTAcademy (GitHub - OTAcademy/otclientv8: Mirror of official OTClientV8 (https://github.com/OTAcademy/otclientv8)) using Visual Studio 2022 and Boost 1.62.0, but I've been stuck with these errors for a few days now: I've already tried pointing Linker >...
  2. S

    [zstd] Build error on x64-windows with VS2022 and Ninja: CMake policy version error persists

    Issue Description: I'm encountering a persistent build error while installing zstd:x64-windows via vcpkg. The error occurs during the configuration stage using Ninja, with CMake complaining about an outdated minimum required version. Despite several attempts to force a minimum CMake policy of...
  3. S

    C++ Error SpectatorVec Undefined when compile in Debug Mode

    I am getting this error when trying to compile in Debug mode: "Erro C2079 'std::pair<const Position,SpectatorVec>::second' usa class 'SpectatorVec' indefinido theforgottenserver" Can anyone help me? I don't understand why it works in Release mode but not in Debug, unfortunately I...
  4. G

    Error Compiling OTServer with TFS 1.5 in windows - Need Help

    Hello everyone, I am facing an issue while trying to compile OTServer using TFS 1.5. I am following Nekiro's project prepared for Tibia version 8.60. I have set up the environment as instructed, but when I try to compile, I get the following error: Operating System: Windows Could someone...
  5. U

    TFS1.4.2 FMT compile error

    I am trying to compile TFS 1.4.2, after following the instructions on Compiling on Windows (vcpkg) (https://github.com/otland/forgottenserver/wiki/Compiling-on-Windows-%28vcpkg%29) Ikeep getting this error: Error C2079 '_' uses undefined struct...
  6. Epsilons

    TFS 1.X+ Errors when compiling TFS v1.4x (v1.4, v1.4.1, v1.4.2)

    Dear OTLand community, I'm reaching out for assistance regarding issues I'm encountering while attempting to compile TFS v1.4.2. I have the exact same errors with TFS v1.4 and v1.4.1. That being said, I compiled TFS v1.2 and TFS v1.5 with no problem whatsoever. Here's the errors Visual Studio...
  7. fliber

    OTClient Hello everyone, how are you? I'm having a problem with my mounts, it only works in the normal old client, but it doesn't work in the otc, and in addit

    Error otclient👇👇👇 WARNING: attempt to destroy widget 'deathWindow two times ERROR: Protocol Game parse message exception (73 bytes, 30 unread, last opcode is 8:00 (B). prev opcode is 0x28 (40))) InputMessage eof reached Packet has been saved to packet log, you can use it to find what was...
  8. Z

    Compiling error

    1.4.2 First of all, I know that there is a lot of threads here asking the same thing, but I really try a lot of them and none helped. So, I'm having an error trying to compile my server. I'm very new on compiling, and I need to research some things to understand what are they saying. I was...
  9. V

    Solved otcv8-dev Compiling Error 'to_string': is not a member of 'boost::core::basic_string_view<char>'

    I compiled my sabrehaven Ot, I had some errors with boost and ftm, but I followed some tutorial and fixed it. But now im trying to compile otv8 client: GitHub - OTCv8/otcv8-dev: OTCv8 Development repository (source code) (https://github.com/OTCv8/otcv8-dev) And I'm having 66 errors, the most is...
  10. Jpstafe

    How can I know which is the correct tfs-sdk and boost for this ot?

    hello otland community, I have a question, I'm trying to fix an error with spells, exhausted, and I have to compile the ot to solve it, the problem I have is that when I compile it, it compiles without error, but when I replace the exe that compiles with the previous one, I get an error when...
  11. B

    Compiling issue with 12.x

    Hey, I'm having an issue when compiling a 12.x client, to be precise this is the error I'm having: ERROR: Failed to load '/things/1287/catalog-content' (Appearances): unable to open file '/things/1287/catalog-content.json': not found I'm new to the updates with Tibia as I haven't been around...
  12. ranita

    Compiling Issues

    Hi all, I'm fairly new to setting up an OT. I'm currently running TFS 1.2 10.98 and I noticed that the monsters don't respawn so I went ahead and found Updating Spawns. I'm attempting to compile but I'm presented with these two (file) and one (compile?) error: I'm thinking that I'm running...
  13. Z

    Compiling [100%] Linking CXX executable tfs / Errors at the end

    I've tried everything to fix my SRC but unfortunately without success. Could someone help me with this? Nostalrius based tfs 1.2 [ 98%] Building CXX object CMakeFiles/tfs.dir/src/wildcardtree.cpp.o [100%] Linking CXX executable tfs CMakeFiles/tfs.dir/src/combat.cpp.o: In function...
  14. Q

    Solved [TFS] Undefined reference for lua_*

    Hello all, I was searching for that topic on this forum and found some threads but none was solving my issue :| I have a problem with undefined reference. During compiling everything works fine till 100% and then I get errors for undefined references for lua_* files. All packages I've always...
  15. Kuantikum

    OTClient Compiling

    Hello guys, Im trying to compiling OTCLIENT "edubart/otclient" and i get this erros. What I've done ? I followed the guide edubart/otclient (https://github.com/edubart/otclient/wiki/Compiling-on-Windows) Additional directores i have linked: and Log errors: Rebuild started... 1>------...
  16. Jpstafe

    Error compiling my otx(help)

    when the compilation is about to finish, in the weapons.cpp part I get this error .. any solution? --------------------------------------------------------------------------------------------------- Gravedad Código Descripción Proyecto Archivo Línea Estado de supresión Error...
  17. Fifflaren

    fatal error C1083: Cannot open include file: 'boost/asio.hpp': No such file or directory

    Heyy guys, I know this question have been asked many times before. Yet I just cant seem to find a solution. Im trying to compile : https://github.com/nekiro/forgottenserver/tree/8.6-downgrad So thats Tfs1.3 and from my understanding you compile Tfs1.3 using this tutorial ...
  18. 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
  19. Kuantikum

    Compiling RewardBoss TFS 1.3

    HELLO!!! :p :p I basically open all the files from the sources of ot "New OT Project: OTServBR - Global (10x outdated with sprites 12.15" and searched for the word reward and added the modifications to the sources of my project 🤪🤪🤪 Iologindata.ccp Rewardchest.ccp /** * @file rewardchest.cpp...
  20. Jpstafe

    (HELP)compiling otclient

    i have compiled the otclient correctly pass the exe. and the dlls to the main folder and when i open the exe. I get this error What did I do wrong?
Back
Top