Jump to content

Undergarun

Members
  • Posts

    119
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by Undergarun

  1. Mangos Version: [10241]

    Custom Patches: none

    SD2 Version: 1749

    Database Name and Version : YTDB

    How it SHOULD work: Auctions must be sorted properly.

    How it DOES work: Click on the button and: 2010-07-21 22:35:08 ERROR:WorldSession::Update ByteBufferException occured while parsing a packet (opcode: 600) from client xxx.xxx.xxx.xxx, accountid=1.

    The problems come from changes in the auction opcodes made by Tom_rus in 3.3.0 patch.

  2. I try to flush de arena points using SOAP with the following PHP script:

    <?php
    /*
    * MaNGOSsoap client example
    *
    * a simple example how to invoke commands using SOAP
    */
    
    $username = 'SOAP';
    $password = '123456789';
    $host = "xxx.xxx.xxx.xxx";
    $soapport = 7878;
    $command = "flusharenapoints";
    
    $client = new SoapClient(NULL,
    array(
       "location" => "http://$host:$soapport/",
       "uri" => "urn:MaNGOS",
       "style" => SOAP_RPC,
       'login' => $username,
       'password' => $password
    ));
    
    try {
       $result = $client->executeCommand(new SoapParam($command, "command"));
    
       echo "Command succeeded! Output:
    \\n";
       echo $result;
    }
    catch (Exception $e)
    {
       echo "Command failed! Reason:
    \\n";
       echo $e->getMessage();
    }
    ?>

    SOAP account has access level 3 so is an administrator account but when i try to use it, the script returns: Command failed! Reason:

    There is no such command

    I try with lots of commands like "server info" "announce something" "server shutdown 300" "server shutdown cancel"... and all are executed successfully but with "flush" "flusharenapoints" "flusharenapoints 0" & "flusharenapoints 1" always get the same error!

    Are there any problem flushing arena points using SOAP?

    Thanks you

  3. MaNGOS Version: [9793]

    Custom Patches: Some Insider42 patches.

    SD2 Version: 1679

    Database Name and Version : YTDB [544]

    SO: Linux Ubuntu Server 9.10

    CPU: Intel Bi Xeon X5650 2 x 6 x 2 x 2.66+GHz

    RAM: 24 GB DDR3 ECC

    My GDB Crashdump collection:

    [sTART OF VOLUME 1]

    # Model 1: http://pastebin.com/FhnWjYht

    # Model 2: http://pastebin.com/q4Wb65B7

    # Model 3: http://pastebin.com/KyMYCT5e

    # Model 4: http://pastebin.com/10DQyF0C

    # Model 5: http://pastebin.com/yifX3pCM

    # Model 6: http://pastebin.com/Xtr68Shf

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