Sigoles
Discord: @sigoles
- Joined
- Nov 20, 2015
- Messages
- 1,200
- Solutions
- 2
- Reaction score
- 149
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x67ff90125700 (LWP 1667)]
0x00000000004255ec in Item::isRemoved (this=) at item.h:768
768 return !parent || parent->isRemoved();
error log:
hastebin
maybe related to this bug reported:
#996
items.cpp
hastebin
items.h
hastebin
item.cpp
hastebin
item.h
hastebin
game.cpp checkDecay
hastebin
I'm using tfs 1.2
I also want an explanation beyond fix, as I will try to reproduce the bug
[Switching to Thread 0x67ff90125700 (LWP 1667)]
0x00000000004255ec in Item::isRemoved (this=) at item.h:768
768 return !parent || parent->isRemoved();
error log:
hastebin
maybe related to this bug reported:
#996
items.cpp
hastebin
items.h
hastebin
item.cpp
hastebin
item.h
hastebin
game.cpp checkDecay
hastebin
I'm using tfs 1.2
I also want an explanation beyond fix, as I will try to reproduce the bug
Last edited by a moderator: