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

Recent content by ThaLeeeS

  1. ThaLeeeS

    Lua Error server crashing (help) what is the reason for the crash

    Which operating system version are you running?
  2. ThaLeeeS

    TFS 0.X Crash: ChatChannel removeUser

    Which operating system version are you running?
  3. ThaLeeeS

    [OTClient Showoff] Show off your OTClient project/module/UI and other

    Hello everyone. I would like to share my open tibia client mobile with pokemon features:
  4. ThaLeeeS

    TFS 0.X Translating the Crashing Log

    Thank you for answering. The weird thing is that those methods are not modified. The only modification I've made is in luascript, in other words, I added a custom method to validate some player info, which I think should not causing the issue. I checked the possibilities of call that method of...
  5. ThaLeeeS

    TFS 0.X Translating the Crashing Log

    Hi @Jo3Bingham No more crashing like the above crash log. However a new random crash starts to happening. Have you any ideia? Game::internalCreatureChangeVisible (this=<optimized out>, creature=0x7fa5c2114370, visible=VISIBLE_NONE) at game.cpp:4358 list = @0x100: <error reading...
  6. ThaLeeeS

    TFS 0.X Translating the Crashing Log

    Hi, thanks for the assistance! I added the (*it) validator and compiled it. Let's see if this issue will come up again. I also noticed that this problem is related with player/summon dies. I will keep this thread updated on when I get more info.
  7. ThaLeeeS

    TFS 0.X Translating the Crashing Log

    Hi everybody, I diagnosed a random crash in TFS 0.3.6 compiled distro of Ubuntu 16.04. Could someone help me to find a way to solve the crash by understanding the gdb log? [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1"...
  8. ThaLeeeS

    OTClient Code Blocks Compile error!

    Credits to feli123: First: You go to "C:\MinGW\lib\gcc\mingw32\4.9.3\include\c++" and edit cstdio file. Before these two lines: #include <bits/c++config.h> #include <stdio.h> Put this line: #undef __STRICT_ANSI__ Second: You go to "C:\otclient-master" it is your otclient folder. Then, edit...
  9. ThaLeeeS

    [HELP] OTClient 0.6.5 - Map sprites problem [HELP]

    Hello to all! I found a bug in OTClient 0.6.5 and I really need help to solve this. When I enter in game all sprites are fine, look screen: But, when I walk with my player to some position, look at the sprites: In certain places I got crash. The crashlog: ERROR: too many things, pos=889 418...
  10. ThaLeeeS

    Linux Help with Server CRASH

    Bump
  11. ThaLeeeS

    Linux Help with Server CRASH

    Hello! My server is crashing and I dont know why. Floating point exception is the error I'm using TFS 0.3.5 Look my screen log: Compiled with GNU C++ version 4.6.3 at Oct 14 2013, 14:35:51. A server developed by Elf, slawkens, Talaturen, KaczooH, Lithium, Kiper, Kornholijo. Visit our forum for...
  12. ThaLeeeS

    DEBUG - How solve it

    I received this error when I click to login with the character. The client crash like when the character is in invalid position on map. Server version is 8.54 (TFS 0.3.6) Ubuntu 12. I didnt change nothing...
  13. ThaLeeeS

    DEBUG - How solve it

    Hello ! I started a server but when I login with my char I get a crash. Look : +--------------------------------------------------------------- Debug Assertion 8.54 Control.cpp 1324 Sat Oct 12 00:35:46 2013 Graphic Engine: DirectX9 (2) Operating System: Windows 7 Home Premium Edition 64 Bit...
  14. ThaLeeeS

    Lua onLook - Rep++

    ok thanks for reply.
  15. ThaLeeeS

    Lua onLook - Rep++

    Hello ! I need onLook on items for show any Attribute. Like: But not work.. Help me... Thanks
Back
Top