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

Core freeze while generating bots #55

Closed
conan513 opened this issue Dec 26, 2015 · 5 comments
Closed

Core freeze while generating bots #55

conan513 opened this issue Dec 26, 2015 · 5 comments

Comments

@conan513
Copy link

I put the characters and world DB on two seperated mysql server and the world db hangs while I clear all bots and waiting for the server to randomize the new bots.

Maybe the AiPlayerbot.RandomBotLoginAtStartup do this, because this setting isn't working yet and I can't set it to zero or false in the source and all bots try to login same time and teleporting to a random place.

@ghost
Copy link

ghost commented Dec 27, 2015

Maybe the random bots should have had some kind of sequenced login to avoid blocking the world from loading. Not sure how it should work, maybe there should be some kind of delayed queue system.

@conan513
Copy link
Author

Update:
RandomBotLoginAtStartup works fine on linux so again Windows is sux

http://i.imgur.com/bRkJ55b.png 890 bots generated under linux without any issue

@conan513
Copy link
Author

yep it's totally working on linux

http://i.imgur.com/rITX4uc.png 5000~ bots
http://take.ms/ynXla

https://www.youtube.com/watch?v=lxPhSn_Lkwc

@ghost
Copy link

ghost commented Jan 3, 2016

Hmm. Maybe Windows has a weakness in CPU or process thread handling that Linux don't have, so the code would need some kind of exception or for generating bots and add a FIFO for Windows.

@conan513
Copy link
Author

seems this issue solved

ike3 pushed a commit that referenced this issue Aug 21, 2018
[Core] Don't interrupt certain channeled spells
ike3 pushed a commit that referenced this issue Aug 28, 2018
Correct tauren male/female scale.
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

1 participant