PDA

View Full Version : Personal server not logging in


Shudonen
07-28-2018, 07:38 AM
OK, so I was at screen, upon logging into freeportw, the client says the server stopped responding.

I have applied the fixes for multi core processors, updated the client pc drivers

and even done the

c:\windows\system32\cmd.exe /C start /affinity 1 eqgame.exe patchme

so I am inclined to think the issue is with the server... but I am unsure where to start.

When I attempt to log in the character, here is the log files

[World Server] Account (kinchar) Logging(In) to character select :: LSID: 2
[World Server] Attempting autobootup of freportw (9:0)
[World Server] (Kulita) Zoning from character select freportw (Zone ID 9: Instance ID: 0)
[World Server] Account (kinchar) Logging(In) to character select :: LSID: 2
[World Server] (Kulita) Zoning from character select freportw (Zone ID 9: Instance ID: 0)
[World Server] Account (kinchar) Logging(In) to character select :: LSID: 2
[World Server] (Kulita) Zoning from character select freportw (Zone ID 9: Instance ID: 0)

Shudonen
08-01-2018, 03:18 PM
I apologize, my last post was not complete. When I get to my character select screen on my personal server, I can select characters and create characters. However, when I try to log in, either to the tutorial or to FreeportW, I get disconnected and sent back to the login screen. The post above shows my login attempts, here are my files from the server. I have verified that my login.ini and eqemu_config.json files do not have any typographical errors in them

login.ini
[database]
host = localhost
port = 3306
db = peq
user = root
password = eqemu
subsystem = MySQL

[options]
unregistered_allowed = TRUE
reject_duplicate_servers = FALSE
trace = TRUE
world_trace = FALSE
dump_packets_in = FALSE
dump_packets_out = FALSE
listen_port = 5998
local_network = 192.168.1.96
auto_create_accounts = TRUE

[security]
plugin = EQEmuAuthCrypto
mode = 5

[Titanium]
port = 5998
opcodes = login_opcodes.conf

[SoD]
port = 5999
opcodes = login_opcodes_sod.conf

[schema]
account_table = loginserver_server_accounts
world_registration_table = loginserver_world_server_registration
world_admin_registration_table = loginserver_server_admin_registration
world_server_type_table = loginserver_server_list_type

eqemu_config.json
{
"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" : "afVoYgPUSpx44YfWimSq8EpI9cqHqWP",
"loginserver1" : {
"account" : "",
"host" : "login.eqemulator.net",
"legacy" : "1",
"password" : "",
"port" : "5998"
},
"loginserver2" : {
"account" : "",
"host" : "192.168.1.96",
"password" : "",
"port" : "5998"
},
"longname" : "Spectres of the Gray",
"shortname" : "SotG Server",
"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"
}
}
}
}

hawkbs
08-02-2018, 04:06 AM
I ran into similar a couple of days back when I first got back into this.
I could get to character create however when I tried to zone in yup black screen and then dump to login.
Turned out it was actually my Client, it was the wrong version.
You need one of the versions listed here http://wiki.eqemulator.org/p?Play_Guide:_Getting_Started

Although I wont give out links to a client, theres a nice little hint in the MOTD in the database ;)

John C
08-02-2018, 06:44 AM
I saw a similar problem when I had my "local network" configured in login.ini with a specific IP address as you do. try changing it to...

"local_network = 192.168."

Good Luck!

hawkbs
08-02-2018, 08:05 AM
edit : delete pls

Shudonen
08-02-2018, 11:22 AM
Turned out it was actually my Client, it was the wrong version.
You need one of the versions listed here http://wiki.eqemulator.org/p?Play_Guide:_Getting_Started

I am using Titanium

I saw a similar problem when I had my "local network" configured in login.ini with a specific IP address as you do. try changing it to...

"local_network = 192.168."

Good Luck!

this fixed it. thank you very much!