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

debugging

  1. Obito

    Compiling Running TFS 1.4 in debug mode

    Greetings, I was trying to run TFS 1.4.1 in debug mode using visual studio 2022 it stuck at loading Lua scripts and it doesn't launch properly. Am I missing something?
  2. Snavy

    TFS 1.X+ OSX 10.14 - LLDB / GDB - unable to find symbols

    Using TFS 1.3 I have made some modifications in the sources and am facing segmentation fault 11 crash. I tried debugging with lldb ( it wasn't compiled with -g flag ) (lldb) target create tfs Current executable set to 'tfs' (x86_64). (lldb) run ... ... TFS log here ... Process 27477 stopped *...
  3. Source

    Simple debug system (whitelist/blacklist) for otclient

    Github: Source61/otclient-debug (https://github.com/Source61/otclient-debug) Simple debugging whitelist/blacklist system for otclient, so instead of spamming print(...) and std::cout everywhere, you can use g_logger.debug("some text", "somesection") and it will only be logged/printed out if...
Back
Top