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

Linux Segmentation Fault (TFS 0.3.7) / OTX 2.15

rexgandi

Member
Joined
Oct 22, 2011
Messages
189
Reaction score
9
Hello. I use my engine on Ubuntu 18.04.
I have many crashes :(

When i sell item on NPC --- GDB:

Code:
Thread 2 "theotxserver" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff009b700 (LWP 30391)]
0x00005555555e73e4 in ContainerIterator::operator*() ()

When i try use command - createitems /i --- GDB:


Lua:
Thread 2 "theotxserver" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff009b700 (LWP 30406)]
0x000055556641ead8 in ?? ()
(gdb)


OR

Code:
Thread 2 "theotxserver" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff009b700 (LWP 30525)]
0x00005555557362f3 in Player::__queryMaxCount(int, Thing const*, unsigned int, unsigned int&, unsigned int) const ()
(gdb)

Next i use script when have a doPlayerAddItem() and in GDB:

Code:
Thread 2 "theotxserver" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7ffff009b700 (LWP 30529)]
0x00005555557362f3 in Player::__queryMaxCount(int, Thing const*, unsigned int, unsigned int&, unsigned int) const ()
(gdb)


When I delete - doPlayerAddItem in XXX.lua - All it's OK.
Help Me !!!
 
Back
Top