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

Crash client during character select

troian

New Member
Joined
Dec 12, 2022
Messages
1
Reaction score
0
Hello, I have a problem with a clean build of the client, after selecting a character from the list, I get a crash message. Below is the contents of the crashreport.log file. No errors on the server side.
Lua:
== application crashed
app name: OTClient - Redemption
app version: 2.0.1
build compiler: Visual Studio - x86
build date: Dec  9 2022
build type: RelWithDebInfo
build revision: 3.769 (main)
crash date: Dec 12 2022 09:45:08
exception: Access violation (0xc0000005)
exception address: 0x00b266a5
  backtrace:
    0: C:\vcpkg\otclient\otclient.exe(Item::createBuffer+0x15) [0x0000000000B266A5]
    1: C:\vcpkg\otclient\otclient.exe(Item::setId+0x55) [0x0000000000B26F65]
    2: C:\vcpkg\otclient\otclient.exe(Item::create+0x5c) [0x0000000000B2631C]
    3: C:\vcpkg\otclient\otclient.exe(ProtocolGame::getItem+0x79) [0x0000000000BC7B89]
    4: C:\vcpkg\otclient\otclient.exe(ProtocolGame::getThing+0xac) [0x0000000000BC69AC]
    5: C:\vcpkg\otclient\otclient.exe(ProtocolGame::setTileDescription+0x200) [0x0000000000BC63E0]
    6: C:\vcpkg\otclient\otclient.exe(ProtocolGame::setFloorDescription+0x86) [0x0000000000BC6186]
    7: C:\vcpkg\otclient\otclient.exe(ProtocolGame::setMapDescription+0x69) [0x0000000000BC60E9]
    8: C:\vcpkg\otclient\otclient.exe(ProtocolGame::parseMapDescription+0xc5) [0x0000000000BBFEF5]
    9: C:\vcpkg\otclient\otclient.exe(ProtocolGame::parseMessage+0xa9c) [0x0000000000BBBB2C]
    10: C:\vcpkg\otclient\otclient.exe(ProtocolGame::onRecv+0xaf) [0x0000000000BBAD3F]
    11: C:\vcpkg\otclient\otclient.exe(Protocol::internalRecvData+0x142) [0x0000000000CA1CB2]
    12: C:\vcpkg\otclient\otclient.exe(std::_Func_impl_no_alloc<`Protocol::internalRecvHeader'::`4'::<lambda_1>,void,unsigned char *,unsigned short>::_Do_call+0x17) [0x0000000000CA2607]
    13: C:\vcpkg\otclient\otclient.exe(Connection::onRecv+0xa9) [0x0000000000C96799]
    14: C:\vcpkg\otclient\otclient.exe(asio::detail::read_op<asio::basic_stream_socket<asio::ip::tcp,asio::any_io_executor>,asio::mutable_buffers_1,asio::mutable_buffer const *,asio::detail::transfer_all_t,`Connection::read'::`2'::<lambda_1> >::operator()+0x4e) [0x0000000000C9ADAE]
    15: C:\vcpkg\otclient\otclient.exe(asio::asio_handler_invoke<asio::detail::binder2<asio::detail::read_op<asio::basic_stream_socket<asio::ip::tcp,asio::any_io_executor>,asio::mutable_buffers_1,asio::mutable_buffer const *,asio::detail::transfer_all_t,`Connection::read'::`2'::<lambda_1> >,sŹ+0x16) [0x0000000000CA0636]
    16: C:\vcpkg\otclient\otclient.exe(asio::detail::win_iocp_socket_recv_op<asio::mutable_buffers_1,asio::detail::read_op<asio::basic_stream_socket<asio::ip::tcp,asio::any_io_executor>,asio::mutable_buffers_1,asio::mutable_buffer const *,asio::detail::transfer_all_t,`Connection::read'::`2'::Ź+0x138) [0x0000000000C9E968]
    17: C:\vcpkg\otclient\otclient.exe(asio::detail::win_iocp_io_context::do_one+0x23d) [0x0000000000C924AD]
    18: C:\vcpkg\otclient\otclient.exe(Connection::poll+0xd7) [0x0000000000C95127]
    19: C:\vcpkg\otclient\otclient.exe(GraphicalApplication::poll+0x11d) [0x0000000000BFF10D]
    20: C:\vcpkg\otclient\otclient.exe(GraphicalApplication::run+0x125) [0x0000000000BFEBC5]
    21: C:\vcpkg\otclient\otclient.exe(main+0x27f) [0x0000000000D1DD0F]
    22: C:\vcpkg\otclient\otclient.exe(__scrt_common_main_seh+0xfa) [0x0000000001038C89]
    23: C:\Windows\System32\KERNEL32.DLL(BaseThreadInitThunk+0x19) [0x000000007771FEF9]
    24: C:\Windows\SYSTEM32\ntdll.dll(RtlGetAppContainerNamedObjectPath+0x11e) [0x0000000077DB7BBE]
    25: C:\Windows\SYSTEM32\ntdll.dll(RtlGetAppContainerNamedObjectPath+0xee) [0x0000000077DB7B8E]
 
Back
Top