Jump to content

Crashing issues with MaNGOS with v10403 database


Recommended Posts

I've put together a fresh distribution of MaNGOS using the stickied tutorial found here.

Compiled everything without any errors.

When I run the server, everything runs fine, ingame it all seems fine until the server comes to a crash. I'm running Windows 7 x64 and using WOLTK build 12340 (3.3.5a)

Here are a few errors logged:

DBErrors: Other then a large number of these errors, there isn't much

2010-08-24 11:01:55 Table creature_movement has waypoint for creature guid 135805 (entry 17317), but MovementType is not WAYPOINT_MOTION_TYPE(2). Creature will not use this path.

Server:

2010-08-24 12:04:31 ERROR:SESSION: received not allowed opcode CMSG_LFD_PLAYER_LOCK_INFO_REQUEST (0x036E)

Crash log for mangosd.exe:

Revision: * * 10403 *

Date 23:8:2010. Time 20:25

//=====================================================

*** Hardware ***

Processor: Intel® Core2 Quad CPU Q9550 @ 2.83GHz

Number Of Processors: 4

Physical Memory: 4193400 KB (Available: 1609112 KB)

Commit Charge Limit: 4194303 KB

*** Operation System ***

Windows Vista or Windows Server 2008 Professional (Version 6.1, Build 7600)

//=====================================================

Exception code: C0000005 ACCESS_VIOLATION

I've tried using UDB with ACID, PSDB, and somebodys already put together UDB database with ACID.

UDB with ACID crashes occasionally appearing at random, PSDB jsut crashed upon login and somebody elses UDB appeared to last longer without crash but might be doing exactly what my put together UDB with ACID did, hard to tell since the crashes seem random.

Thanks in advance for any ideas or solutions for a fix to this problem.

-Tim

Edit: After starting fresh and running over everything I was to do, found out the directory for the SDKs Bin folder did not set in the compiler.. causing the server to be unstable.

Link to comment
Share on other sites

  • 40 years later...

"2010-08-24 11:01:55 Table creature_movement has waypoint for creature guid 135805 (entry 17317), but MovementType is not WAYPOINT_MOTION_TYPE(2). Creature will not use this path."

it has waypoints done.. but the creature doesn't have (in creature_template) MovementType.. setted to 2(Moving the points-waypoints) maybe it's 1.. random.. and this warning msg let you know that it will not use those waypoints

"2010-08-24 12:04:31 ERROR:SESSION: received not allowed opcode CMSG_LFD_PLAYER_LOCK_INFO_REQUEST (0x036E)"

--- this one... it's about dungeon finder.. cuz when a players opens dungeon finder panel.. the server doesn't know what to send... or something..

"using windows 7? wtf are you trying to do.. it's not indicated to use windows 7 as far as i know... btw "*** Operation System ***

Windows Vista or Windows Server 2008 Professional (Version 6.1, Build 7600)" this was taken from vista or 2008? or what?

post all the crashlog please:)

hope it helps

Link to comment
Share on other sites

DBErrors: Other then a large number of these errors, there isn't much

2010-08-24 11:01:55 Table creature_movement has waypoint for creature guid 135805 (entry 17317), but MovementType is not WAYPOINT_MOTION_TYPE(2). Creature will not use this path.

hmm how this could happened??? ..these mobs should have theirs wp's .. but somehow, someone changed movementType and set 0?

this should fix that problem

UPDATE creature SET MovementType=2, spawndist =0 WHERE guid IN (326,1012,3557,3574,3595,3596,4360,4361,4364,4377,4378,4522,5459,31772,37642,37647,37669,37671,37676,37677,37682,37691,37692,37693,37694,37695,37696,37697,37698,37699,37700,38347,39540,46818,51475,52070,52074,57656,58702,77361,77730,79750,84633,84716,85044,86177,86278,95560,115275,115276,127781,133611,135170,135210,135227,135228,135241,135253,135263,135265,135306,135338,135364,135445,135453,135473,135517,135530,135712,135729,135775,135805);

Link to comment
Share on other sites

I implemented your code Grz3s and still had some error's, so I added them and now all have gone. Thanks.

Here's your code updated:

UPDATE creature SET MovementType=2, spawndist =0 WHERE guid IN (326,1012,3557,3574,3595,3596,4360,4361,4364,4377,4378,4522,5459,31772,37642,37647,37669,37671,37676,37677,37682,37691,37692,37693,37694,37695,37696,37697,37698,37699,37700,38347,39540,46818,51475,52070,52074,57656,58702,77361,77730,79750,84633,84716,85044,86177,86278,95560,115275,115276,127781,133611,135170,135210,135227,135228,135241,135253,135263,135265,135306,135338,135364,135445,135453,135473,135517,135530,135712,135729,135775,135805,202957,202956,202955,202954,202591,202588,202958,202959,202960,202961,202962,202963,202964,202965,202966,202967,202968,202969,202970,202971,202972,202973,202974,203112,203359,203846,203848,203927);

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • 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