Log in

View Full Version : Error I can't seem to fix...


Valcrist
09-22-2008, 05:51 PM
Keep getting the ---------------------------------------------
[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
<?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.

Valcrist
09-22-2008, 05:58 PM
Actually, I fixed it once I found Crips post
So if anyone else has the problem.<?xml version="1.0">
<server>
<world>
<shortname>jagon</shortname>
<longname>Jagon Soul Saver</longname>

<!-- Only specify these two if you really think you need to. -->
<!-- <address>Serving Machines IP</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>leatherbelt</password>
<db>ax_classic</db>
</database>
</server>

Is what the XML should be set to to fix... mine was all messed up..

Angelox
09-22-2008, 09:48 PM
I just made a thread of a few posts (http://www.eqemulator.net/forums/showthread.php?t=25898) , If you follow those examples, you'll be able to play from any machine in the LAN , and invite friends from the Internet.