Log in

View Full Version : World


Reynin89
09-12-2010, 03:15 AM
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!

wheeljack
09-12-2010, 08:34 AM
Try starting it from the command prompt so you can see what it is complaining about.

liquest
09-12-2010, 09:59 AM
run as administrator?

lerxst2112
09-12-2010, 11:13 AM
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.

Reynin89
09-12-2010, 11:37 AM
its saying the system cannot find the path specified... Why would this be? I mean its all in my server folder..

Reynin89
09-12-2010, 11:53 AM
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*

Reynin89
09-12-2010, 12:01 PM
Ok world.exe itself is saying, could not find server "root" in config.xml

and in my logs it says this
---------------------------------------------
[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?

Reynin89
09-12-2010, 12:05 PM
Also heres my config.xml
<?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
Port=5999
DumpPacketsIn=true
DumpPacketsOut=true
Trace=false
DatabaseServerName=127.0.0.1
DatabaseCatalogName=peq
DatabaseUserName=root
DatabaseUserPassword=******
OPCodePathAndFileName=login_opcodes.conf

Derision
09-12-2010, 12:37 PM
You appear to be missing <server></server> and </world> tags in your config, i.e.


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

Reynin89
09-12-2010, 01:10 PM
so should i just cut and paste that in there and edit it or what?

Reynin89
09-12-2010, 01:23 PM
*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
<?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>

Reynin89
09-12-2010, 02:18 PM
Anyone pleaseeeee?

joligario
09-12-2010, 03:32 PM
Derision gave you an answer...

Reynin89
09-12-2010, 04:51 PM
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?

Oogbar
09-19-2010, 05:34 PM
Isnt the port supposed to be 5998(titanium)-5999(SoD*/SoF?*)?