Neuz crash after changing moverrender.cpp

Joined
May 13, 2011
Messages
1,463
Reaction score
155
Hi ragezoners.

Well my server is up and running no problems but only 1.
When an player reaches level 130 he wont get the Legend icon.

So i changed the if inside moverrender.cpp to add it. Compiled the neuz and for some odd reason it gives now this error

2013/ 8/28 16:51:10 GetItemProp range_error min:0, max:224951, index:983040

2013/ 8/28 16:51:10 CItemBase::SetTexture GetProp() NULL Return 983040

2013/ 8/28 16:51:10 Aug 28 2013 16:40:01 1 rCnt=1

Neuz.exe caused an EXCEPTION_ACCESS_VIOLATION in module Neuz.exe at 0023:006FE4B2, CItemBase::SetTexture()+0114 byte(s), g:\flyff releated\sources\blessed source\blessed source\official source\_common\item.cpp, line 0092+0003 byte(s)

- Registers

EAX=0018B45C EBX=7EFDE000 ECX=00000000 EDX=0000029C ESI=045136C0
EDI=75061245 EBP=0018B470 ESP=0018B440 EIP=006FE4B2 FLG=00010202
CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B

0023:006FE4B2 Neuz.exe, CItemBase::SetTexture()+0114 byte(s)
0023:007316C4 Neuz.exe, CItemElem::Serialize()+0996 byte(s)
0023:0045ABD6 Neuz.exe, CItemContainer<CItemElem>::Serialize()+0614 byte(s)
0023:0073334C Neuz.exe, CMover::Serialize()+6156 byte(s)
0023:00411CFB Neuz.exe, CDPClient::OnAddObj()+1403 byte(s)
0023:0040F074 Neuz.exe, CDPClient::OnSnapshot()+2548 byte(s)
0023:004110EC Neuz.exe, CDPClient::OnJoin()+0140 byte(s)
0023:0040E5C0 Neuz.exe, CDPClient::UserMessageHandler()+0176 byte(s)
0023:007D20FB Neuz.exe, CDPMng::ReceiveMessage()+0219 byte(s)
0023:004737EA Neuz.exe, CNeuzApp::FrameMove()+0106 byte(s)
0023:004979A0 Neuz.exe, CD3DApplication::Render3DEnvironment()+0384 byte(s)
0023:004977E1 Neuz.exe, CD3DApplication::Run()+0305 byte(s)
0023:0047A4AC Neuz.exe, WinMain()+0332 byte(s)
0023:0092973C Neuz.exe, WinMainCRTStartup()+0388 byte(s)
0023:750633AA kernel32.dll, BaseThreadInitThunk()+0018 byte(s)
0023:77549F72 ntdll.dll, RtlInitializeExceptionChain()+0099 byte(s)
0023:77549F45 ntdll.dll, RtlInitializeExceptionChain()+0054 byte(s)

With the neuz from the server itself that has the error in it i dont have any problems. So how could this be. I only changed the IF to set the Legend icon correctly.
 
Back