View Single Post
  #478  
Old 02-27-2019, 12:58 PM
Jerom3
Fire Beetle
 
Join Date: Feb 2019
Posts: 3
Default

Ok, I tried to follow what you guys were telling me. First, I went into my fresh EQ Titanium install, which is in a separate folder than my EQEmu folder, and I changed the eqhost file from saying: Host=login.eqemulator.net:5998 to say: Host=127.0.0.1

Then I slightly altered the longname/shortname in the eqemu_config to:
"longname" : "Akkas Windows (suIjmZ)",
"shortname" : "Akkas PEQ",
"tcp" : {
"ip" : "127.0.0.1",
"port" : "9001"

Then tried to run the t_start_server_with_login_server and this was the error I got:


So then I thought maybe the issue was that in the eqemu_config where loginserver2 looks like this:

"loginserver2" : {
"account" : "",
"host" : "127.0.0.1",
"password" : "",
"port" : "5998"

loginserver1 still had eqemulator listed as the host, so I changed it to match loginserver2. So it looked like this:

"loginserver1" : {
"account" : "",
"host" : "127.0.0.1",
"legacy" : "1",
"password" : "",
"port" : "5998"
},
"loginserver2" : {
"account" : "",
"host" : "127.0.0.1",
"password" : "",
"port" : "5998"
},
"longname" : "Akkas Windows (suIjmZ)",
"shortname" : "Akkas PEQ",
"tcp" : {
"ip" : "127.0.0.1",
"port" : "9001"
},
"telnet" : {
"enabled" : "true",
"ip" : "0.0.0.0",
"port" : "9000"

Then I again tried running t_start_server_with_login_server and I got this new error instead of the old error:


So what am I doing wrong now? I feel like I made some progress, but it still isn't working.
Reply With Quote