PDA

View Full Version : Minilogin Issue


Smoothnightmare
06-19-2009, 12:47 PM
I am stuck with getting the following error..

"For minilogin to work, you need set the <address> element in the <world> section..

I have looked at other posts on this subject, but they did not fix it.

My eqemu_config.xml is:

<?xml version="1.0">
<server>
<world>
<shortname>Plzwork</shortname>
<longname>Darr Annonymous</longname>
<!-- Only specify these two if you really think you need to. -->
<address>192.168.1.102</address>
<localaddress>192.168.1.102</localaddress>

<!-- Loginserver information. -->
<loginserver>
<host>192.168.1.102</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>
<unlocked></unlocked>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key></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></username>
<password>mypassword</password>
<db>peq</db>
</database>
</server>

And my loginserver.ini is

# READ README.TXT

[LoginServer]
loginserver=192.168.1.102
#loginserver2=
loginport=5999
#loginport2=
#worldname=
#worldaddress=
#locked=false
#account=
#password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=MiniLogin
ServerPort=5999

-------------------------------------------------------------------

Any help would be much appreciated.

Andrew80k
06-19-2009, 12:55 PM
If you look at the post that has "I hate Minilogin" in the Title, down a couple from yours, you'll see some example partial configs in there. Take a look at them and see if they are different than yours. I have worldname and worldaddress set in mine but I'm not sure if it's necessary. It's been a LONG time since I set mine up.

Smoothnightmare
06-19-2009, 12:59 PM
If you look at the post that has "I hate Minilogin" in the Title, down a couple from yours, you'll see some example partial configs in there. Take a look at them and see if they are different than yours. I have worldname and worldaddress set in mine but I'm not sure if it's necessary. It's been a LONG time since I set mine up.

I set worldname and worldaddress just now, still got that stinkin error :/

Smoothnightmare
06-19-2009, 01:11 PM
sorry about the double post, but I changed up my eqemu_config file a bit, but it still didnt help, just cleaned it up a little.

I changed it some, it now is:

<?xml version="1.0">
<server>
<world>
<shortname>cmon</shortname>
<longname>workyousucker</longname>
<!-- Only specify these two if you really think you need to. (read: You dont) -->
<address>192.168.1.102</address>
<localaddress>127.0.0.1</localaddress>

<!-- Loginserver information. Defaults shown -->
<loginserver>
<host>192.168.1.102</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>
<unlocked></unlocked>
<!-- Sets the shared key used by zone/launcher to connect to world -->
<key></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>mypassword</password>
<db>peq</db>
</database>
</server>

Andrew80k
06-19-2009, 01:16 PM
I noticed you don't have anything in your <key></key> tag. Is this on purpose or did you just remove it to post?

Andrew80k
06-19-2009, 01:19 PM
Also take a look in your logs directory and see if you get anything else in there. I don't see anything that sticks out in your configs as being a problem. Could be something else.

Smoothnightmare
06-19-2009, 01:21 PM
I just removed them is all, its about 12 characters long. I tried changing that, I tried it with out the key, i tried it with a longer key...

Smoothnightmare
06-19-2009, 01:31 PM
Got it, had a stupid space where it wasnt supposed to be..

Admin can delete this thread if you want.

Andrew80k
06-19-2009, 01:44 PM
Awesome. Enjoy.