Crash when joining a new map with a new ticket

Results 1 to 3 of 3
  1. #1
    Enthusiast ElMaqui is offline
    MemberRank
    May 2020 Join Date
    FranceLocation
    38Posts

    Crash when joining a new map with a new ticket

    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 :
    Code:
    else if (dwWorldID == WI_WORLD_TEST)
            strPath = MakePath("Theme\\Default\\", "MapLoading_Cisland.tga");
    But doesn't work too.
    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 :

    Code:
    if( pItemProp->dwItemKind3 == IK3_EXP_RATE )
                    {
    
                        if( bHasExpRender == TRUE )
                            continue;
                        else
                        {
                            RenderExpBuffIcon( p2DRender, pBuff, pInfo, ptMouse, wId );
                            bHasExpRender = TRUE;
                            continue;
                        }
                    }
    If someone could help me, thanks !


  2. #2
    ‎‎‎‎ Ketchup is offline
    ModeratorRank
    Jan 2009 Join Date
    New YorkLocation
    2,927Posts

    Re: Crash when joining a new map with a new ticket

    Did you edit layer.inc and ticket.inc ?

  3. #3
    Enthusiast ElMaqui is offline
    MemberRank
    May 2020 Join Date
    FranceLocation
    38Posts

    Re: Crash when joining a new map with a new ticket

    I didn't edit layer.inc, that's maybe cause of that, I'll test, thanks.



Advertisement