View Single Post
  #1  
Old 07-13-2006, 03:08 PM
MindChildX
Fire Beetle
 
Join Date: Jul 2005
Posts: 3
Question World.EXE Crashes

eqemu_config.xml

<?xml version="1.0">
<server>
<world>
<shortname>minilogin</shortname>
<longname>My Minilogin</longname>

<!-- Only specify these two if you really think you need to. -->
<address>127.0.0.1</address>
<localaddress>127.0.0.1</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>127.0.0.1</host>
<port>5999</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>eq</username>
<password>eq</password>
<db>eq</db>
</database>
</server>



loginserver.ini:
[LoginServer]
loginserver=127.0.0.1
loginport=5999
worldname=My Minilogin
worldaddress=127.0.0.1
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=
[ChatChannelServer]

worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=standalone
ServerPort=5999



db.config

[Database]
host=localhost
user=eq
password=eq
database=eq


I am using eqemu 7.0-823 and titanium...on a LAN conn...I did install the mini login and followed the instructions on emu homepage...I am using cavedudes database...I can log in fine but when I try to pick or create a new character it tells me zone unavailable...but when I try to log in again it loads...then the game seems to be running fine untill I try to go to the next zone...at first it will say that it is entering the zone then I get a send dont send error message on world.exe....I have to ctrl alt del...to get out...to find my world.exe screen has closed...So i have no idea why or what errors it had... can someone please help me???
Reply With Quote