conan513 / SingleCore_TC

TrinityCore Open Source MMO Framework
http://www.trinitycore.org
GNU General Public License v2.0
180 stars 67 forks source link

WorldServer fails to start after logging out with NPCBots #75

Open Tedris opened 7 years ago

Tedris commented 7 years ago

OS: Windows 10 SPP: Update 10 full

After adding NPCBots to server and then stopping and later starting the world server again, the server fails to start with the message:

bot_ai.cpp:7537 in bot_minion_ai::InitFaction ASSERTION FAILED: result

This is fixed temporarily by running the SQL to reset NPCBots, but this requires adding the NPCBots after if you want to use them again.

Parkan1986 commented 7 years ago

Lordpsyan maded two type of npcbots.New and Old.In current patch the NewNpcbots used.Maybe try to compile and update with old npcbots and try to test it?Maybe such server crashes will be resolved?