Jump to content

goodbadguy

Members
  • Posts

    120
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by goodbadguy

  1. You can do that easily by changing:

       data.put( 4, clientcount );                             // insert right count
    

    to

       data.put( 4, m.size() );                                 // insert right count
    

    in MiscHandler.cpp

    I don't find this code in Mischandler. I have this:

       data.put( 0,              clientcount );                // insert right count
       data.put( sizeof(uint32), clientcount );                // insert right count
    

    Changing either one of the clientcount variables to m.size() just corrupts the who window character view. Anyone?

  2. I have a similar issue using Ubuntu Linux 64bit. Seems Mysql is the problem, but I don't know why. I know if I attempt to access the character database with almost any query it lags the realm. Also, doing character backups is impossible while the realm is up because even in the first second I try it pretty much locks the entire realm until I abort. The odd thing is that I can change and backup the Mangos database without any lag at all. Can someone explain what setting in Mysql might be causing this? Thanks.

  3. I'm sorry, I did read but figured maybe a fix had been placed in the git pull. If at all possible when there is a fix could you please post the diff in this section or a pastebin? I have to manually fix mine as I have many core changes that will not allow me to pull from git without reworking everything. Thanks!

  4. Revision 8704

    SD2

    I was testing scarlet enclave(DK) today with some friends and realized mangos client is crashing/freezing in Map::SendObjectUpdate for some reasons i could not locate yet.

    Example how to reproduce :

    I realized this is happening for example if some quest giver has waypoints -> interaction -> questgiver stops -> and does not mover further even after waiting for 3-5 mins -> setmovetype stay -> crash

    i think there must be some bug with worldobjects related to instances or some missbehaviour in grid system or movementgenerator

    unfortuneately i could not locate it exactly even though i made full back traces all the time..

    gdb:

    http://www.pastebin.org/47238

    I've had almost exactly the same crash logs since going from 8690 to 8710 myself. It happens WAY too often, maybe 15-45 minutes at best. I had to revert until this is fixed :(

  5. Actually I have duplicated a crash related to Rapture recently and found the following:

    If you have Serendipity (any rank) you will crash the realm if you click to learn Rapture (Rank 2).

    Very strangely learning Rapture ranks 1 and 3 will NOT crash the server, however.

    This can only happen to realms that have increased Talent rates as getting these 2 spells together requires at least 73 talent points.

×
×
  • 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