Jump to content

Undergarun

Members
  • Posts

    119
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by Undergarun

  1. Some more info: I try only with one gameobject and write undergarun in content_loc6 and content_loc7 to dismiss possible problems with ñ and/or others latin characters. Problem still exists
  2. I have 3 realms, 2 with 2200+ pl and 1 with 500+pl. (Spanish players) Your proyect could be great!
  3. Soo cool! I think that GM Surveys could be good for feedback... i am thinking in something like write Surveys in a output file. Anyway i will test patch as soon as i can. Thank u!
  4. MaNGOS [10265] SD2: 1749 DB: YTDB 557 Ubuntu Server 9.10 x64 24GB de RAM DDR3 Maybe all these crashdump can help. http://pastebin.com/bts2tTxr http://pastebin.com/XZu8DPEa http://pastebin.com/YjMEEUJQ http://pastebin.com/TTHQvq9L http://pastebin.com/Tn8E9y46 http://pastebin.com/ZXMsfbdW http://pastebin.com/hwZ8XPxW http://pastebin.com/xAWM5aVW
  5. MaNGOS [10265] Ubuntu Server 9.10 x64 http://pastebin.com/bts2tTxr http://pastebin.com/XZu8DPEa http://pastebin.com/YjMEEUJQ http://pastebin.com/TTHQvq9L http://pastebin.com/Tn8E9y46 http://pastebin.com/ZXMsfbdW http://pastebin.com/hwZ8XPxW http://pastebin.com/xAWM5aVW
  6. MaNGOS: [10264] Ubuntu Server 9.10 x64 http://pastebin.com/h79fPn1j
  7. MaNGOS: [10253] Ubuntu Server 9.10 x64 http://paste.org/pastebin/view/20823 http://pastebin.com/f4JPKMNp http://pastebin.com/rDwQGhrc http://pastebin.com/t2n22aF4 http://pastebin.com/GAK8JDzJ http://pastebin.com/MZnqbDw7 and many more... all related to the laise's aura system.
  8. 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.
  9. 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
  10. Shadez are u planing to add multi-realmd support soon? I'm really interested in that feature Thanks for all! Incredible work
  11. 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
  12. MaNGOS: [9793] (Clean Source) BD: YTDB 544 SD2: 1667 http://pastebin.com/wCqAbhyy
  13. MaNGOS: [9778] (Insider42 MaNGOS fork) BD: YTDB 544 SD2: 1667 http://pastebin.org/169871
  14. Hi The_Game_Master After apply yout crashfix i am having that crash too: http://pastebin.com/QiqfQxsz Any idea or suggestion? Thanks 4 u help ;-)
  15. Confirmed on latest rev.
×
×
  • 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