blueboy / portalclassic

playerbot support for C(ontinued)-MaNGOS (classic fork)
GNU General Public License v2.0
18 stars 32 forks source link

Crash when Broadcast to raid team #32

Open yushicsm opened 7 years ago

yushicsm commented 7 years ago

The playerbot was a great project. but it have many Unstable problem When i used to be in a raid team send commands to every bots sometims there will be crash Every crashs will Point to “if (!canObeyCommandFrom(fromPlayer))” line 6113 in PlayerbotAI.cpp seems the bots cant find where the orders come from

cala commented 7 years ago

Hello,

There are a few unstabilities in Playerbot, most due to the fact that there were heavy changes made to the core the last two years and they were only partly ported to Playerbot.

I'm currently trying to prevent this to happen again by officially merging Playerbot into the core: https://github.com/cmangos/mangos-classic/pull/291

To my knowledge, there are three major crashs/unstabilities in Playerbot:

These will be investigated and fixed one after another once Playerbot is merged into the core.

However, I did not notice a crash when giving orders to a raid. Can you provide a step-by-step way to reproduce this, please?

yushicsm commented 7 years ago

I cant reproduce that because that had a very small chance of happening...

yushicsm commented 7 years ago

It’s not the Playerbot‘s problem