Hello, I'm using the trinity core and set it up and it starts up perfectly.
But when I try to login i come to the "Realm selection window" and no realms shows up. Anyone knows how I could fix this?
I've just set it up for localhost
Thanks
Printable View
Hello, I'm using the trinity core and set it up and it starts up perfectly.
But when I try to login i come to the "Realm selection window" and no realms shows up. Anyone knows how I could fix this?
I've just set it up for localhost
Thanks
make sure you have whatever port your realmlist is listening from forwarded otherwise this error comes up.
When you run realmd.exe, do you see "Added realm "MaNGOS"" in the console? If not, use your DB manager and open up the realmd database and open the realmlist table and see if there's anything there. If not, run this query:
If that doesn't work, check your firewall, see if it's blocking the port, although it shouldn't be.Code:INSERT INTO `realmlist` (`id`, `name`, `address`, `port`, `icon`, `realmflags`, `timezone`, `allowedSecurityLevel`, `population`, `realmbuilds`) VALUES
(1, MaNGOS, 127.0.0.1, 8085, 1, 0, 1, 0, 0)
if u fixed it tell me how ?