Here is a copy of my log with the error that I am getting now:
Code:
---------------------------------------------
[07.28. - 09:49:42] Starting Log: logs/eqemu_debug_world_3076.log
[07.28. - 09:49:42] [WORLD__INIT] Loading server configuration..
[07.28. - 09:49:42] [WORLD__INIT] Warning: Unable to read log.ini
[07.28. - 09:49:42] [WORLD__INIT] CURRENT_WORLD_VERSION:EQEmulator 0.8.0
[07.28. - 09:49:42] [WORLD__INIT] Added loginserver hsfdp.no-ip.org:5998
[07.28. - 09:49:42] [WORLD__INIT] Connecting to MySQL...
[07.28. - 09:49:42] [WORLD__INIT] HTTP world service disabled.
[07.28. - 09:49:42] [WORLD__INIT] Loading variables..
[07.28. - 09:49:42] [WORLD__INIT] Loading zones..
[07.28. - 09:49:42] [WORLD__INIT] Clearing groups..
[07.28. - 09:49:42] [WORLD__INIT] Clearing raids..
[07.28. - 09:49:42] [WORLD__INIT] Loading items..
[07.28. - 09:49:47] [WORLD__INIT] Loading guilds..
[07.28. - 09:49:47] [WORLD__INIT] Loaded default rule set 'default'
[07.28. - 09:49:47] [WORLD__INIT] Clearing temporary merchant lists..
[07.28. - 09:49:47] [WORLD__INIT] Loading EQ time of day..
[07.28. - 09:49:47] [WORLD__INIT_ERR] Unable to load eqtime.cfg
[07.28. - 09:49:47] [WORLD__INIT] Loading launcher list..
[07.28. - 09:49:47] [WORLD__INIT] Reboot zone modes ON
[07.28. - 09:49:47] [WORLD__INIT] Deleted 0 stale player corpses from database
[07.28. - 09:49:47] [WORLD__INIT] Deleted 0 stale player backups from database
[07.28. - 09:49:47] [WORLD__INIT] Loading adventures...
[07.28. - 09:49:47] [WORLD__INIT] Purging expired instances
[07.28. - 09:49:47] [WORLD__INIT] Zone (TCP) listener started.
[07.28. - 09:49:47] [WORLD__INIT] Client (UDP) listener started.
[07.28. - 09:49:47] [NET__IDENTIFY] Registered patch 6.2
[07.28. - 09:49:47] [NET__IDENTIFY] Registered patch Titanium
[07.28. - 09:49:47] [NET__IDENTIFY] Registered patch SoF
[07.28. - 09:49:47] [NET__IDENTIFY] Registered patch SoD
[07.28. - 09:49:47] [NET__IDENTIFY] Registered patch Underfoot
[07.28. - 09:49:47] [NET__IDENTIFY] Registered patch HoT
[07.28. - 09:49:47] [WORLD__LS] Connecting to login server: hsfdp.no-ip.org:5998
[07.28. - 09:49:48] [WORLD__LS_ERR] Could not connect to login server: hsfdp.no-ip.org:5998 TCPConnection::Connect(): connect() failed. Error: 10061
And here is a copy of my eqemu_config.xml file:
Code:
<?xml version="1.0"?>
<server>
<world>
<shortname>HSFDP</shortname>
<longname>Hidden Secrects From Dark Pasts</longname>
<!-- address has to be specified for minilogin to work -->
<address>hsfdp.no-ip.org</address>
<localaddress>192.168.2.157</localaddress>
<!-- Loginserver information. -->
<loginserver>
<host>hsfdp.no-ip.org</host>
<port>5998</port>
<account>Hidden Secrects From Dark pasts</account>
<password>Killer22</password>
</loginserver>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>make up some random string of characters here</key>
<!-- Enable and set the port for the HTTP service -->
<http port="9080" enable="true" mimefile="mime.types"/>
</world>
<!-- Database configuration, replaces db.ini -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>~<(Removed)>~</password>
<db>privateserver</db>
</database>
</server>
And a copy of my eqemulogin.ini file:
Code:
Port=5998
DumpPacketsIn=true
DumpPacketsOut=true
Trace=true
DatabaseServerName=peqlogindb
DatabaseCatalogName=privateserver
DatabaseUserName=root
DatabaseUserPassword=~<(Removed)>~
OPCodePathAndFileName=login_opcodes.conf
Those are all the files that I'm aware of that you guys need to look at?
I am using a no-ip.org address.... should this be changed to something else?
How do I check to see if something on my system is running from port 9000? I used netstat, and I didn't see anything with that port number.
Any and all help is greatly appreciated... Sorry once more for being a noob
Also, I am not running any firewalls while I am testing this. Both Router and Windows are turned off......