-
Notifications
You must be signed in to change notification settings - Fork 158
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
Playerbots cause server to crash during Warsong gulch battleground #737
Comments
Compiling in Release generates useless crash logs. Compile in RelWithDebInfo to get anything readable. |
#715 (comment) |
On Windows it will. I've been running my server for over a week with MapUpdate.Threads set to 1 and there are no issues. As I've said before though, changing ThreadPool does basically nothing in relation to the bots. |
It crashes faster and more frequent when |
I know that battlegrounds can crash if you are in it as a GM, at least it has happened to me many, many times. Aside from that I never have crashes though. |
Happens randomly; bots join the queue, start buffing, match starts, sometimes match ends without crashing. My solo server never crashed with playerbots in the world or dungeons, it started to happen when I enabled [
AiPlayerbot.RandomBotAutoJoinBG = 1
], server crashes with, or without a living player on wsg bg.Changing
MapUpdate.Threads
from 1 to 8,ThreadPool
to 8, andMaxCoreStuckTime
to 30 helped a bit, server's crashes became a bit less frequent from my observation. Expected behavior: server doesn't crash during battleground populated with playerbots.The text was updated successfully, but these errors were encountered: