mangosd.exe error help

Joined
Mar 5, 2007
Messages
3
Reaction score
0
Hey, I just downloaded the mangos BC COMPLETE zip and I'm having a bit of trouble setting it up. I'm getting an error
raginsoulz - mangosd.exe error help - RaGEZONE Forums


And the server.log file is reporting...

2007-03-05 08:19:16 >> Loaded 122 loot definitions
2007-03-05 08:19:16 Initializing Scripts...
2007-03-05 08:19:16 WORLD: Starting BattleGround System
2007-03-05 08:19:17 ERROR:SQL: DROP INDEX `idx_search` ON `creature_grid`
2007-03-05 08:19:17 ERROR:SQL ERROR: Can't DROP 'idx_search'; check that column/key exists

I'm using MySQL 5.0, I've looked at the table entry with the key, and it deletes after execution of mangosd.exe. So, after I put the key in for the table, execute mangosd.exe, get the error, then it just poofs out of mysql. I have no idea what is wrong, if anyone could help me, I'd greatly appreciate it. Thanks!

EDIT--

After more investigation I found that error occurs when the key's are deleted in creature_grid. The first error looks like...
raginsoulz - mangosd.exe error help - RaGEZONE Forums


and the error log reports no error, it just ends on
2007-03-05 15:56:52 >> Loaded 122 loot definitions
2007-03-05 15:56:52 Initializing Scripts...
2007-03-05 15:56:52 WORLD: Starting BattleGround System
 
Last edited:
Back