Hi folks.
I am using this guide here to install a private server =
https://github.com/EQEmu/Server/wiki/Windows-Server
I believe I followed everything just fine, I think... though I did notice on the command prompt that Perl didn't install or gave some error, not sure exactly.
Here is the EQEmu Login Server Command Prompt Window ---
[Login Server] Logging System Init.
[Login Server] Config System Init.
[Login Server] MySQL Database Init.
[Login Server] Server Manager Initialize.
[Login Server] Client Manager Initialize.
[Login Server] Server Started.
[Login Server] New world server connection from 10.0.0.100:55569
[Error] Handle_NewLSInfo error, remote address was null, defaulting to stream address 10.0.0.100.
[World Server] Server Kera's Server(Kera's Serv) did not attempt to log in but unregistered servers are allowed.
[Login Server] New Titanium client connection from 10.0.0.100:59094
[Login Server] Application packet received from client (size 14)
[Login Server] Session ready received from client.
[Login Server] Application packet received from client (size 44)
[Login Server] Login received from client.
[Login Server] Application packet received from client (size 12)
[Login Server] Server list request received from client.
[Login Server] Application packet received from client (size 16)
[Login Server] Play received from client, server number 2 sequence 5.
[Login Server] Application packet received from client (size 12)
[Login Server] Client disconnected from the server, removing client.
[Login Server] New Titanium client connection from 10.0.0.100:59096
[Login Server] Application packet received from client (size 14)
[Login Server] Session ready received from client.
[Login Server] Application packet received from client (size 12)
[Login Server] Application packet received from client (size 44)
[Login Server] Login received from client.
[Login Server] Application packet received from client (size 12)
[Login Server] Server list request received from client.
[Login Server] Client disconnected from the server, removing client.
Here's my EQEMU_Config file
------------
{
"server" : {
"chatserver" : {
"host" : "",
"port" : "7778"
},
"database" : {
"db" : "peq",
"host" : "localhost",
"password" : "eqemu",
"port" : "3306",
"username" : "root"
},
"mailserver" : {
"host" : "",
"port" : "7778"
},
"qsdatabase" : {
"db" : "peq",
"host" : "localhost",
"password" : "eqemu",
"port" : "3306",
"username" : "root"
},
"webinterface" : {
"port" : "9081"
},
"world" : {
"http" : {
"enabled" : "true",
"mimefile" : "mime.types",
"port" : "9080"
},
"key" : "jSx0rDQnhBlY72zPJEABOErxZI1ZEBz",
"loginserver1" : {
"account" : "",
"host" : "login.eqemulator.net",
"legacy" : "1",
"password" : "",
"port" : "5998"
},
"loginserver2" : {
"account" : "",
"host" : "10.0.0.100",
"password" : "",
"port" : "5998"
},
"longname" : "Kera's Server",
"shortname" : "Kera's Serv",
"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"
}
}
}
}
--------
I do want to note, that I did a fresh install of Titanium only edition, as I play on P99 (or used to), and am wishing to play on my own classic type server. Either way, I am using the P99 files still to log in to servers.
I was able to see my server in the list of all servers. Then, I switched it to LAN only or something, so that I could only see my own server, and I was able to, and it said it was UP as well.
As of now, I am getting the 1017 error.
I cannot log into my server.
If anyone has any suggestions, that would be wonderful.
I do not mind getting rid all my installs/reinstalling everything, as I won't be playing online anymore anyways as I won't have reliable internet in the next few weeks.
Thanks folks!