Before I go into this, let me just say that I've spent two days off and on reading other forum questions on this and so far they've either been so old that they didn't have relevance or they didn't work/apply to me.
My problem is this:
I use the client on my network locally (same subnet). I can log in. I go to create a character which I can do. But, when i try to enter the game, I get kicked saying the server has stopped responding and I will be disconnected (black screen white text dead center). When I check the database, the character is there and created. The server puts info on the screen saying it's moved the character to tutorial b. Eventually, it says that it is disconnecting the client on the server side.
I don't usually go making an account on a forum but I really want to get this to work and I'm at my wits end.
In my config I've set the IP to be the local computer IP. That computer does nothing else except run a plex server. I've disabled the firewall completely on both the server and the client. Every time I get the same result. I've uninstalled / deleted the files and started over. I've changed everything in the config.
Here is where I downloaded the installer at
https://github.com/EQEmu/Server/wiki/Windows-Server
Here is my config.
Code:
{
"server" : {
"chatserver" : {
"host" : "",
"port" : "7500"
},
"database" : {
"db" : "peq",
"host" : "127.0.0.1",
"password" : "eqemu",
"port" : "3306",
"username" : "root"
},
"mailserver" : {
"host" : "",
"port" : "7500"
},
"qsdatabase" : {
"db" : "peq",
"host" : "127.0.0.1",
"password" : "eqemu",
"port" : "3306",
"username" : "root"
},
"webinterface" : {
"port" : "9081"
},
"world" : {
"http" : {
"enabled" : "true",
"mimefile" : "mime.types",
"port" : "9080"
},
"key" : "uOqKbwjHmghlsQMYXj6kK5OpOX6BSqN",
"loginserver1" : {
"account" : "",
"host" : "login.eqemulator.net",
"legacy" : "1",
"password" : "",
"port" : "5998"
},
"loginserver2" : {
"account" : "",
"host" : "192.168.1.239",
"password" : "",
"port" : "5998"
},
"longname" : "Faded World",
"shortname" : "Faded World",
"tcp" : {
"ip" : "127.0.0.1",
"port" : "9001"
},
"telnet" : {
"enabled" : "true",
"ip" : "0.0.0.0",
"port" : "9000"
}
},
"zones" : {
"defaultstatus" : "0",
"ports" : {
"high" : "7400",
"low" : "7000"
}
}
}
}
Any and all help appreciated. I'm sure i'm looking over something really stupid here. The machine is at a static .239 private ip set at the dhcp by mac.
Here is a SS of what the server displays after the attempt to log in.
https://www.dropbox.com/s/e81z1h3co3...t_lgn.jpg?dl=0
