Neuz Crash with adding new Grow Pet.

10/03/2013 21:02 raventh1984#1
Hi Elitepvpers,

Today i started to add an new Grow pet that will come out of an egg.
I have added all the things neccesary

defineitem/Spec_Item/PropItem/DefineObj/PropMover/MdlDyna/Pet.inc/transformitem.inc

However when i make an pet the neuz just crashed and its giving this error code.

2013/10/ 3 20:48:26 Oct 3 2013 16:08:03 1 rCnt=1

Neuz.exe caused an EXCEPTION_ACCESS_VIOLATION in module Neuz.exe at 0023:00502AA7, CWndWorld::RenderBuffIcon()+0983 byte(s), g:\flyff releated\sources\blessed source1\blessed source\official source\_interface\wndworld.cpp, line 9519+0003 byte(s)

- Registers

EAX=00000000 EBX=7EFDE000 ECX=00000000 EDX=00AC32AC ESI=00CE1D10
EDI=00ABBEB4 EBP=0018F2C0 ESP=0018EFF4 EIP=00502AA7 FLG=00010246
CS=0023 DS=002B SS=002B ES=002B FS=0053 GS=002B

0023:00502AA7 Neuz.exe, CWndWorld::RenderBuffIcon()+0983 byte(s)
0023:00505518 Neuz.exe, CWndWorld::RenderBuff()+0552 byte(s)
0023:004EAC35 Neuz.exe, CWndWorld::OnEraseBkgnd()+2613 byte(s)
0023:0051842C Neuz.exe, CWndBase::Paint()+0284 byte(s)
0023:0051820E Neuz.exe, CWndBase::PaintRoot()+0574 byte(s)
0023:00473286 Neuz.exe, CNeuzApp::Render()+0614 byte(s)
0023:00497CCF Neuz.exe, CD3DApplication::Render3DEnvironment()+0431 byte(s)
0023:00497AE1 Neuz.exe, CD3DApplication::Run()+0305 byte(s)
0023:0047A8AC Neuz.exe, WinMain()+0332 byte(s)
0023:0092BD3C Neuz.exe, WinMainCRTStartup()+0388 byte(s)
0023:74BA336A kernel32.dll, BaseThreadInitThunk()+0018 byte(s)
0023:76F6BF32 ntdll.dll, RtlInitializeExceptionChain()+0099 byte(s)
0023:76F6BF05 ntdll.dll, RtlInitializeExceptionChain()+0054 byte(s)

I am thinking it cant render the pet inside the Pet Status window but i am not sure of this.

I had recieved this error an long time ago when i added an new ticket.\
But i deleted that ticket and never paid attention to it until now.

Any help will be appriciated.

With kind regards.
10/03/2013 22:13 TrøublêMakêr#2
look there :

CWndWorld::RenderBuffIcon()+0983 byte(s), g:\flyff releated\sources\blessed source1\blessed source\official source\_interface\wndworld.cpp, line 9519+0003 byte(s)
10/04/2013 00:15 raventh1984#3
if i follow that line 9519 i come here.

if( pItem->dwItemKind3 == IK3_ANGEL_BUFF )

And it has something to do with the icon i see.
Cause when i dont add an icon but an normal icon then its not crashing.

So i have made new icons and save it into dds file however now its crashing with that error code.