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

TFS 1.0 Segmentation fault (core dumped)

president vankk

Web Developer & AuraOT Owner
Joined
Jul 10, 2009
Messages
5,719
Solutions
9
Reaction score
339
I'm having this bug when TFS is running:
Segmentation fault (core dumped)

I don't have idea how to fix, I already searched at google something but nothing is working. Really need help about this.
Thanks.
 
I did this, https://otland.net/threads/segmentation-fault-core-dumped.214872/#post-2060464


and getting this problem
Code:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff585d700 (LWP 6182)]
0x00000000006f72c4 in Guild::getId() const ()
(gdb) bt full
#0  0x00000000006f72c4 in Guild::getId() const ()
No symbol table info available.
#1  0x00000000008507d2 in LuaScriptInterface::luaGuildGetId(lua_State*) ()
No symbol table info available.
#2  0x00007ffff7634283 in ?? ()
  from /usr/lib/x86_64-linux-gnu/libluajit-5.1.so.2
No symbol table info available.
#3  0x00007ffff7673ce0 in lua_pcall ()
  from /usr/lib/x86_64-linux-gnu/libluajit-5.1.so.2
No symbol table info available.
#4  0x00000000007edd7a in LuaScriptInterface::protectedCall(lua_State*, int, int  ) ()
No symbol table info available.
#5  0x00000000007eeb35 in LuaScriptInterface::callFunction(int) ()
No symbol table info available.
#6  0x000000000094697f in InstantSpell::executeCastSpell(Creature*, LuaVariant c  onst&) ()
No symbol table info available.
#7  0x0000000000946857 in InstantSpell::internalCastSpell(Creature*, LuaVariant  const&) ()
No symbol table info available.
#8  0x0000000000946738 in InstantSpell::castSpell(Creature*) ()
No symbol table info available.
---Type <return> to continue, or q <return> to quit---quit
Quit
(gdb) quit---quit
 
Back
Top