EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   For minilogin to work... (https://www.eqemulator.org/forums/showthread.php?t=22929)

Jodokall 06-07-2007 06:52 AM

For minilogin to work...
 
I've done some searching, but cannot find anything. I'm trying to run the server/minilogin and play on the same box, but whenever I go to run start.bat I get the following message in world.exe:

Quote:

[Debug] [WORLD_LS_ERR] ****For minilogin to work, you need to set the <address> element in the <world> section.
Here is how my eqemu_config.xml is configured:

Quote:

<?xml version="1.0">
<server>
<world>
<shortname>Miketoxxulous</shortname>
<longname>The Miketoxxulous Server</longname>

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

<!-- Loginserver information. -->
<loginserver>
<host>192.168.1.2</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>root</username>
<password>asawolfe</password>
<db>peq</db>
</database>
</server>
And my loginserver.ini:

Quote:

[LoginServer]
loginserver=192.168.1.2
loginport=5999
worldname=The Miketoxxulous Server
worldaddress=192.168.1.2
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999

Anyone know what the problem is that I'm not seeing?

jimbabwe 06-07-2007 08:21 AM

<!--<address>192.168.1.2</address>-->
<!--<localaddress>192.168.1.2</localaddress>-->

Uncomment those two lines


All times are GMT -4. The time now is 09:21 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.