|
You last visited: Today at 08:34
Advertisement
anyone know how to debugg world server and how to fix this?
Discussion on anyone know how to debugg world server and how to fix this? within the Flyff Private Server forum part of the Flyff category.
10/13/2021, 16:25
|
#1
|
elite*gold: 0
Join Date: Feb 2012
Posts: 2
Received Thanks: 0
|
anyone know how to debugg world server and how to fix this?
|
|
|
10/13/2021, 17:09
|
#2
|
elite*gold: 18
Join Date: Sep 2009
Posts: 20,174
Received Thanks: 14,475
|
Quote:
Originally Posted by standby009
|
Have a look here and I'm not sure what you did there so we cannot help you without more information.
|
|
|
10/13/2021, 17:32
|
#3
|
elite*gold: 0
Join Date: Feb 2012
Posts: 2
Received Thanks: 0
|
First i debug the world server and clicking [Guild siege] Frank when i click apply my world server crash ...
template <class _Keyty>
bool _Lower_bound_duplicate(const _Nodeptr _Bound, const _Keyty& _Keyval) const {
return !_Bound->_Isnil && !_DEBUG_LT_PRED(_Getcomp(), _Keyval, _Traits::_Kfn(_Bound->_Myval));
}
template <class _Keyty>
_Tree_find_result<_Nodeptr> _Find_lower_bound(const _Keyty& _Keyval) const {
const auto _Scary = _Get_scary();
_Tree_find_result<_Nodeptr> _Result{{_Scary->_Myhead->_Parent, _Tree_child::_Right}, _Scary->_Myhead}; <----* target error
_Nodeptr _Trynode = _Result._Location._Parent;
while (!_Trynode->_Isnil) {
_Result._Location._Parent = _Trynode;
if (_DEBUG_LT_PRED(_Getcomp(), _Traits::_Kfn(_Trynode->_Myval), _Keyval)) {
_Result._Location._Child = _Tree_child::_Right;
_Trynode = _Trynode->_Right;
} else {
_Result._Location._Child = _Tree_child::_Left;
_Result._Bound = _Trynode;
_Trynode = _Trynode->_Left;
}
}
return _Result;
}
|
|
|
10/18/2021, 09:35
|
#4
|
elite*gold: 0
Join Date: May 2018
Posts: 3
Received Thanks: 0
|
CDPSrvr::OnGCApp(CAr & ar, DPID dpidCache, DPID dpidUser, LPBYTE lpBuf, u_long uBufSize) try this find this function and compare to other source
or replace this
Quote:
void CDPSrvr::OnGCApp(CAr & ar, DPID dpidCache, DPID dpidUser, LPBYTE lpBuf, u_long uBufSize)
{
BYTE nState;
ar >> nState;
#ifdef __SECURITY_FIXES
if (g_eLocal.GetState(EVE_GUILDWAR) == FALSE)
return;
#endif // __SECURITY_FIXES
CUser* pUser = g_UserMng.GetUser(dpidCache, dpidUser);
if (IsValidObj(pUser))
{
if (pUser->IsDie() == TRUE)
{
return;
}
CGuild *pGuild = pUser->GetGuild();
// 길드가 없거나 길드장이 아니면 신청 불가
if( pGuild == NULL || pGuild->IsMaster( pUser->m_idPlayer ) == FALSE )
{
pUser->AddDiagText( prj.GetText( TID_GAME_GUILDCOMBAT_NOT_GUILD_LEADER ) );
return;
}
if (nState == GC_IN_WINDOW)
{
CGuild* pGuild = g_GuildMng.GetGuild( pUser->m_idGuild );
if( pGuild && pGuild->IsMaster( pUser->m_idPlayer ) )
{
#ifdef __GAMEGUARD
if( strlen( pGuild->m_szGuild ) < 4 )
{
pUser->AddDiagText( prj.GetText( TID_DIAG_0020 ) );
return;
}
#endif // __GAMEGUARD
#if __VER >= 11 // __GUILD_COMBAT_1TO1
// 1:1길드대전에 입찰한 길드는 입찰 불가능하다.
int nIndex = g_GuildCombat1to1Mng.GetTenderGuildIndexByUser(pUs er);
if (nIndex != NULL_ID)
{
pUser->AddDefinedText(TID_GAME_GUILDCOMBAT1TO1_ISGC1TO1T ENDER);
return;
}
#endif // __GUILD_COMBAT_1TO1
pUser->AddGCWindow(g_GuildCombatMng.GetPrizePenya(2), g_GuildCombatMng.GetRequstPenya(pUser->m_idGuild), g_GuildCombatMng.m_nJoinPanya);
}
}
else if (nState == GC_IN_APP)
{
DWORD dwPenya;
ar >> dwPenya;
g_GuildCombatMng.GuildCombatRequest(pUser, dwPenya); //
}
}
}
|
i hope i helped
|
|
|
10/24/2021, 13:15
|
#5
|
elite*gold: 0
Join Date: Aug 2010
Posts: 98
Received Thanks: 76
|
You can add me on discord, i'll help you to fix it
Snow#1865
|
|
|
04/13/2023, 21:46
|
#6
|
elite*gold: 0
Join Date: Oct 2017
Posts: 1
Received Thanks: 0
|
I need help with the same problem I can't solve
|
|
|
Similar Threads
|
[04.09.13] GigaByte v2.6 [FIX, FIX, FIX, FIX AND FIX]
09/11/2013 - WarRock Hacks, Bots, Cheats & Exploits - 79 Replies
http://www.elitepvpers.com/forum/warrock-hacks-bot s-cheats-exploits/2843300-11-09-gigabyte-public-v2 -7-a.html
|
Anyone know how to fix this error? (will pay for fix)
07/24/2012 - SRO Private Server - 42 Replies
After I select a character and click start, the loading screen appears, but it doesn't start loading, and I get this error in GS:
Exception has been occurred during dispatching msg (MsgID:0x6008)
Pic:
http://i48.tinypic.com/f20kjp.jpg
|
NPC EDITOR PROBLEM DEBUGG
03/03/2012 - Flyff Private Server - 4 Replies
Well when I open the NPC EDITOR I get this window please how I can fix this
http://img718.imageshack.us/img718/1410/dibujoxml .jpg
|
All times are GMT +1. The time now is 08:35.
|
|