I've had a server running for a little over 24 hours without issue. Myself and a friend from Australia were playing. I modified the AHBOTOPTIONS to produce a large auctionhouse pool to select from. Upon rebooting the server I realized I hadn't correctly configured AHBOT to have a GUID and accountID so I did that and cleared the auctionhouse table in the database. The server booted normally and I was able to login, but after about a minute the server became unresponsive in game. I saw the following in the server console window:
The sql errors I'm assuming aren't that serious, but the error in the middle is what I believe is making me unable to play now. Any help with this would be appreciated.
EDIT: I should note that I can auth with the server but it stays stuck on Connected. I can no longer enter the game world. Also, the worldserver.exe continues to list the sql errors ad nauseam, and a control-c does not sequence break the daemon, you have to click on the red x to close the window.
Code:
ERROR [spells] Player::addSpell: Non-existed in SpellStore spell #810 request.
ERROR [sql.sql] Enchantment id #289 used but it doesn't have records in 'ItemRandomProperties.dbc'
ERROR [sql.sql] Enchantment id #284 used but it doesn't have records in 'ItemRandomProperties.dbc'
ERROR [sql.sql] Enchantment id #275 used but it doesn't have records in 'ItemRandomProperties.dbc'
ERROR [sql.sql] Enchantment id #285 used but it doesn't have records in 'ItemRandomProperties.dbc'
ERROR [server.worldserver] World Thread hangs, kicking out server!
d:\zealotpureblizzlike\v11\core-v11\src\server\worldserver\master.cpp:107 in FreezeDetectorRunnable::run ASSERTION FAILED:
false
[0x5cf4fe]
ACE_OS_Thread_Adapter::invoke()+0xa1 [0x0]
o_iswdigit()+0x5f [0x0]
BaseThreadInitThunk()+0x19 [0x0]
RtlGetAppContainerNamedObjectPath()+0xe4 [0x0]
RtlGetAppContainerNamedObjectPath()+0xb4 [0x0]
ERROR [sql.sql] Enchantment id #273 used but it doesn't have records in 'ItemRandomProperties.dbc'
ERROR [sql.sql] Enchantment id #289 used but it doesn't have records in 'ItemRandomProperties.dbc'
ERROR [sql.sql] Enchantment id #274 used but it doesn't have records in 'ItemRandomProperties.dbc'
ERROR [sql.sql] Enchantment id #277 used but it doesn't have records in 'ItemRandomProperties.dbc'
ERROR [sql.sql] Enchantment id #276 used but it doesn't have records in 'ItemRandomProperties.dbc'
ERROR [sql.sql] Enchantment id #288 used but it doesn't have records in 'ItemRandomProperties.dbc'
ERROR [sql.sql] Enchantment id #280 used but it doesn't have records in 'ItemRandomProperties.dbc'
ERROR [sql.sql] Enchantment id #290 used but it doesn't have records in 'ItemRandomProperties.dbc'
ERROR [sql.sql] Enchantment id #285 used but it doesn't have records in 'ItemRandomProperties.dbc'
The sql errors I'm assuming aren't that serious, but the error in the middle is what I believe is making me unable to play now. Any help with this would be appreciated.
EDIT: I should note that I can auth with the server but it stays stuck on Connected. I can no longer enter the game world. Also, the worldserver.exe continues to list the sql errors ad nauseam, and a control-c does not sequence break the daemon, you have to click on the red x to close the window.
Last edited: