Jump to content

Recommended Posts

  • 40 years later...
Posted

Hy Community,

i have a Problem with starting Mangos-Realmd on Linux (Debian).

This Error come: "MaNGOS realmd can not bind to 0.0.0.0:3724"

When i connecting to my Server is my Realm offline.

How i fix this Problem ?

by vAnS

Posted

should be 127.0.0.1, check if it set in the realmd.conf, mangosd.conf and in the realmd table "realmlist"

#edit: or check if the .conf files the realmlist table and the .realmlist.wtf in your WoW Folder have the same ip wich you use

Posted
127.0.0.1 in the realmlist db and all configs ?
No, of course not. Just write it on a piece of paper and stick it in your pocket. Mangos start-up has not only x-ray vision, but E.S.P too.

Yes, of course you do. Just try it. Contrary to prophecy, trying things of this nature will not make you spontaneously combust.

It may help to show us your configs....of course removing/blanking out password information.

Posted

Mangosd.conf:

RealmID = 1

DataDir = "."

LogsDir = ""

LoginDatabaseInfo = "127.0.0.1;3306;usr;pw;realmd"

WorldDatabaseInfo = "127.0.0.1;3306;usr;pw;mangos"

CharacterDatabaseInfo = "127.0.0.1;3306;usr;pw;characters"

MaxPingTime = 30

WorldServerPort = 8085

BindIP = "0.0.0.0"

Realmd.conf:

LoginDatabaseInfo = "127.0.0.1;3306;usr;pw;realmd"

LogsDir = ""

MaxPingTime = 30

RealmServerPort = 3724

BindIP = "0.0.0.0"

PidFile = ""

LogLevel = 0

LogTime = 0

LogFile = "Realmd.log"

LogTimestamp = 0

LogFileLevel = 0

LogColors = ""

UseProcessors = 0

ProcessPriority = 1

WaitAtStartupError = 0

RealmsStateUpdateDelay = 20

WrongPass.MaxCount = 0

WrongPass.BanTime = 600

WrongPass.BanType = 0

and this Error get i by starting mangos-realmd:

MaNGOS realmd can not bind to 0.0.0.0:3724

terminate called after throwing an instance of 'std::runtime_error'

what(): Dead Reference

The Port is open (Debian) and not in use.

Posted

did u tried with 127.0.0.1 bindings?

did it work?

maybe the server can just bind 1 IP and not a default route ( 0.0.0.0/0)

just try to use your IP given from your ISP/local lan or Hamachie or what u need for accessing from other server

Posted

Da du aus Deutschland kommst kann ich mal Deutsch screiben mein Englisch ist ehh nicht das beste :D

Also die 127.0.0.1 Bindings hab ich schon versucht .

Genau so meine Externe (Feste) IP.

Jetzt mal ganz von neu welche IP soll in die Realmlist-DB und welche in die CFG's ?

MfG vAnS

Posted

wenn du von deinem localhost testen willst kannst du überall 127.0.0.1 eintragen!

würde ja reichen wenn er schon starten kann und nicht wieder crashed ....

notfalls mal neustarten dann sollten die ports wieder frei sein (?)

Posted

yes i have tried this bindings.

kannst du mir vllt. sagen welche ip's wohin gehören also was in die realmlist-db kommt und was in die cfg's kommen.

vllt. hilft es ja es ist ein rootserver der nicht bei mir @ home steht

Posted

Hey, I just had the same problem. Don't know if vans fixed it, but you have to literally just change

BindIP = "0.0.0.0" to BindIP = "127.0.0.1"

NOT the 'LoginDatabaseInfo' that contains the ip of the mysql server but the one a few lines below it, I got confused aswell but then actually read a bit further down the page x)

Posted

I have tried everything but nothing worked :(

i have bin the public ip in the db and cfg's dont work.

i have bind 0.0.0.0 in the db and cfg's dont work.

and i have bind 127.0.0.1 in the db and cfg's dont work.

when I connect to my server is the realm offline.

Posted

Everyone has posted what the configs should be and to make sure nothing is running on port 3724 already

Maybe you followed an old guide that said to use obsolete libraries or similar and is not compatible with the current core. ACE libraries may be the issue, these are responsible for IP/Port binding

Start from the beginning with a guide from the forums that is current

Posted

@vans91 - xeross155 is saying to find what process is bound to 3724, and to stop it from running using "kill"

netstat -pn | grep 3724

Then use the PID / Process ID found

kill <PID>

Guest
This topic is now closed to further replies.
×
×
  • 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