blastradius
08-10-2014, 06:19 AM
Ok, I hate to be that guy to ask for help, but all the other posts that seem to be similar to mine have not solved my problem.
I've got ports 5998 and 5999 forwarded in my router, and open in windows firewall. My loginserver window correctly shows my server logging in, and I see it as up in my client. I have both of the UF and RoF client, and both of them get in to server select, but black screen and return to login when I click play.
Output from loginserver log: (note, user listed changed for display here =p)
[Debug] [08.10.14 - 02:49:02] Logging System Init.
[Debug] [08.10.14 - 02:49:02] Config System Init.
[Debug] [08.10.14 - 02:49:02] MySQL Database Init.
[Debug] [08.10.14 - 02:49:02] Encryption Initialize.
[Debug] [08.10.14 - 02:49:02] Encryption Loaded Successfully.
[Debug] [08.10.14 - 02:49:02] Server Manager Initialize.
[Network] [08.10.14 - 02:49:02] ServerManager listening on port 5999
[Debug] [08.10.14 - 02:49:02] Client Manager Initialize.
[Network] [08.10.14 - 02:49:02] ClientManager listening on Titanium stream.
[Network] [08.10.14 - 02:49:02] ClientManager listening on SoD stream.
[Debug] [08.10.14 - 02:49:02] Server Started.
[Network] [08.10.14 - 02:49:19] New world server connection from 127.0.0.1:51933
[Network Error] [08.10.14 - 02:49:19] Handle_NewLSInfo error, remote address was null, defaulting to stream address 127.0.0.1.
[World] [08.10.14 - 02:49:19] Server Robertsnet(Robertsnet) successfully logged in.
[Network Trace] [08.10.14 - 02:49:19] ServerOP_LSAccountUpdate sent to world
[Network] [08.10.14 - 02:49:57] New SoD client connection from 25.154.5.140:49153
[Network] [08.10.14 - 02:49:57] Application packet received from client (size 14)
[Network] [08.10.14 - 02:49:57] Session ready received from client.
[Network] [08.10.14 - 02:49:57] Application packet received from client (size 36)
[Network] [08.10.14 - 02:49:57] Login received from client.
[Client] [08.10.14 - 02:49:57] User: duuuude
[Client] [08.10.14 - 02:49:57] Hash: ecc12f23415123f294f7aec85687d58a34009053
[Network] [08.10.14 - 02:49:58] Application packet received from client (size 12)
[Network] [08.10.14 - 02:49:58] Server list request received from client.
[Network] [08.10.14 - 02:50:01] Application packet received from client (size 16)
[Network] [08.10.14 - 02:50:01] Play received from client, server number 1 sequence 5.
[Network Trace] [08.10.14 - 02:50:01] User-To-World Response received.
[Client] [08.10.14 - 02:50:01] Trying to find client with user id of 2.
[Client] [08.10.14 - 02:50:01] Found client with user id of 2 and account name of duuuude.
[Client] [08.10.14 - 02:50:01] Found sequence and play of 5 1
[Network Trace] [08.10.14 - 02:50:01] dumping packet of size 20
05 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
01 00 00 00 | ....
[Network Trace] [08.10.14 - 02:50:01] Sending play response with following data, allowed 1, sequence 5, server number 1, message 101
[Network Trace] [08.10.14 - 02:50:01] dumping packet of size 20
05 00 00 00 00 00 00 00 - 00 00 01 65 00 00 00 00 | ...........e....
01 00 00 00 | ....
[Network Trace] [08.10.14 - 02:50:01] Sending play response for duuuude.
[Network Trace] [08.10.14 - 02:50:02] dumping packet of size 20
05 00 00 00 00 00 00 00 - 00 00 01 65 00 00 00 00 | ...........e....
01 00 00 00 | ....
[Network] [08.10.14 - 02:50:02] Client disconnected from the server, removing client.
[Network] [08.10.14 - 02:51:03] New SoD client connection from 25.154.5.140:59359
login.ini
[database]
host = 127.0.0.1
port = 3306
db = peq
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 = 5999
local_network = 25.
[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
eqemu_config.xml
<?xml version="1.0"?>
<server>
<world>
<shortname>Robertsnet</shortname>
<longname>Robertsnet</longname>
<!-- Only specify these two if you really think you need to. (read: You don't) -->
<!-- <address>x.x.x.x</address> --> (My External IP address is here)
<!-- <localaddress>x.x.x.x</localaddress> -->(I have my hamachi IP address here)
<!-- Loginserver information. Defaults shown -->
<loginserver>
<host>127.0.0.1</host>
<port>5999</port>
<account>*****</account>
<password>******</password>
</loginserver>
<!-- Server status. Default is unlocked -->
<!--<locked/>-->
<!-- <unlocked/> -->
<!-- Sets the ip/port for the tcp connections. Both zones and console (if enabled). Defaults are shown -->
<tcp ip="127.0.0.1" port="9000" telnet="disable"/>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>
<!-- Enable and set the port for the HTTP service. Defaults are shown -->
<http port="9080" enabled="false" mimefile="mime.types" />
</world>
<!-- Chatserver (channels) information. Defaults shown -->
<chatserver>
<host>127.0.0.1</host>
<port>7778</port>
</chatserver>
<!-- Mailserver (in-game mail) information. Defaults shown -->
<mailserver>
<host>127.0.0.1</host>
<port>7778</port>
</mailserver>
<zones>
<defaultstatus>20</defaultstatus>
<!-- Sets port range for world to use to auto configure zones -->
<ports low="7000" high="7100"/>
</zones>
<!-- Database configuration, replaces db.ini. Defaults shown -->
<database>
<host>127.0.0.1</host>
<port>3306</port>
<username>*****</username>
<password>******</password>
<db>peq</db>
</database>
</server>
If I'm missing something simple, please point it out. Last time I set this up was back when minilogin was part of the instructions for private servers lol, and its been a while!
I've got ports 5998 and 5999 forwarded in my router, and open in windows firewall. My loginserver window correctly shows my server logging in, and I see it as up in my client. I have both of the UF and RoF client, and both of them get in to server select, but black screen and return to login when I click play.
Output from loginserver log: (note, user listed changed for display here =p)
[Debug] [08.10.14 - 02:49:02] Logging System Init.
[Debug] [08.10.14 - 02:49:02] Config System Init.
[Debug] [08.10.14 - 02:49:02] MySQL Database Init.
[Debug] [08.10.14 - 02:49:02] Encryption Initialize.
[Debug] [08.10.14 - 02:49:02] Encryption Loaded Successfully.
[Debug] [08.10.14 - 02:49:02] Server Manager Initialize.
[Network] [08.10.14 - 02:49:02] ServerManager listening on port 5999
[Debug] [08.10.14 - 02:49:02] Client Manager Initialize.
[Network] [08.10.14 - 02:49:02] ClientManager listening on Titanium stream.
[Network] [08.10.14 - 02:49:02] ClientManager listening on SoD stream.
[Debug] [08.10.14 - 02:49:02] Server Started.
[Network] [08.10.14 - 02:49:19] New world server connection from 127.0.0.1:51933
[Network Error] [08.10.14 - 02:49:19] Handle_NewLSInfo error, remote address was null, defaulting to stream address 127.0.0.1.
[World] [08.10.14 - 02:49:19] Server Robertsnet(Robertsnet) successfully logged in.
[Network Trace] [08.10.14 - 02:49:19] ServerOP_LSAccountUpdate sent to world
[Network] [08.10.14 - 02:49:57] New SoD client connection from 25.154.5.140:49153
[Network] [08.10.14 - 02:49:57] Application packet received from client (size 14)
[Network] [08.10.14 - 02:49:57] Session ready received from client.
[Network] [08.10.14 - 02:49:57] Application packet received from client (size 36)
[Network] [08.10.14 - 02:49:57] Login received from client.
[Client] [08.10.14 - 02:49:57] User: duuuude
[Client] [08.10.14 - 02:49:57] Hash: ecc12f23415123f294f7aec85687d58a34009053
[Network] [08.10.14 - 02:49:58] Application packet received from client (size 12)
[Network] [08.10.14 - 02:49:58] Server list request received from client.
[Network] [08.10.14 - 02:50:01] Application packet received from client (size 16)
[Network] [08.10.14 - 02:50:01] Play received from client, server number 1 sequence 5.
[Network Trace] [08.10.14 - 02:50:01] User-To-World Response received.
[Client] [08.10.14 - 02:50:01] Trying to find client with user id of 2.
[Client] [08.10.14 - 02:50:01] Found client with user id of 2 and account name of duuuude.
[Client] [08.10.14 - 02:50:01] Found sequence and play of 5 1
[Network Trace] [08.10.14 - 02:50:01] dumping packet of size 20
05 00 00 00 00 00 00 00 - 00 00 00 00 00 00 00 00 | ................
01 00 00 00 | ....
[Network Trace] [08.10.14 - 02:50:01] Sending play response with following data, allowed 1, sequence 5, server number 1, message 101
[Network Trace] [08.10.14 - 02:50:01] dumping packet of size 20
05 00 00 00 00 00 00 00 - 00 00 01 65 00 00 00 00 | ...........e....
01 00 00 00 | ....
[Network Trace] [08.10.14 - 02:50:01] Sending play response for duuuude.
[Network Trace] [08.10.14 - 02:50:02] dumping packet of size 20
05 00 00 00 00 00 00 00 - 00 00 01 65 00 00 00 00 | ...........e....
01 00 00 00 | ....
[Network] [08.10.14 - 02:50:02] Client disconnected from the server, removing client.
[Network] [08.10.14 - 02:51:03] New SoD client connection from 25.154.5.140:59359
login.ini
[database]
host = 127.0.0.1
port = 3306
db = peq
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 = 5999
local_network = 25.
[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
eqemu_config.xml
<?xml version="1.0"?>
<server>
<world>
<shortname>Robertsnet</shortname>
<longname>Robertsnet</longname>
<!-- Only specify these two if you really think you need to. (read: You don't) -->
<!-- <address>x.x.x.x</address> --> (My External IP address is here)
<!-- <localaddress>x.x.x.x</localaddress> -->(I have my hamachi IP address here)
<!-- Loginserver information. Defaults shown -->
<loginserver>
<host>127.0.0.1</host>
<port>5999</port>
<account>*****</account>
<password>******</password>
</loginserver>
<!-- Server status. Default is unlocked -->
<!--<locked/>-->
<!-- <unlocked/> -->
<!-- Sets the ip/port for the tcp connections. Both zones and console (if enabled). Defaults are shown -->
<tcp ip="127.0.0.1" port="9000" telnet="disable"/>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>
<!-- Enable and set the port for the HTTP service. Defaults are shown -->
<http port="9080" enabled="false" mimefile="mime.types" />
</world>
<!-- Chatserver (channels) information. Defaults shown -->
<chatserver>
<host>127.0.0.1</host>
<port>7778</port>
</chatserver>
<!-- Mailserver (in-game mail) information. Defaults shown -->
<mailserver>
<host>127.0.0.1</host>
<port>7778</port>
</mailserver>
<zones>
<defaultstatus>20</defaultstatus>
<!-- Sets port range for world to use to auto configure zones -->
<ports low="7000" high="7100"/>
</zones>
<!-- Database configuration, replaces db.ini. Defaults shown -->
<database>
<host>127.0.0.1</host>
<port>3306</port>
<username>*****</username>
<password>******</password>
<db>peq</db>
</database>
</server>
If I'm missing something simple, please point it out. Last time I set this up was back when minilogin was part of the instructions for private servers lol, and its been a while!