Hi guys, great place yeh got here!
Having issues with login
Code:
[Debug] [03.21.12 - 19:06:59] Logging System Init.
[Debug] [03.21.12 - 19:06:59] Config System Init.
[Debug] [03.21.12 - 19:06:59] MySQL Database Init.
[Database] [03.21.12 - 19:06:59] Failed to connect to MySQL database.
[Debug] [03.21.12 - 19:06:59] Encryption Initialize.
[Debug] [03.21.12 - 19:06:59] Encryption Loaded Successfully.
[Debug] [03.21.12 - 19:06:59] Server Manager Initialize.
[Network] [03.21.12 - 19:06:59] ServerManager listening on port 5998
[Debug] [03.21.12 - 19:06:59] Client Manager Initialize.
[Network] [03.21.12 - 19:06:59] ClientManager listening on Titanium stream.
[Network] [03.21.12 - 19:06:59] ClientManager listening on SoD stream.
[Debug] [03.21.12 - 19:06:59] Server Started.
[Network] [03.21.12 - 19:07:59] New world server connection from 192.168.1.104:53676
Not sure which config relates to this, I have 2
1) Login.ini
Code:
[database]
host = localhost
port = 3306
db = peq
user = user
password = 123*****
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.104
[security]
plugin = EQEmuAuthCrypto
mode = 5
[Titanium]
port = 5998
opcodes = login_opcodes.conf
[SoD]
port = 5999
opcodes = login_opcodes_sod.conf
[schema]
account_table = tblLoginServerAccounts
world_registration_table = tblWorldServerRegistration
world_admin_registration_table = tblServerAdminRegistration
world_server_type_table = tblServerListType
2) Eqemulogin.ini (I actually created this one from a code paste I found on forums)
Code:
[LoginConfig]
loginserver=192.168.1.104
loginport=5998
DumpPacketsIn=false
DumpPacketsOut=false
Trace=false
DatabaseServerName=localhost
DatabaseCatalogName=PEQLoginDB
DatabaseUserName=root
DatabaseUserPassword=123*****
OPCodePathAndFileName=login_opcodes.conf <-- if using sof client
Or is this an issue within Mysql Ver. 5.0.82
I see the guides tell you to use your local machine IP. I did that then it would cause the login window to crash once World.exe tried to login