Hey guys,
I'm trying to setup a mangos based wow server but realmd.exe shutdown as soon as I run it. I've searched a lot and I learned that many people had this issue but nothing worked here so far so I had to start this thread.
I also wanted to make it public later on but I can't even make it work like this
thanks in advance for any help!
Log file:
2009-10-17 15:00:31 TrinityCore2 Rev: Archive Hash: 87548b6ee264 (Win32,little-endian) (realm-daemon)
2009-10-17 15:00:31 <Ctrl-C> to stop.
2009-10-17 15:00:31 Using configuration file TrinityRealm.conf.
2009-10-17 15:00:31 MySQL client library: 5.0.56
2009-10-17 15:00:31 MySQL server ver: 5.0.81-community
2009-10-17 15:00:31 Added realm "i.gamers-norrt".
2009-10-17 15:00:31 ERROR: Trinity realm can not bind to 0.0.0.0:3724
realmd.config:
LoginDatabaseInfo = "127.0.0.1;3306;<user>;<pass>;realmd"
LogsDir = ""
MaxPingTime = 30
RealmServerPort = 3724
BindIP = "0.0.0.0"
PidFile = ""
mangos.config:
RealmID = 1
DataDir = "."
LogsDir = ""
LoginDatabaseInfo = "127.0.0.1;3306;<user>;<pass>;realmd"
WorldDatabaseInfo = "127.0.0.1;3306;<user>;<pass>;world"
CharacterDatabaseInfo = "127.0.0.1;3306;<user>;<pass>;characters"
MaxPingTime = 30
WorldServerPort = 8085
BindIP = "0.0.0.0"
realmd/realmlist:
id, name, address, port, icon, color, timezone, allowedSecurityLevel, population, gamebuild
1, 'i.gamers-norrt', '127.0.0.1', 8085, 1, 2, 1, 0, 0.02, 10505
C:\WINDOWS\system32\drivers\etc\hosts:
127.0.0.1
192.168.1.101 //localip
<hamachi ip>
Another thing, mangos.exe runs perfectly but when I try to start realmd.exe it closes and creates that log file above.