PDA

View Full Version : Problem with minilogin-no servers in server list (not even mine)


austinwolfclaw
05-22-2006, 10:57 AM
I'm BRAND NEW at this folks. I log into eq just fine, but i see no servers . When I hit Admin, it gives me a timeout error (what is that thing for anyway?)

Anyway, i want to get logged into my server soon...so any help will be greatly appreciated.

~austinwolfclaw

klinzhai
05-22-2006, 01:03 PM
1) How did you install (did you use cavedude's install file or the source and compile)?

2) Post your config file here please.

austinwolfclaw
05-22-2006, 05:09 PM
I used Serverpack 3.52 and installed Cavedude's DB.

The config xml file is as follows:

<?xml version="1.0">
<server>
<world>
<shortname>setme</shortname>
<longname>I Forgot To Edit My Config</longname>

<!-- Sets the shared key used by zone/launcher to connect to world -->
<key>some long random string</key>
</world>
</server>

Belfedia
05-22-2006, 08:28 PM
Have you titanium version or pre-9/13 patched version .?
Can you produce all the .ini configuration files (not only xml)
Can you show the log of emulation ?

austinwolfclaw
05-23-2006, 02:36 AM
Fresh install of titanium...
all the ini files?
Ok....
Config.ini:

[Database]
host=127.0.0.1
user=eq
password=eq
database=eq
compression=off

[General]
quests=C:\EQEmu\Quests\

wordwrap=1


db.ini

###Your current database configuration is as follows:
##db.ini:

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


Loginserver.ini:

###Your current configuration is as follows:

loginserver.ini:
[LoginServer]
loginserver=127.0.0.1
loginport=5999
worldname=Wolfclaws experiment
worldaddress=127.0.0.1
locked=false
account=CENSORED FOR PRIVACY
password=CENSORED FOR PRIVACY

[WorldServer]
Defaultstatus=0
Unavailzone=
[ChatChannelServer]
#ChatChannelServer=127.0.0.1
worldshortname=wolfclaws_exp
#chatport=7778

[LoginConfig]
ServerMode=Minilogin
ServerPort=5999


Not sure about the username and password...i used the one i registered my server with on eqemulator.net.

Now for the logs..

from world.exe, this was all it printed out BEFORE i ran the game:

[Status] Using database 'eq' at localhost:3306
[Status] EMuShareMem loaded

From the Window that says 0 servers, 0 clients connected (before running game)

LoginServer.ini read.
[Status] Loading opcodes..
Server mode: MiniLogin

And now from the window that says 0: sleeping

[Debug] Starting Log: logs/eqemu_debug_0708.log
[Debug] [LAUNCHER__INIT] Loading server configuration..
[Debug] [LAUNCHER__INIT] Starting main loop...
[Debug] [NET__WORLD] Connected to World: 127.0.0.1:9000
[Debug] [LAUNCHER__WORLD] World told us to start zone dynamic_01.
[Debug] [LAUNCHER__WORLD] World told us to start zone dynamic_02.
[Debug] [LAUNCHER__WORLD] World told us to start zone dynamic_03.
[Debug] [LAUNCHER__WORLD] World told us to start zone dynamic_04.
[Debug] [LAUNCHER__WORLD] World told us to start zone dynamic_05.
[Debug] [LAUNCHER__ERROR] World told us to start zone dynamic_01, but it is already running.
[Debug] [LAUNCHER__ERROR] World told us to start zone dynamic_02, but it is already running.
[Debug] [LAUNCHER__ERROR] World told us to start zone dynamic_03, but it is already running.
[Debug] [LAUNCHER__ERROR] World told us to start zone dynamic_04, but it is already running.
[Debug] [LAUNCHER__ERROR] World told us to start zone dynamic_05, but it is already running.
[Debug] [LAUNCHER__STATUS] Starting zone dynamic_01
[Debug] [LAUNCHER__STATUS] Zone dynamic_01 has been started.
[Debug] [LAUNCHER__STATUS] Waiting 20000 milliseconds before booting the second zone.
[Debug] [LAUNCHER__STATUS] Starting zone dynamic_02
[Debug] [LAUNCHER__STATUS] Zone dynamic_02 has been started.
[Debug] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[Debug] [LAUNCHER__STATUS] Starting zone dynamic_03
[Debug] [LAUNCHER__STATUS] Zone dynamic_03 has been started.
[Debug] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[Debug] [LAUNCHER__STATUS] Starting zone dynamic_04
[Debug] [LAUNCHER__STATUS] Zone dynamic_04 has been started.
[Debug] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.
[Debug] [LAUNCHER__STATUS] Starting zone dynamic_05
[Debug] [LAUNCHER__STATUS] Zone dynamic_05 has been started.
[Debug] [LAUNCHER__STATUS] Waiting 2000 milliseconds before booting the next zone.


Now when i run game....
after i log in, it goes to server window and it spits out this in the 0 servers window:

744797 New client from ip: 127.0.0.1 port: 2903


When i click admin, i get "a timout occured" in game, and this in the 0 servers window:

Unknown packet: .4233692 [92.153.64.0:15->0.0.0.0:0]
[OpCode 0x000e (OP_Unknown) Size=11]
00000: 00 07 00 00 00 00 00 00 - 00 00 00 | ...........


that's about all the info i can give ya.
~austinwolfclaw

shamanistik
05-23-2006, 03:25 AM
Not really sure, but my minilogin server work, and is different in 2 points, maybe will help

1st, apparently, your worldname in loginserver.ini :

worldname=Wolfclaws experiment

But in the xml you did not change it?

2nd, in loginserver.ini too, I don't have account and password, it's empty

account=
password=

To log in, after eqgame is launched, I type mini mini as login password, and it work just fine..

Probably a problem with server name tho, if you change it be sure to change it everywhere (since it's minilogin and nobody but you see it, I suggest you don't change it)

Except that the server is running fine apparently, just need to actually have good server name / password / account settings to play :)

EDIT : does your window actually say 0 servers 0 client all the time? or once the zones are loaded it says 1 server 0 client??

Cripp
05-23-2006, 05:20 AM
probably need to edit your eqemu_config.xml file correctly.. if using version 6.6 / 7.0... paste your eqemu_config.xml file if possible.

should have
<address>127.0.0.1</address>
<localaddress>127.0.0.1(or 192.168.x.x)</localaddress>

<loginserver>
<host>127.0.0.1</host>
<port>5999</port>
<account></account>
<password></password>
</loginserver>

in there somewhere.. (after <longname>)

austinwolfclaw
05-24-2006, 03:36 AM
got the server working....thanks a bundle