Log in

View Full Version : Help me finish my setup please!!??


jagonsoulsaver
12-19-2007, 11:10 PM
Ok its late so bare with me, after finishing my server setup i got a error when launching world.exe or zone.exe saying short name not found line 3 longname not found line 3 read threw the forums and found a post about puting a # at the end of your longname tried that but now i get a difrent error that says unable to load eqemu_config.xml error reading atributes so what am i missing any help would be greatly apriciated

<?xml version="1.0">
<server>
<world>
<short>whatever</short>
<mylongname#>Your server name</mylongname#>

<!-- 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>Your Password</password>
<db>ax_classic</db>
</database>
</server>

Sakrateri
12-19-2007, 11:56 PM
<!-- Only specify these two if you really think you need to. -->
<!--<address>Serving Machines IP</address>-->
<!--<localaddress>127.0.0.1</localaddress>-->

change the red line to this

<localaddress>127.0.0.1</localaddress>

hope that helps

Bishop4351
12-20-2007, 12:55 AM
Try this config but update the name and database info to your choosing

<?xml version="1.0">
<server>
<world>
<shortname>Shortname</shortname>
<longname>JUMBO SERVER THAT WORKS OMG J/K</longname>
<http port="9080" enabled="true" mimefile="mime.types" />
</world>
<database>
<host>localhost</host>
<port>3306</port>
<username>database user</username>
<password>yourpassword</password>
<db>yourdatabase</db>
</database>
<chatserver>
<host>channels.eqemulator.net</host>
<port>7778</port>
</chatserver>

<loginserver>
<host>eqemulator.net</host>
<port>5998</port>
<account></account>
<password></password>
</loginserver>

</server>


Try that config and if it's still erroring let's check out those logs.

Also try being in cmd.exe then starting world.exe it might give you a good error to work with.

jagonsoulsaver
12-20-2007, 08:20 AM
ok first thnx for the quick replys greatly apriciated, second ive tried seperatly and togeather both your sugestions and still get the same out come returned my config.xml ot original and removed the # at the end of longname to see fi maybe that caused the new error and to atemp to figure out the first error of this in my cmd prompt i type word.exe this is what it says word for word

[Debug] Starting Log: logs/eqemu_debug_world_3908.log
[Debug] [WORLD_INIT] Loading server configuration..
Unable to find a 'shortname' element on world element at line 3
Unable to find a 'longname' element on world element at line 3
[Debug] [WORLD_INIT_ERR] Loading server configuration failed.

the logs all show this

[12.20. - 02:50:17] Starting Log: logs/eqemu_debug_zone_3516.log
[12.20. - 02:50:17] [ZONE__INIT] Loading server configuration..
[12.20. - 02:50:17] [ZONE__INIT_ERR] Loading server configuration failed.


and again my config file is this

<?xml version="1.0">
<server>
<world>
<jagon>whatever</jagon>
<jagonsoulsaver>Your server name</jagonsoulsaver>

<!-- 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>
<leatherbelt>Your Password</leatherbelt>
<db>ax_classic</db>
</database>
</server>

Cripp
12-20-2007, 08:33 AM
your eqemu_config.xml file is all whacked up... make it look like this...


<?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>

jagonsoulsaver
12-20-2007, 12:04 PM
crip- awsome i cant beleave i mixed those up that way thank you all fixed got what i wanted to see now to setup minilogin and im set thank you very much!!