Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When I reopened a task when the crash! #100

Open
NEW-BOY1 opened this issue Nov 14, 2022 · 6 comments
Open

When I reopened a task when the crash! #100

NEW-BOY1 opened this issue Nov 14, 2022 · 6 comments

Comments

@NEW-BOY1
Copy link

NEW-BOY1 commented Nov 14, 2022

Receive:CGGQuestAccept(QuestID:2010,)
Mission SayNPCMission removes from Event 4
free(): invalid pointer
Aborted (core dumped)

This is a hint.
Level 150 professional task, I give up,
When I activate again. Gameserver crash

@tiancaiamao

@NEW-BOY1 NEW-BOY1 changed the title When I reopened a task when the dc! When I reopened a task when the crash! Nov 14, 2022
@tiancaiamao
Copy link
Contributor

What's the race you're playing? vampire or slayer or ousters?
And what's the role?

@Supacek
Copy link

Supacek commented Nov 15, 2022

void GQuestElement::whenMissionEnd( PlayerCreature* pOwner, GQuestMission* pMission )
{
if ( getEventType() == GQuestManager::MAX ) return;
cout << "Mission " << pMission->getMissionName() << " removes from Event " << (int)getEventType() << endl;
list<GQuestMission*>& missions = pOwner->getGQuestManager()->getEventMission(getEventType());
list<GQuestMission*>::iterator itr = find(missions.begin(), missions.end(), pMission);

if ( itr != missions.end() ) missions.erase(itr);
else cout << "****** but cannot find! ******" << endl;

}

@NEW-BOY1
Copy link
Author

NEW-BOY1 commented Nov 15, 2022

What's the race you're playing? vampire or slayer or ousters? And what's the role?

Three RACE 150 full-time task.. Perhaps you can look at

@Supacek
Copy link

Supacek commented Nov 17, 2022

what i did i removed the Quests from game and made Triggers for JC no one like that stupid Quest:)

@Supacek
Copy link

Supacek commented Jan 6, 2023

image

                         Heres the Quest location just fix it or remove  [server/data)/EventGQuest.xml
                          or open the client folder where is the quest located in item datainfo.rpk there is the Quest u can compare it  must be same like in server files

@Supacek
Copy link

Supacek commented Jan 6, 2023

when u give up its somethink with the fail scripts
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants