View Single Post
  #1  
Old 09-22-2008, 05:51 PM
Valcrist
Sarnak
 
Join Date: Aug 2006
Location: NJ
Posts: 85
Default Error I can't seem to fix...

Keep getting the
Code:
---------------------------------------------
[09.22. - 17:36:07] Starting Log: logs/eqemu_debug_0556.log
[09.22. - 17:36:07] [LAUNCHER__INIT] Loading server configuration..
[09.22. - 17:36:07] [LAUNCHER__ERROR] Loading server configuration failed.
I have tried changing around the config.ini db.ini or the eqemu xml file and I have searched the forums and have not found anything to fix it yet..
Here is my xml
Code:
<?xml version="1.0">
<server>
	<world>
	    <shortname>whatever</shortname>
	    <longname>******Whatever</longname>
	           
	<!-- Only specify these two if you really think you need to. -->
	    <address>192.168.1.***</address>
	    <localaddress>127.0.0.1</localaddress>
	   
	<!-- Loginserver information.  -->
	    <loginserver>
	        <host>eqemulator.net</host>
	        <port>5998</port>
	        <account></account>
	        <password></password>
	    </loginserver>

	    <!-- 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>root</username>
	    <password>******</password>
	    <db>peq<db>
	</database>
</server>
Running on Windows XP etc. Got the server pack from rogue I believe.. everything used to work the last time I had ran this all before.. not sure why it is giving me so many problems.
Reply With Quote