Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::General Support

Support::General Support Post all topics here having to do with errors while trying to connect to an EQEMu server but not about the setup/running of the Server itself.

Reply
 
Thread Tools Display Modes
  #1  
Old 09-12-2010, 11:53 AM
Reynin89
Sarnak
 
Join Date: Apr 2010
Posts: 71
Default

Also im not sure how to run sumthing thru cmd, how would i run world.exe thru a command prompt?

*EDIT* I figured out how to run it from cmd. Still the getting the erorr in the posts below though someone please help >_< *EDIT*
Reply With Quote
  #2  
Old 09-12-2010, 12:05 PM
Reynin89
Sarnak
 
Join Date: Apr 2010
Posts: 71
Default

Also heres my config.xml
Code:
<?xml version="1.0">
<world>
<shortname>NAMEOFSERVER</shortname>
<longname>NAMEOFSERVER</longname>

<!-- Only specify these two if you really think you need to. (read: You don't) -->
<address>server.dyndns.org</address>
<localaddress>192.168.0.1</localaddress> 

<!-- Loginserver information. Defaults shown -->
<loginserver>
<host>localhost</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver> 

<!-- Database configuration, replaces db.ini. Defaults shown -->
<database>
<host>localhost</host>
<port>3306</port>
<username>root</username>
<password>******</password>
<db>peq</db>
</database>
eqemulogin.ini
Code:
Port=5999
DumpPacketsIn=true
DumpPacketsOut=true
Trace=false
DatabaseServerName=127.0.0.1
DatabaseCatalogName=peq
DatabaseUserName=root
DatabaseUserPassword=******
OPCodePathAndFileName=login_opcodes.conf
Reply With Quote
  #3  
Old 09-12-2010, 12:37 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

You appear to be missing <server></server> and </world> tags in your config, i.e.
Code:
<server>
        <world>
                <shortname>NAMEOFSERVER</shortname>
                <longname>NAMEOFSERVER</longname>

                <!-- Only specify these two if you really think you need to. (read: You don't) -->
                <address>server.dyndns.org</address>
                <localaddress>192.168.0.1</localaddress>

                <!-- Loginserver information. Defaults shown -->
                <loginserver>
                        <host>localhost</host>
                        <port>5999</port>
                        <account></account>
                        <password></password>
                </loginserver>
        </world>

        <!-- Database configuration, replaces db.ini. Defaults shown -->
        <database>
                <host>localhost</host>
                <port>3306</port>
                <username>root</username>
                <password>******</password>
                <db>peq</db>
        </database>
</server>
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 05:11 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3