• 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 OTX Crashing -

potinho

Intermediate OT User
Joined
Oct 11, 2009
Messages
1,397
Solutions
17
Reaction score
148
Location
Brazil
Im trying to fix my OTX, modifying some things, but yesterday crashes again and appear this:

[Switching to Thread 0x7ffff1deb700 (LWP 28109)]
0x00005555555b61ec in std::_Rb_tree<unsigned int, std::pair<unsigned int const, Player*>, std::_Select1st<std::pair<unsigned int const, Player*> >, std::less<unsigned int>, std::allocator<std::pair<unsigned int const, Player*> > >::_M_begin (this=0x70707070707076f) at /usr/include/c++/7/bits/stl_tree.h:737
737 { return static_cast<_Link_type>(this->_M_impl._M_header._M_parent); }

Does anyone know this error? what i need to do?

Follow those lines on stl_tree.h

C++:
      _Link_type
      _M_begin() _GLIBCXX_NOEXCEPT
      { return static_cast<_Link_type>(this->_M_impl._M_header._M_parent); }
 
Last edited:
Back
Top