PDA

View Full Version : no server showing


robinreg
03-03-2010, 12:53 AM
I am puzzled by this message. I did everything according to the instruction and looking through the post and not a single thing help. this is the message I am getting...

[Debug] [WORLD_LS] Connecting to login server...
[Debug] [WORLD_LS] Setting World to MiniLogin Server type
[Debug] [WORLD_LS_ERR] **** For minilogin to work, you need to set the <address> element in the <world> section.

this is my set up for eqemu_config

<?xml version="1.0">
<server>
<world>
<shortname>myeq</shortname>
<longname>Myworld</longname>

<!-- Only specify these two if you really think you need to. (read: You don't) -->
<!-- <address>127.0.0.1</address> -->
<!-- <localaddress>127.0.0.1</localaddress> -->

<!-- Loginserver information. Defaults shown -->
<loginserver>
<host>127.0.0.1</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>

<!-- Server status. Default is unlocked -->
<!--<locked/>-->
<!-- <unlocked/> -->

<!-- Sets the ip/port for the tcp connections. Both zones and console (if enabled). Defaults are shown -->
<tcp ip="localhost" port="9000" telnet="disable"/>

<!-- 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. Defaults are shown -->
<http port="9080" enabled="false" mimefile="mime.types" />
</world>

<!-- Chatserver (channels) information. Defaults shown -->
<chatserver>
<host>channels.eqemulator.net</host>
<port>7778</port>
</chatserver>

<!-- Mailserver (in-game mail) information. Defaults shown -->
<mailserver>
<host>channels.eqemulator.net</host>
<port>7779</port>
</mailserver>

<zones>
<defaultstatus>20</defaultstatus>

<!-- Sets port range for world to use to auto configure zones -->
<ports low="7000" high="7100"/>
</zones>

<!-- Database configuration, replaces db.ini. Defaults shown -->
<database>
<host>localhost</host>
<port>3306</port>
<username>******</username>
<password>******</password>
<db>req</db>
</database>

<!-- Launcher Configuration -->
<launcher>
<!-- <logprefix>logs/zone-</logprefix> -->
<!-- <logsuffix>.log</logsuffix> -->
<!-- <exe>zone.exe or ./zone</exe> -->
<!-- <timers restart="10000" reterminate="10000"> -->
</launcher>

<!-- File locations. Defaults shown -->
<files>
<!-- <spells>spells_us.txt</spells> -->
<!-- <opcodes>opcodes.conf</opcodes> -->
<!-- <logsettings>log.ini</logsettings> -->
<!-- <eqtime>eqtime.cfg</eqtime> -->
</files>
<!-- Directory locations. Defaults shown -->
<directories>
<!-- <maps>Maps</maps> -->
<!-- <quests>quests</quests> -->
<!-- <plugins>plugins</plugins> -->
</directories>
</server>

and my LoginServer set up:

### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field BLANK.

### --- Public Login is un-supported as is LAN playing. We reccomend using the EQEmu.net Loginserver ALWAYS.

### --- NOTE: Starting 6-1-2002, you can no longer use the word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.

# READ README.TXT

[LoginServer]
loginserver=127.0.0.1
loginserver2=
loginport=5999
loginport2=
worldname=myeq
worldaddress=
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=

[LoginConfig]
ServerMode=Minilogin
ServerPort=5999

Tilar
03-03-2010, 11:41 AM
I am puzzled by this message. I did everything according to the instruction and looking through the post and not a single thing help. this is the message I am getting...


[LoginServer]
loginserver=127.0.0.1
loginserver2=
loginport=5999
loginport2=
worldname=myeq
worldaddress=
locked=false
account=
password=




I'm not the best person at this by any means but maybe the part I have in red needs an address?

robinreg
03-03-2010, 12:19 PM
yeah, I did put something in there like the ip address. Still gotten the same result. Anyway, I realized that the minilogin 6.2 is very outdated and the new eqemu-login can be use in place of that. I deleted and uninstall everything and reinstall the eqemu and set up for a server. I had a few trial and error but I managed to get it up and running without using the eqemulation.net site.

Capheus
03-30-2010, 01:19 AM
Just updated my build/revision that I was using and came across the same problem. I could log on rev1008 but not rev1265 so I new it had to be a DB thing.

In the variables table, look at the LoginType entry. The default is public. If you want to use MiniLogin, change public to Minilogin. My wordladdress in the loginserver.txt is blank. I don't think there is a need to put anything in here anymore.

eski2
06-26-2010, 08:55 AM
I'm getting the same error. I've checked the world details and tried variations on the world name like the_solo for the long name but it doesn't seem to matter. I'm using the latest available version of the DB. Does anyone know if that matters?