LORDofDOOM / MMOCore

This core is not supported anymore - Please use the new MMOCoreEvo
https://github.com/LORDofDOOM/MMOCoreEvo
GNU General Public License v2.0
34 stars 40 forks source link

error and crash #47

Open ahuraa opened 12 years ago

ahuraa commented 12 years ago

E:/gunship sources/MMOCore new/MMOCore/src/server/game/Entities/Object\Object.h:538 in GridObject::RemoveFromGrid ASSERTION FAILED: IsInGrid() [0x1bd4f2] [0x1be5b1] [0x1befed] [0x2bf091] [0x2bedc1] ACE_Task_Base::svc_run()+0x2e [0x0] ACE_Thread_Adapter::invoke_i()+0x6b [0x0] ACE_Thread_Adapter::invoke()+0x83 [0x0] endthreadex()+0x3a [0x0] endthreadex()+0xe4 [0x0] BaseThreadInitThunk()+0x12 [0x0] RtlInitializeExceptionChain()+0x63 [0x0] RtlInitializeExceptionChain()+0x36 [0x0]

YannickFricke commented 12 years ago

Just comment out the lines.

ASSERT(); is a stupid macro for debugging the Code.