EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   New Offline Server - Having isssues (https://www.eqemulator.org/forums/showthread.php?t=43740)

orpheusisland 11-14-2022 11:59 PM

Resolved: New Offline Server - "World tried to login but there already exists
 
********* Update: Resolved ********

Hi there, I've downloaded and installed the latest for Windows and out the box changed only the server name and ip address and port to 5558 which is for titanium client.

Tried to run T_start_server_with_bots and it just keeps repeating this: "World tried to login but there already exists a server that has that name"

https://i.postimg.cc/gJgzGfzS/EQ-Server-Issues-04.jpg

https://i.postimg.cc/0y031V4B/EQ-Server-Issues-01.jpg

The Json files are untouched other than ip/servername/port:

https://i.postimg.cc/65NY6dCJ/EQ-Server-Issues-02.jpg

and

https://i.postimg.cc/FzXgR4dg/EQ-Server-Issues-03.jpg

I've tried this on two Windows 10 machines now and getting the same error on both.

Unsure if there's anything I've missed here?

My Lan settings:

Wireless LAN adapter WiFi 2:

Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel(R) Wi-Fi 6E AX210 160MHz
Physical Address. . . . . . . . . : 80-45-DD-70-FB-20
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IPv4 Address. . . . . . . . . . . : 192.168.1.131(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : Monday, 14 November 2022 5:37:59 PM
Lease Expires . . . . . . . . . . : Wednesday, 16 November 2022 5:39:05 AM
Default Gateway . . . . . . . . . : 192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 192.168.1.1
0.0.0.0
NetBIOS over Tcpip. . . . . . . . : Enabled

Just trying to get it working offline / on the local PC for now.

Any help would be appreciated, thanks.

joedit 11-15-2022 08:04 AM

If you are running it as an offline / LAN only server, perhaps run your own login server as well? In the config file, put in your server's IP in the "loginserver1" line. And when you start your server, be sure to use the script with login server (in Linux it is the: server_start_with_login.sh, sorry I am not familiar with Windows version).

orpheusisland 11-15-2022 08:21 AM

Hi thanks for the reply, I'm starting it all using the bat file: t_start_server_with_login_server.bat

https://i.postimg.cc/wMQLM9mn/EQ-Server-Issues-05.jpg

Is there anything else you know of that I should be doing to get the login server running?

updated json:

{
"server" : {
"chatserver" : {
"host" : "192.168.1.131",
"port" : "7778"
},
"database" : {
"db" : "peq",
"host" : "192.168.1.131",
"password" : "eqemu",
"port" : "3306",
"username" : "root"
},
"directories" : {
"opcodes" : "assets/opcodes/",
"patches" : "assets/patches/"
},
"files" : {
"mail_opcodes" : "assets/opcodes/mail_opcodes.conf",
"opcodes" : "assets/opcodes/opcodes.conf"
},
"mailserver" : {
"host" : "",
"port" : "7778"
},
"qsdatabase" : {
"db" : "peq",
"host" : "192.168.1.131",
"password" : "eqemu",
"port" : "3306",
"username" : "root"
},
"world" : {
"key" : "hcmmjODbLY3zbyAgpYpZiXxAg15wupS",
"loginserver1" : {
"account" : "",
"host" : "192.168.1.131",
"legacy" : "1",
"password" : "",
"port" : "5998"
},
"loginserver2" : {
"account" : "",
"host" : "192.168.1.131",
"password" : "",
"port" : "5998"
},
"loginserver3" : {
"account" : "",
"host" : "login.projecteq.net",
"password" : "",
"port" : "5998"
},
"longname" : "MichaelServer",
"shortname" : "MServer",
"tcp" : {
"ip" : "192.168.1.131",
"port" : "9001"
},
"telnet" : {
"enabled" : "true",
"ip" : "0.0.0.0",
"port" : "9000"
}
},
"zones" : {
"defaultstatus" : "0",
"ports" : {
"high" : "7400",
"low" : "7000"
}
}
}
}

orpheusisland 11-15-2022 08:29 AM

I tried updating it all with my current IP local address which is 192.168.1.131 in the json files and now still similar error:

https://i.postimg.cc/ZRB0X4H6/EQ-Server-Issues-06.jpg

orpheusisland 11-15-2022 09:09 AM

Just an update:

Thanks to some help from joedit, i removed:

the two additional login servers (login server 2 and 3) in json and also changed legacy from 1 to 0 and that seems to have fixed it.

Now I just need to figure out how to get the client to connect, I double clicked everquest.exe but it's trying to patch to the sony servers.

I changed the eqhost.txt to:

[LoginServer]
Host=192.168.1.131:5998

any other suggestions?

orpheusisland 11-15-2022 09:17 AM

Thanks again Joedit fixed the login issue with adding to the icon

eqgame.exe patchme


All times are GMT -4. The time now is 02:43 PM.

Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.