View Full Version : My server not showing up on server list...
flipper
09-18-2002, 04:05 PM
I've run eqemu in the past (0.3.4 and prior) without incident, but I recently decided to try it on my Gentoo Linux system with 0.3.6 and it runs without error msgs but my server isnt showing up on the list. Below are my config file details. Any suggestions would be appreciated.
LoginServer.ini
[LoginServer]
loginserver=eqlogin1.eqemu.net
loginserver2=eqlogin2.eqemu.net
loginport=5999
loginport2=5999
worldname=Flipper's
locked=false
account=
password=
worldaddress=<my IP is here>
[WorldConfig]
Defaultstatus=
Unavailzone=
[LoginConfig]
ServerMode=Standalone
Serverport=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
db.ini
It's configured properly. I have 2 other apps/servers using mysql, so it's not a db issue. I have the packed db.sql sourced and the addon for items/spawns that is listed with the 0.3.6 release.
The server is complaining that a [WorldServer] block doesn't exist in the LoginServer.ini file, but I don't know if that's an issue or not???
DeletedUser
09-19-2002, 02:21 AM
Change [WorldConfig] to [WorldServer] in your LoginServer.ini (please ask this in Win32 Support Forum for now on)
flipper
09-19-2002, 06:22 AM
Will do. Thanks for the hasty reply. Hopefully that is just an issue with the source release of eqemu.
DeletedUser
09-19-2002, 08:35 AM
I apologize, it was my fault :)
flipper
09-19-2002, 06:34 PM
That fixed my issue :)
I'm a very happy camper now. The 0.3.6 db + the add-on makes for a really sweet experience. Thanks a LOT for all your hard work. I may suck at writing code, but I'm damn good at enjoying yours.
FeniinMantra
09-25-2002, 07:16 AM
on any way of running my own server i cant see it.. this is with minilogin for a local connection on windows 98
[LoginConfig] block not found in LoginServer.ini.
Server mode: Standalone
Login server listening on port:5999
132590 New client from ip: 127.0.0.1 port: 1413
Client disconnected (eqnc->GetState()=102)
Removing client from ip: 127.0.0.1, port: 1413
141760 New client from ip: 127.0.0.1 port: 1415
Client disconnected (eqnc->GetState()=102)
Removing client from ip: 127.0.0.1, port: 1415
151590 New client from ip: 127.0.0.1 port: 1417
Client disconnected (eqnc->GetState()=102)
Removing client from ip: 127.0.0.1, port: 1417
Using database 'eq' at localhost
EqEmu 0.3.7 Fl_chen der Energie liefen
Loading zone names & items...done.
[WorldServer] block not found in LoginServer.ini.
Loading guild ranks...done.
World server listening on: port 9000
New TCP connection: 127.0.0.1:1401
New zoneserver: #1 127.0.0.1:1401
Zoneserver SetConnectInfo: 127.0.0.1:1401: 127.0.0.1:7995
New TCP connection: 127.0.0.1:1403
New zoneserver: #2 127.0.0.1:1403
Zoneserver SetConnectInfo: 127.0.0.1:1403: 127.0.0.1:7996
New TCP connection: 127.0.0.1:1407
New zoneserver: #3 127.0.0.1:1407
Zoneserver SetConnectInfo: 127.0.0.1:1407: 127.0.0.1:7997
New TCP connection: 127.0.0.1:1410
New zoneserver: #4 127.0.0.1:1410
New TCP connection: 127.0.0.1:1412
New zoneserver: #5 127.0.0.1:1412
Zoneserver SetConnectInfo: 127.0.0.1:1412: 127.0.0.1:7999
Zoneserver SetConnectInfo: 127.0.0.1:1410: 127.0.0.1:7998
worlds 9775-9779 say:
Using database 'eq' at localhost
EqEmu 0.3.7 Fl_chen der Energie liefen
Loading zone names, items & NPCs...done.
If this is the last message you see, you forgot to move spells_en.txt from your
EQ dir to this dir.
Spells loaded.
Loading guild ranks...done.
Loading faction data...done.
Connected to worldserver: 127.0.0.1:9000
Entering sleep mode
db.ini
[Database]
host=localhost
user=myname
password=mypass
database=eq
[LoginServer]
loginserver=localhost
worldname=Joe Blow's
locked=false
account=
password=
worldaddress=localhost
loginport=5999
boot5zones.bat
@echo off
start zone . 127.0.0.1 7995 127.0.0.1
start zone . 127.0.0.1 7996 127.0.0.1
start zone . 127.0.0.1 7997 127.0.0.1
start zone . 127.0.0.1 7998 127.0.0.1
start zone . 127.0.0.1 7999 127.0.0.1
exit
cls
any ideas?
-fen
FeniinMantra
09-25-2002, 02:09 PM
eh>?
Shawn319
09-25-2002, 04:20 PM
[LoginConfig] block not found in LoginServer.ini.
This is your problem exactly.. you dont have the LoginConfig block in your loginserver.ini lol...
You need to re-download the latest version of EQemu (0.3.7 as of 9-26-02) and DELETE your old folder, then extrac the zip into a clean folder. If you do not do this on every version upgrade then you will have problems like this ALOT because we update the ini's and databases frequently.
FeniinMantra
09-26-2002, 02:29 PM
[LoginServer]
loginserver=localhost
loginserver2=localhost
loginport=5999
loginport2=5999
worldname=Turn the Page
locked=false
account=
password=
worldaddress=localhost
[WorldServer]
Defaultstatus=
Unavailzone=
[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
~~~~~~~~~~~~~
[Database]
host=localhost
user=*******
password=****
database=eq
~~~~~~~~~~~~~
@echo off
start zone . localhost 7995 localhost
start zone . localhost 7996 localhost
start zone . localhost 7997 localhost
start zone . localhost 7998 localhost
start zone . localhost 7999 localhost
exit
cls
~~~~~~~~~~~~~
[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
}
~~~~~~~~~~~~~
still wont show my server.. =\ Running Win98, DSL modem... any ideas?
Lurker_005
09-27-2002, 03:39 AM
FeniinMantra: repost your screens with that last config...
FeniinMantra
09-27-2002, 07:34 AM
err?
Lurker_005
09-27-2002, 07:57 AM
like you posted on 09-25-2002 03:16 PM above.
You show that you fixed your [WorldServer] block problem, so what is it doing now?
Also did you create an the account eqemu/eqemu?
FeniinMantra
09-27-2002, 08:11 AM
using PublicLogin.exe
it says:
Using database 'eq' at localhost
Error in LoadWorldList query 'Select id, account, name, admin_id, greenname from
login_worldservers where showdown=1' Table 'eq.login_worldservers' doesn't exis
t
i created the account with my custom name, should i make it eqemu?
Lurker_005
09-27-2002, 11:05 AM
publiclogin is outdated, don't expect it to work until a new version is released.
minilogin or the eqemu.net login server are your only current options.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.