Hi ! I created a map on my server, the map work, but when I add a ticket to join this map and I join this map by ticket, my client crash and when I reconnect the same character, he crash, so the character is unusable.
First I supposed that was cause of loading screen, so I added a loading screen in DPclient.cpp :But doesn't work too.Code:else if (dwWorldID == WI_WORLD_TEST) strPath = MakePath("Theme\\Default\\", "MapLoading_Cisland.tga");
Here are the logs :
Neuz.exe caused an EXCEPTION_ACCESS_VIOLATION in module Neuz.exe at 0023:009A1A50, CWndWorld::RenderBuff()+0448 byte(s), c:\users\user\downloads\SP Flyff\source\_interface\wndworld.cpp, line 10955+0003 byte(s)
I checked wndworld.cpp at line 10955 :
If someone could help me, thanks !Code:if( pItemProp->dwItemKind3 == IK3_EXP_RATE ) { if( bHasExpRender == TRUE ) continue; else { RenderExpBuffIcon( p2DRender, pBuff, pInfo, ptMouse, wId ); bHasExpRender = TRUE; continue; } }





