Taskbar Problem

06/24/2013 11:36 Suplado21#1
I just want to ask my problem about v19 taskbar.
I success to install it. my problem is when i double click
the round shape where the skill is in my neuz getting crashed.

Here's my error :

Code:
Neuz.exe caused an EXCEPTION_ACCESS_VIOLATION in module Neuz.exe at 001B:00473C0C, tagSHORTCUT::IsEmpty()+0012 byte(s), c:\users\esktop\full\source\official source\_common\projectcmn.h, line 1039+0012 byte(s)

 - Registers

EAX=4997D33C  EBX=00000000  ECX=00000000  EDX=099EEBA0  ESI=1B8E73A4
EDI=099F4714  EBP=0012F594  ESP=0012F590  EIP=00473C0C  FLG=00010246
CS=001B   DS=0023  SS=0023  ES=0023   FS=003B  GS=0000

001B:00473C0C Neuz.exe, tagSHORTCUT::IsEmpty()+0012 byte(s)
001B:00604282 Neuz.exe, CWndTaskBar::RemoveSkillQueue()+0050 byte(s)
001B:006185FC Neuz.exe, CWndNewSkillSlot::OnLButtonDblClk()+0716 byte(s)
001B:0051223D Neuz.exe, CWndBase::DefWindowProcA()+1661 byte(s)
001B:005112F4 Neuz.exe, CWndBase::WindowProc()+1508 byte(s)
001B:005113B4 Neuz.exe, CWndBase::WindowProc()+1700 byte(s)
001B:00510CEB Neuz.exe, CWndBase::WindowRootProc()+1371 byte(s)
001B:00470BE2 Neuz.exe, CNeuzApp::MsgProc()+0338 byte(s)
001B:0048D044 Neuz.exe, WndProc()+0036 byte(s)
001B:76F2C4E7 USER32.dll, gapfnScSendMessage()+0463 byte(s)
001B:76F2C5E7 USER32.dll, gapfnScSendMessage()+0719 byte(s)
001B:76F2CC19 USER32.dll, gapfnScSendMessage()+2305 byte(s)
001B:76F22E41 USER32.dll, DispatchMessageA()+0015 byte(s)
001B:0048F347 Neuz.exe, CD3DApplication::Run()+0199 byte(s)
001B:0047718C Neuz.exe, WinMain()+0332 byte(s)
001B:0093718C Neuz.exe, WinMainCRTStartup()+0388 byte(s)
001B:76D4ED6C kernel32.dll, BaseThreadInitThunk()+0018 byte(s)
001B:7760377B ntdll.dll, RtlInitializeExceptionChain()+0239 byte(s)
001B:7760374E ntdll.dll, RtlInitializeExceptionChain()+0194 byte(s)
06/24/2013 11:55 Suplado21#2
I mean double click the skill using mouse pointer. and the skill didnt remove when i change skill
06/24/2013 16:08 ThoughtfulDev#3
debug the neuz.
06/24/2013 16:51 Suplado21#4
nothing happens when i debug
06/24/2013 18:33 ThoughtfulDev#5
it should jump to the line / point where the exeption is.
06/25/2013 07:47 Suplado21#6
at line 1039 :

BOOL IsEmpty() { return m_dwShortcut == SHORTCUT_NONE; }