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

otclient Logs me Out After 20 Seconds. Please help. Thanks.

CoolBuys1290

Member
Joined
Aug 23, 2018
Messages
80
Reaction score
8
otclient logs me out after 20 seconds of being logged in. Here's the crash code:

C++:
== application crashed
app name: OTClient
app version: 0.6.6
build compiler: gcc 4.8.1
build date: Feb 17 2017
build type: Release
build revision: 0 (df422c0)
crash date: Aug 28 2020 00:52:11
exception: Integer divide by zero (0xc0000094)
exception address: 0x004aa894
  backtrace:
    0: C:\otclient\otclient\otclient.exe(push_tuple_internal_luavalue<5>::call<std::tuple<std::basic_string<char,std::char_traits<char>,std::allocator<char> >,unsigned int,std::basic_string<char,std::char_traits<char>,std::allocator<char> >,int,bool> >+0x1d4) [0x00000000004AA894]
    1: C:\otclient\otclient\otclient.exe(ProtocolGame::parseLoginAdvice+0x1b7) [0x00000000004C5BE7]
    2: C:\otclient\otclient\otclient.exe(stdext::format<char [4]>+0x27) [0x00000000004B8227]
    3: C:\otclient\otclient\otclient.exe(SpriteManager::saveSpr+0x559) [0x00000000004E13C9]
    4: C:\otclient\otclient\otclient.exe(LuaInterface::bindClassStaticFunction<Spawn,<lambda_d639776d0c9ced83b212d51f072647d4> >+0x38) [0x000000000045BF68]
    5: C:\otclient\otclient\otclient.exe(LuaInterface::bindClassMemberFunction<Spawn,std::vector<stdext::shared_object_ptr<CreatureType>,std::allocator<stdext::shared_object_ptr<CreatureType> > > __cdecl(void),Spawn>+0x29) [0x000000000045C749]
    6: C:\otclient\otclient\otclient.exe(LuaInterface::bindClassStaticFunction<Spawn,<lambda_d639776d0c9ced83b212d51f072647d4> >+0x80) [0x000000000045BFB0]
    7: C:\otclient\otclient\otclient.exe(LuaInterface::bindClassMemberFunction<Spawn,std::vector<stdext::shared_object_ptr<CreatureType>,std::allocator<stdext::shared_object_ptr<CreatureType> > > __cdecl(void),Spawn>+0x29) [0x000000000045C749]
    8: C:\otclient\otclient\otclient.exe(LuaInterface::bindClassStaticFunction<Spawn,<lambda_d639776d0c9ced83b212d51f072647d4> >+0x80) [0x000000000045BFB0]
    9: C:\otclient\otclient\otclient.exe(LuaInterface::bindSingletonFunction<Map,bool __cdecl(std::basic_string<char,std::char_traits<char>,std::allocator<char> > const &)>+0x14) [0x0000000000450084]
    10: C:\otclient\otclient\otclient.exe(LuaInterface::registerClass<UIMapAnchorLayout,UIAnchorLayout>+0xf0) [0x000000000046D7D0]
    11: C:\otclient\otclient\otclient.exe(std::`dynamic atexit destructor for '_Fac_tidy_reg''+0x1a86bf) [0x00000000007A543F]
    12: C:\otclient\otclient\otclient.exe(`dynamic initializer for 'boost::asio::detail::execution_context_service_base<boost::asio::detail::null_reactor>::id''+0) [0x0000000000401250]
    13: C:\otclient\otclient\otclient.exe(boost::asio::detail::`dynamic initializer for 'winsock_init_instance''+0x55) [0x00000000004012D5]
    14: C:\Windows\SYSTEM32\ntdll.dll(RtlGetAppContainerNamedObjectPath+0xe4) [0x0000000077DF7A94]
    15: C:\Windows\SYSTEM32\ntdll.dll(RtlGetAppContainerNamedObjectPath+0xb4) [0x0000000077DF7A64]
 
Back
Top