PDA

View Full Version : Mini Login Problems


eahtn
01-23-2002, 12:38 PM
I use minilogin, boot the world and boot 5 zones, when I get to the login screen there are no servers listed. My eqhost file looks like this

[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
}

My login server looks like this

[LoginServer]
loginserver=localhost
worldname=Heston
locked=false
worldaddress=127.0.0.1
account=
password=

any ideas?

n00b8472
01-23-2002, 01:02 PM
Try changing all references to localhost and 127.0.0.1 to your actual IP

eahtn
01-24-2002, 08:31 AM
I tried that and still had the same problem =( Thank you for the reply though =) anyone else have any ideas?

Vipermmx
01-24-2002, 08:38 AM
Go into the login.ini and put eqemu in username and password field. Tell me if that works.

eahtn
01-25-2002, 09:47 AM
I will try tonight and let you know if that fixs it, once again thank you for your help

Windcatcher
01-25-2002, 03:16 PM
I had problems too until I noticed that copying and pasting the text from the forum into loginserver.ini resulted in some spaces at the end of each line. Removing the spaces fixed the problem :) Maybe the devs should put something like a trim() to strip spaces from each line as it is read.

I don't know what the equivalent is in C++...I use Java at work and String.trim() removes leading and trailing spaces.

Windcatcher

eahtn
01-25-2002, 04:23 PM
alright, cool =) I got it working thank you guys for all your help. I will post my files in just a min, that way if anyone else has this problems they can look at what I got.

eahtn
01-26-2002, 03:27 AM
[LoginServer]
loginserver=127.0.0.1
worldname=Heston
locked=false
worldaddress=127.0.0.1
account=eqemu
password=eqemu

[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
}

Ok, thats what I got and it is working, thank you everyone for you help. There are no spaces at the end of any of the lines!!!