Login Error

Newbie Spellweaver
Joined
Apr 12, 2006
Messages
68
Reaction score
0
When I go to login on my server (Mangos 2.0.8) It goes through the login but freezes up while loading the realm, Paused on the "Success!" popup. Forcing me to click cancel and do nothing else but exit the game. I'd like to know what the problem is and the solution for it.
 
Well first off, it's always a good idea to say what repack your using.
Also, BC servers are still new, but im sure you will get help for it, just post your server details.
 
He means your setup (ie. conf files, realmd DB info, etc.) It sounds like your world server isn't communicating with your realmd server properly. This could be due to an inconsistency in your configuration (ie. different IPs)
 
# MaNGOS realmd configuration file
ConfVersion=2006060401

# Database connection settings for the realm server.
# Default: hostname;port;username;password;database
LoginDatabaseInfo = "127.0.0.1;3306;root;******;realmd_bc"

# Settings for maximum database-ping interval (minutes between pings)
MaxPingTime = 30

# Default RealmServerPort
RealmServerPort = 3724

# MaNGOS Configuration file
ConfVersion=2006082301

# RealmID must match the realmlist
RealmID = 1

# 0 NORMAL 1 PVP 4 NORMAL 6 RP 8 RPPVP
GameType = 0

# Data directory setting.
# Important: DataDir needs to be quoted, as it is a string which may
# contain space characters.
DataDir = "./"

# Database connection settings for the world server.
# Default: hostname;port;username;password;database
LoginDatabaseInfo = "127.0.0.1;3306;root;******;realmd_bc"
WorldDatabaseInfo = "127.0.0.1;3306;root;******;mangos_bc"

TestCraft 127.0.0.1 8085 0 0 0 127.0.0.1;3306;root;******;realmd_bc

Good enough? Last one is the realm list in the SQLyog. And yeah, It's not going from the realm to the world for some reason. It shows me connecting in realmd but it doesn't show any change in mangosd.

Is there a place to set the IP in mangos_bc in the SQLyog? I only saw one for the realms.

*Edit* Anyone know what the problem is yet?.. I'd really appreciate a fast reply. x_x
 
Last edited:
Back