View Full Version : Black Screen After Server selection
Mydogcosmo13
04-18-2014, 11:06 PM
So I logged in and chose my server and when I tried connecting it had a black screen what does this mean? :?
Uleat
04-19-2014, 12:09 AM
Did you set the correct port for your client?
Is your desktop resolution set to a ratio that the client doesn't support?
A lot of things it could be..you should always research and post as much information as possible.
unprotectedtext
04-20-2014, 04:20 AM
I'm having the same problem with my server.
On my computer I created a server had no problems at all with the new guide. I have an underfoot client I saved that I used to log in with, easy enough. was able to create a character and run around and kill stuff.
then I decided I would open the server up to LAN since it worked so well so my wife and I could run around killing. but on her computer with the same underfoot client gets to the server select screen, select the server I created and all goes black.
No problem ill make the server on her computer. so I did. same thing I could create a character and run around killing no problem. tried to log in the server on her computer from mine and same thing black screen after selecting server.
the login server shows that were logging in but after that nothing.
is there anything anyone can think of that would help a old married couple play again??
Uleat
04-20-2014, 05:16 AM
Did you move everything but the mysql server to the lan address in your config file?
unprotectedtext
04-20-2014, 06:54 AM
I accually made a MySQL server on each computer thinking it was a client issue but both clients work. I gave static ips to each of my computers and set it up with the proper ip addresses in the config files for the server. when it didn't work I did the same on my wifes computer.
at first I thought it was a client problem but I now have a server made on each computer and each computer can log into its respective server but not into the other. I tried turning the firewalls off but still nothing.
Uleat
04-20-2014, 11:38 AM
Post your eqemu_config.xml and login.ini files here..hashing out the user/password entries.
unprotectedtext
04-20-2014, 05:55 PM
here is the config files. thanks for the help so far.
eqemu_config.xml
<?xml version="1.0"?>
-<server>
-<world>
<shortname>HOME</shortname>
<longname>Home Sweet Home</longname>
<!-- Only specify these two if you really think you need to. (read: You don't) -->
<!-- <address>192.168.0.29</address> -->
<!-- <localaddress>127.0.0.1</localaddress> -->
<!-- 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 telnet="disable" port="9000" ip="127.0.0.1"/>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long key</key>
<!-- Enable and set the port for the HTTP service. Defaults are shown -->
<http port="9080" mimefile="mime.types" enabled="true"/>
</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 high="7100" low="7000"/>
</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>
-<qsdatabase>
<host>127.0.0.1</host>
<port>3306</port>
<username>*******</username>
<password>********</password>
<db>peq</db>
</qsdatabase>
<!-- Launcher Configuration -->
-<launcher>
<!-- <logprefix>logs/zone-</logprefix> -->
<!-- <logsuffix>.log</logsuffix> -->
<!-- <exe>zone.exe or ./zone</exe> -->
<!-- <timers restart="10000" reterminate="10000"> -->
</launcher>
<!-- File locations. Defaults shown -->
-<files>
<!-- <spells>spells_us.txt</spells> -->
<!-- <opcodes>opcodes.conf</opcodes> -->
<!-- <logsettings>log.ini</logsettings> -->
<!-- <eqtime>eqtime.cfg</eqtime> -->
</files>
<!-- Directory locations. Defaults shown -->
-<directories>
<!-- <maps>Maps</maps> -->
<!-- <quests>quests</quests> -->
<!-- <plugins>plugins</plugins> -->
</directories>
</server>
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 = 192.168.1.
[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
unprotectedtext
04-21-2014, 08:16 AM
got it all figured out now can log into it on my local network now. the changes I made are in red.
eqemu_config
<?xml version="1.0"?>
<server>
<world>
<shortname>HOME</shortname>
<longname>Home Sweet Home</longname>
<!-- Only specify these two if you really think you need to. (read: You don't) -->
<address>192.168.1.8</address>
<localaddress>192.168.1.8</localaddress>
<!-- Loginserver information. Defaults shown -->
<loginserver>
<host>192.168.1.8</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 random key</key>
<!-- Enable and set the port for the HTTP service. Defaults are shown -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>
<!-- Chatserver (channels) information. Defaults shown -->
<chatserver>
<host>192.168.1.8</host>
<port>7778</port>
</chatserver>
<!-- Mailserver (in-game mail) information. Defaults shown -->
<mailserver>
<host>192.168.1.8</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>
<qsdatabase>
<host>127.0.0.1</host>
<port>3306</port>
<username>*******</username>
<password>*******</password>
<db>peq</db>
</qsdatabase>
<!-- Launcher Configuration -->
<launcher>
<!-- <logprefix>logs/zone-</logprefix> -->
<!-- <logsuffix>.log</logsuffix> -->
<!-- <exe>zone.exe or ./zone</exe> -->
<!-- <timers restart="10000" reterminate="10000"> -->
</launcher>
<!-- File locations. Defaults shown -->
<files>
<!-- <spells>spells_us.txt</spells> -->
<!-- <opcodes>opcodes.conf</opcodes> -->
<!-- <logsettings>log.ini</logsettings> -->
<!-- <eqtime>eqtime.cfg</eqtime> -->
</files>
<!-- Directory locations. Defaults shown -->
<directories>
<!-- <maps>Maps</maps> -->
<!-- <quests>quests</quests> -->
<!-- <plugins>plugins</plugins> -->
</directories>
</server>
login config
[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 = 192.168.1.8
[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
plus I set up a static ip for my computer on my network to 192.168.1.8 to match all my changes and now any computer on my network can log in.
Hope this helps other people just trying to make a private server for home.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.