Quote:
Error: EMuShareMem: DLLLoadLoot: !LootMMF.IsLoaded() (timeout)
|
aka your mysql server is being too slow. try running these queries by hand, one by one, against mysql on the command line (not in some stupid tool):
SELECT max(id), count(*) FROM loottable
SELECT count(*) FROM loottable_entries
SELECT max(id), count(*) FROM lootdrop
SELECT max(lootdrop_id), count(*) FROM lootdrop_entries
SELECT id, mincash, maxcash, avgcoin FROM loottable
SELECT id FROM lootdrop
caution: the last 2 are going to spit out a ton of shit.
If any of them take more than a few seconds to start printing stuff (you can kill it once they start printing), then your DB server cant produce the results fast enough for the zone. One thing you might try is just booting 1 zone, sleeping for like 30 seonds-1 minute and then booting the rest, so the other 9 zones arent interfering with mysql any.
if that dosent work, im out of ideas.