[HILFE]Core down

10/23/2013 20:57 x'Radon#1
Moin :)

wenn ich mich innerhalb eines dungeons per d.jump_all oder d.new_jump_all tele usw stürzt core ab und es kommt das in putty :

Code:
Assertion failed: (m_pUsedList==NULL && "CDynamicPool::~CDynamicPool() - NOT Clear"), function ~CDynamicPool, file ../../common/pool.h, line 41.
und dies habe ich in der game2089 gefunden:
Code:
 v2 = *(_DWORD *)(a1 + 12);
  if ( v2 )
    __assert("~CDynamicPool", "../../common/pool.h", 41);
Ich hoffe mir kann jemand helfen. :)