Jump to content

SaiFi0102

Members
  • Posts

    7
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

About SaiFi0102

  • Birthday 01/01/1

SaiFi0102's Achievements

Newbie

Newbie (1/3)

0

Reputation

  1. Can some 1 please help me out... I'm on ubuntu and I'm kinda new to linux... I'm using run-mangosd bash file to keep mangosd up even after crash but I also wanna use GDB debug tool and also to save the crash dumps in files the current run-mangosd is #!/bin/bash # Massive Network Game Object Server # autorestart Script while : do echo "MaNGOS daemon restarted" echo `date` >> crash.log & ./mangos-worldd | tail -n 20 >> crash.log echo " " >> crash.log & pid=`ps ax | awk '($5 ~ /mangos-worldd/) { print $1 }'` wait $pid echo `date` ", MaNGOS daemon crashed and restarted." >> serverlog done Since GDB has its own command line so I dont understand how to do it... Would really appreciate it Thanks
  2. Hi, Guys i want to ask u that what do you prefer hosting mangos on? Linux or Windows. I think Linux will be better cuz windows uses alot of memory and CPU on UI and i dont like windows that much anyway. What do you guys think? What'll be better if i want to host Mangos? Thanks
  3. Fixed it. MySQL database encoding should be set to utf8 or we should use utf8_encode in command strings
  4. will it work if i use utf8_encode() for the name in the command string ?
  5. Hi, I have a problem with SOAP. There are a few characters which have names like Altunitürk with the character "ü" which is not supported. Is it possible that it can be escaped or can i use some other method like Character GUID instead in command like .send ....... Please help me, i get this error "Encoding: string '.send items \\xc4...' is not a valid utf-8 string" Thanks
×
×
  • 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