• 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. Epsilons

    OTClient Stuck on "Please wait : Connecting to login server" (ERROR: got a network message with invalid checksum)

    That's because I had cloned the TFS repo and used v1.5.0 without knowing. I tought it was v1.4.2 but it was not. v1.4.2 is indeed compatible with Edubart OTClient. Sorry for the confusion. Tried to edit my original post to clarify but it won't let me.
  2. Epsilons

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

    Thanks, the alternative solution worked and now TFS v1.4.2 is compiling flawlessly. I applied the change to iomapserialize.cpp and iomarket.cpp while making sure to cast all the enums to int static_cast<int> (instead of tfs::to_underlying). I've attached the modified iomapserialize.cpp and...
  3. Epsilons

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

    I did that (applied the iomapserialize.cpp, iomarket.cpp and tools.h changes) and it's not working. Throw 295 errors now. I believe my original issue lie within the fmt lib. I tried to override the more recent version installed with vcpkg back to v9.0.0 (which is the version that was available...
  4. 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...
  5. Epsilons

    Checksum error

    I encountered the same issue and successfully resolved it. I have shared a detailed post outlining the steps I took, which I believe will be immensely beneficial. Feel free to refer to it for guidance...
  6. Epsilons

    OTClient Stuck on "Please wait : Connecting to login server" (ERROR: got a network message with invalid checksum)

    And what about Mehah OTClient Redemption, based off Edubart? https://github.com/mehah/otclient Can you resume the differences between all these clients? Are they all based off the same base and just forked at some point in the past into their own thing? Also am I better off using Canary...
  7. Epsilons

    OTClient Stuck on "Please wait : Connecting to login server" (ERROR: got a network message with invalid checksum)

    Indeed, i am. I was instructed to use Edubart OTClient alongside TFS, although specific version details and compatibility information were not provided. After careful troubleshooting, I have successfully resolved the remaining issues and gained access to the game environment. I had to use The...
  8. Epsilons

    OTClient Stuck on "Please wait : Connecting to login server" (ERROR: got a network message with invalid checksum)

    I've managed to pinpoint the source of my issue. It seems I've been using the incorrect port on the client side. Silly oversight on my part! Instead of the MySQL port (3306), I should have been utilizing port 7171 for connectivity. This crucial detail is actually specified within the TFS...
  9. Epsilons

    OTClient Stuck on "Please wait : Connecting to login server" (ERROR: got a network message with invalid checksum)

    Dear OTLand community, I'm reaching out for assistance regarding issues I'm encountering while attempting to connect to my server with the Edubart OTClient v0.6.6. I'll provide detailed steps of my setup, hoping someone can offer a solution. DETAILS I began by cloning repositories for The...
Back
Top