Hi elitepvpers.
Today i made an ticket to Keberas Prison.
Everything went well.
Only when using the ticket the neuz.exe crash and gives the following error code
2013/ 2/15 14:51:22 Feb 11 2013 10:46:23 1 rCnt=1
Neuz.exe caused an EXCEPTION_ACCESS_VIOLATION in module Neuz.exe at 0023:00502700, CWndWorld::RenderBuff()+0448 byte(s), f:\source\lawl\official source\_interface\wndworld.cpp, line 11073+0003 byte(s)
- Registers
EAX=00000000 EBX=7EFDE000 ECX=00007AE8 EDX=00000000 ESI=00C880B0
EDI=00AB1E74 EBP=0018F50C ESP=0018F490 EIP=00502700 FLG=00210297
CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B
0023:00502700 Neuz.exe, CWndWorld::RenderBuff()+0448 byte(s)
0023:004E8565 Neuz.exe, CWndWorld::OnEraseBkgnd()+2613 byte(s)
0023:005154FC Neuz.exe, CWndBase::Paint()+0284 byte(s)
0023:005152DE Neuz.exe, CWndBase::PaintRoot()+0574 byte(s)
0023:004713C0 Neuz.exe, CNeuzApp::Render()+0544 byte(s)
0023:004958DF Neuz.exe, CD3DApplication::Render3DEnvironment()+0431 byte(s)
0023:004956F5 Neuz.exe, CD3DApplication::Run()+0245 byte(s)
0023:00478907 Neuz.exe, WinMain()+0327 byte(s)
0023:0092336C Neuz.exe, WinMainCRTStartup()+0388 byte(s)
0023:7681339A kernel32.dll, BaseThreadInitThunk()+0018 byte(s)
0023:77A39ED2 ntdll.dll, RtlInitializeExceptionChain()+0099 byte(s)
0023:77A39EA5 ntdll.dll, RtlInitializeExceptionChain()+0054 byte(s)
I have looked inside wndworld.cpp at the line 11073 but i come here
#ifdef __NEW_STACKABLE_AMPS
if( wType == BUFF_ITEM )
{
ItemProp* pItemProp = prj.GetItemProp( wId );
if( pItemProp->dwItemKind3 == IK3_EXP_RATE ) <--Line 11073
{
if( bHasExpRender == TRUE )
continue;
else
{
RenderExpBuffIcon( p2DRender, pBuff, pInfo, ptMouse, wId );
bHasExpRender = TRUE;
continue;
}
}
}
Could anyone tell me why its crashing?
The coordinates from the ticket are taken from beast.
With kind regards.