• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Aoxomoxoa

    Windows vs Linux Hosting

    Yeah I may just use WSL since it's already configured. I also built TFS side by side in WSL vs a Hyper-V container both running 20.4, the Hyper-V container was marginally faster. Built it probably 20-30 seconds faster. It's just annoying to have to boot up a VM in general. I love the concept of...
  2. Aoxomoxoa

    Windows vs Linux Hosting

    Have you had issues with your download speed from apt using WSL? I can only download at like max 200kbs on it. On a VM from the same iso, like 10mbs lol Been using Ubuntu Server 20.4 I am one of those people whose jobs force them to use Windows 10.... Hate it. I used Arch for years and...
  3. Aoxomoxoa

    Windows vs Linux Hosting

    I know the ins and outs of most distros. Have used them for years. I'm currently hosting it on a CLI Linux server from Ubuntu. I don't really see any difference between running it on my CLI or just on my Windows machine. I feel the memory usage is too small for that to matter. At least for...
  4. Aoxomoxoa

    Windows vs Linux Hosting

    What are the advantages besides the fact that Linux/GNU is a superior operating system for hosting? I've been running a development server on Windows and am wondering if it would be better to host on Linux. I've compiled the sever on both and it feels relatively the same.
  5. Aoxomoxoa

    OTClient [OTCLIENT] glew32s.lib

    Which Visual Studio version are you using to compile with? It could be causing an issue. It also sounds like you're trying to mix your Release and Debug builds causing VS to try to load two different CRT versions. Could you link us the OTClient source you're building off of?
  6. Aoxomoxoa

    TFS 0.X where i can found C++

    Is that 8.54-8.6?
  7. Aoxomoxoa

    Compiling TFS 1.x Add shield to black skull

    Would that give your character the conditions of being in a party as well?
  8. Aoxomoxoa

    OTClient [OTCLIENT] glew32s.lib

    Does the file exist in your folder? That's the most obvious solution.
  9. Aoxomoxoa

    TFS 1.3 Windows Server 2019

    Try using this build here: TFS Master Here is a scan for the folder: VirusTotal I had just compiled and ran that from the TFS Master branch on GitHub. So it should be working fine.
  10. Aoxomoxoa

    TFS 1.3 Windows Server 2019

    Have you tried one of the released builds on GitHub?
  11. Aoxomoxoa

    TFS 1.3 Windows Server 2019

    Absolutely. It's much easier to manage the server from a Linux machine. I don't see the problem in building it out on Windows, however. I would think that running on Windows and Linux with the same build would be much the same. As for any project, it's better to use what you're comfortable...
  12. Aoxomoxoa

    TFS 1.3 Windows Server 2019

    I switched from 1.2 to 1.3 with no problems at all besides a few lib errors that were solved by switching out the lib / events folders. If you'd like, pm me. I'll see if it's still causing an issue when running on my machine? It might be something on your computer that'd be causing it to crash.
  13. Aoxomoxoa

    Working Object Builder 10.98

    Are you running it as administrator? Are you running Object Builder and Tibia at the same time?
  14. Aoxomoxoa

    TFS 1.3 Windows Server 2019

    Did you compile this yourself? Have you tried recreating the problem on a stock server from the current TFS build + a stock data folder? Also, do you have a key.pem file within your main TFS folder?
  15. Aoxomoxoa

    MyPhpAdmin

    Are the TownIDs and Temple Positions set correctly within your map file?
  16. Aoxomoxoa

    TFS 1.3 Windows Server 2019

    Did you "open with" powershell? You should open a shell in that folder and run it with ./ServerName.exe Powershell shouldn't close when an app like that fails to run.
  17. Aoxomoxoa

    TFS 1.3 Windows Server 2019

    Try opening the server in Powershell. You should be able to see exactly where the server stopped booting up.
  18. Aoxomoxoa

    C++ [TFS 1.3] Conditions Not Being Properly Deserialized

    Very interesting! Thanks for explaining this. I've been looking all around the source for a fix and would've never guessed it'd be this simple.
  19. Aoxomoxoa

    C++ [TFS 1.3] Conditions Not Being Properly Deserialized

    Works even better! Thanks StreamSide! Everything seems to be back to normal. I'm curious, how did you go about finding that was the solution? I'm trying to learn all of this stuff.
  20. Aoxomoxoa

    C++ [TFS 1.3] Conditions Not Being Properly Deserialized

    Thanks for that workaround. I'll add that in there and keep working on trying to fix it myself to learn a bit more!
Back
Top