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, 03:15 AM
Reynin89
Sarnak
 
Join Date: Apr 2010
Posts: 71
Default World

Ok I have my EqemuLoginServer.exe loading fine now and connected to mysql n what not, but for whatever reason World.exe wont load. Ive tried looking for posts maybe I fail at searching as I do starting a server. But can anyone please help with this? The world.exe dos window pops up and instantly disappears.... Thats it, I get no errors or anything.. just up for a split second and then gone. Thanks!
Reply With Quote
  #2  
Old 09-12-2010, 08:34 AM
wheeljack
Fire Beetle
 
Join Date: Aug 2010
Posts: 18
Default

Try starting it from the command prompt so you can see what it is complaining about.
Reply With Quote
  #3  
Old 09-12-2010, 09:59 AM
liquest
"Special" Member
 
Join Date: Jul 2007
Posts: 373
Default

run as administrator?
__________________
Also Knows as Tavish

Liquest Auctions, WTB AA's up to the current compatable clients PST with offer.

"A casual stroll through a lunatic asylum shows that faith does not prove anything." ~Fredrick Nietzsche

"Insanity: doing the same thing over and over again and expecting different results.." ~Albert Einstein
Reply With Quote
  #4  
Old 09-12-2010, 11:13 AM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

You can also look in the log file it creates. I know when I screw up it usually tells me what I need to know to fix it there.
Reply With Quote
  #5  
Old 09-12-2010, 11:37 AM
Reynin89
Sarnak
 
Join Date: Apr 2010
Posts: 71
Default

its saying the system cannot find the path specified... Why would this be? I mean its all in my server folder..
Reply With Quote
  #6  
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
  #7  
Old 09-12-2010, 12:01 PM
Reynin89
Sarnak
 
Join Date: Apr 2010
Posts: 71
Default

Ok world.exe itself is saying, could not find server "root" in config.xml

and in my logs it says this
Quote:
---------------------------------------------
[09.12. - 09:00:44] Starting Log: logs/eqemu_debug_world_0464.log
[09.12. - 09:00:44] [WORLD__INIT] Loading server configuration..
[09.12. - 09:00:44] [WORLD__INIT_ERR] Loading server configuration failed.
so what does that mean exactly? Could that be the reason it keeps opening n disappearing instantly?
Reply With Quote
  #8  
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
  #9  
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
  #10  
Old 09-12-2010, 01:10 PM
Reynin89
Sarnak
 
Join Date: Apr 2010
Posts: 71
Default

so should i just cut and paste that in there and edit it or what?
Reply With Quote
  #11  
Old 09-12-2010, 01:23 PM
Reynin89
Sarnak
 
Join Date: Apr 2010
Posts: 71
Default

*sigh* this is sooo frustrating.. It still wont open still says path cannot be specified n what not. And this is my new

eqemu_config.xml
Code:
<?xml version="1.0">
<world>
<shortname>NameOfServer</shortname>
<longname>ShortNameOfServer</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>192.168.1.100</host>
<port>5998</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>
Reply With Quote
  #12  
Old 09-12-2010, 02:18 PM
Reynin89
Sarnak
 
Join Date: Apr 2010
Posts: 71
Default

Anyone pleaseeeee?
Reply With Quote
  #13  
Old 09-12-2010, 03:32 PM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,490
Default

Derision gave you an answer...
Reply With Quote
  #14  
Old 09-12-2010, 04:51 PM
Reynin89
Sarnak
 
Join Date: Apr 2010
Posts: 71
Default

well i have that working now ty. i just cut and pasted. everthing works but my serve wont show up on list any idea why?
Reply With Quote
  #15  
Old 09-19-2010, 05:34 PM
Oogbar
Fire Beetle
 
Join Date: Nov 2009
Location: Wasilla AK
Posts: 17
Default

Isnt the port supposed to be 5998(titanium)-5999(SoD*/SoF?*)?
__________________
Paranoia: You THINK every one/thing is against you...
Psychosis: EVERYTHING IS AGAINST YOU!!

My favorite quote, from Empire Earth's Flamethrower unit, "PREPARE TO DIE!!"
I think, rocks might actually be more computer literate than I. But running this monkey show on a 2003 laptop doesn't help any!!
Reply With Quote
Reply


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 03:53 PM.


 

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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3