Jump to content

Mangos freeze on Loading Creature Data


Guest Iowahc

Recommended Posts

Hy there. I trying to start my mangos-worldd.

It gets stuck on following:

Loading Creature Data...

[3 ms] SQL: SELECT creature.guid, id, map, modelid,equipment_id, position_x, position_y, position_z, orientation, spawntimesecs, spawndist, currentwaypoint,curhealth, curmana, DeathState, MovementType, spawnMask, phaseMask, event, pool_entry FROM creature LEFT OUTER JOIN game_event_creature ON creature.guid = game_event_creature.guid LEFT OUTER JOIN pool_creature ON creature.guid = pool_creature.guid

Yesterday everything went fine :(

EDIT: Damn... wrong forum :( Mod could you move this?

Link to comment
Share on other sites

this can happen for example if you test on a slow and not properly configured localhost mysql installation. if mysql doesnt have enough ram simple update queries can take 100ms or more to execute, and such ones... long.

if this happens again try giving mysql a bit more ram (edit conf) and check for innodb datafiles fragmentation.

(had this problem on my notebook and got it solved like this)

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use