• 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 - Crash after click ENTER in login page.

Lupek

New Member
Joined
Mar 30, 2020
Messages
26
Reaction score
1
Hello, i have a little bit problem with otclient from github.

Im using linux, maybe this is the problem but there are my crash logs:
Code:
Startup done :]
otclient: /otclient/src/client/animator.cpp:59: void Animator::unserialize(int, const FileStreamPtr&): Assertion `m_startPhase >= -1 && m_startPhase < m_animationPhases' failed.
ERROR: Application crashed
app name: OTClient
app version: 0.6.6
build compiler: gcc 8.3.0
build date: Mar 31 2020
build type: RelWithDebInfo
build revision: 0 (devel)
crash date: Apr 01 2020 02:19:55
  at rip = 0x7f74e69c0ed7
     rax = 0
     rbx = 0
     rcx = 0x7f74e69c0ed7
     rdx = 0
     rsi = 0x7fffffa2c5a0
     rdi = 0x2
     rbp = 0x7f74e6b30588
     rsp = 0x7fffffa2c5a0
     efl = 0x246

I tried to comment that for fun and build one more time, now error is:
Code:
Startup done :]
terminate called after throwing an instance of 'std::length_error'
  what():  vector::_M_default_append
ERROR: Application crashed

Maybe im using bad Tibia.spr / .dat but i dont know.

Any advices?

Someone earlier had same problem?
 
Last edited:
Back
Top