View Single Post
  #1  
Old 11-14-2008, 06:49 PM
fullcan
Fire Beetle
 
Join Date: Nov 2008
Location: Missouri
Posts: 6
Default What Am I Doing Wrong

What am I doing wrong,or not doing?
I have installed Cave Dudes Server Pack installer 4.0

This is my eqemu config:

<?xml version="1.0">
<server>
<world>
<shortname>Knight</shortname>
<longname>Black Rock Knights</longname>

<!-- 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. -->
<http port="9080" enabled="true" mimefile="mime.types" />
</world>

<!-- Database configuration, replaces db.ini. -->
<database>
<host>localhost</host>
<port>3306</port>
<username>eq</username>
<password>XXXXX</password>
<db>peq</db>
</database>
</server>


I clicked on Run EQEmu
I am in a DOS window labled
C:\EQEmu\eqlauch.exe
It Reads

[Debug] Starting Log: log/eqe_debug_2444.log
[Debug] [LAUNCHER__INIT] Loading server configuration..
[Debug] [NET__WORLD] WorldConnection connect: Connecting to server 127.0.01
:9000 failed: TCPConnection::Connect<>: connect<> failed. Error: 10061
[Debug] [LAUNCHER__ERROR] worldserver.Connect<> FAILED! Will retry.
[Debug] [LAUNCHER__INIT] Starting main loop
Reply With Quote