View Single Post
  #15  
Old 01-12-2014, 12:16 AM
jimbop
Fire Beetle
 
Join Date: Dec 2011
Posts: 17
Default

Quote:
[database]
host = 127.0.0.1
port = 3306
db =
user =
password =
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 = 127.0.0.

[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
When the login.ini file looks this way, I still get this error:

Quote:
[Debug] [01.11.14 - 23:10:51] Logging System Init.
[Debug] [01.11.14 - 23:10:51] Config System Init.
[Debug] [01.11.14 - 23:10:51] MySQL Database Init.
[Debug] [01.11.14 - 23:10:51] Encryption Initialize.
[Error] [01.11.14 - 23:10:51] Failed to load EQEmuAuthCrypto from the operating system.
[Error] [01.11.14 - 23:10:51] Encryption Failed to Load.
[Debug] [01.11.14 - 23:10:51] Database System Shutdown.
[Debug] [01.11.14 - 23:10:51] Config System Shutdown.
[Debug] [01.11.14 - 23:10:51] Log System Shutdown.
I have also tried going into my router and port forwarding back to my PC's network IP address (I have this set up for remote desktop to be static already) which also does not work to connect this up.
Reply With Quote