Log in

View Full Version : all set but no show


Kgaul
09-26-2003, 12:25 PM
Compiled fine after some tweeking, stumbled past the #2006 errors by rewriting the db.ini file, and everything Looks fine but No show on Raevenloft... here is all my files and things.


World.exe output
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.0
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=0, max id=0
Incomplete LoginServer.INI file.
[Status] Loading guild ranks..
[Status] Loading addon.ini..
[Status] Loading EQ time of day..
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Formatting drive C:
TCP listening on: 68.209.181.6:9000
World server listening on: 68.209.181.6:9000
34078 New TCP connection: 127.0.0.1:3222
34078 New TCP connection: 127.0.0.1:3223
34078 New TCP connection: 127.0.0.1:3224
34078 New TCP connection: 127.0.0.1:3225
34078 New TCP connection: 127.0.0.1:3226
New zoneserver: #1 127.0.0.1:3226
New zoneserver: #2 127.0.0.1:3225
New zoneserver: #3 127.0.0.1:3224
New zoneserver: #4 127.0.0.1:3223
New zoneserver: #5 127.0.0.1:3222
Zoneserver SetConnectInfo: 127.0.0.1:3222: 68.209.181.6:7999
Zoneserver SetConnectInfo: 127.0.0.1:3223: 68.209.181.6:7996
Zoneserver SetConnectInfo: 127.0.0.1:3224: 68.209.181.6:7995
Zoneserver SetConnectInfo: 127.0.0.1:3225: 68.209.181.6:7998
Zoneserver SetConnectInfo: 127.0.0.1:3226: 68.209.181.6:7997

***Incomplete LoginServer.INI file.*** ?


bat5 zone output (just one)
[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.0
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading npc faction lists
[Status] Loading loot tables
[Status] Loading doors
[Status] FileLoadSPDat() Loading spells from spells_en.txt
[Status] FileLoadSPDat() spells loaded: 4294
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Entering sleep mode
Connected to worldserver: localhost:9000


db.ini (retyped on a fresh txt file)
# ReAD README.TXT!
[database]
host=localhost
user=Lister
password=Smeghead (or not really)
database=eq
compression=off
### --- this file tells world.exe what computer mysql is on. Host should
### --- be left "localhost" unless mysql is on a different computer then world




Loginserver.ini (also retyped)

### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password filed 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 world "server" in worldname.
### --- Note2: the word "sererver" is added to each server automaticly.
#
#READ README.TXT
[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginserver2=
loginport=5997
loginport2=
worldname=Raevenloft (Very Legit)
worldaddress=*.*.*.*
locked=true
account=
password=
[WorldServer]
defaultstatus=0
unavailzone=
[LoginConfig]
ServerMode=Standalone
ServerPort=5997
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=




Boot5zone.bat
REM: ****Read this first!!!****



REM: This file requires your real IP in the place of "YourIP" when you are connecting

REM: To the EQEmu Loginserver.



REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1



REM: If you still get errors try using localhost instead of 127.0.0.1



REM:--------------Start-----------------------

@echo off



if NOT exist spells_en.txt goto NOSPELL



start zone . *.*.*.6 7995 localhost

start zone . *.*.*.6 7996 localhost

start zone . *.*.*.6 7997 localhost

start zone . *.*.*.6 7998 localhost

start zone . *.*.*.6 7999 localhost

exit

cls



:NOSPELL

echo You did not copy the spells_en.txt from your everquest directory to this one. Please do so or zones will crash on startup.

PAUSE



REM:---------------END------------------------



Oddly the same thing occurs with Minilogin .0.5.0 (changing config info) i can log into server select but no server listed. I'm sure its some config error but i can't see it...

if you see the error please let me know. I have been working on this for 4 hours now and my brain hurts more then usual. Going to sleep now, wish you all a fine weekend.
Thank you if you can help.


Kgaul

Merth
09-26-2003, 02:24 PM
According to the code, that error message re: LoginServer.ini will only be displayed if it could not locate one of these two nodes:

worldname
loginserver (also accepts loginserver1)

Not sure why it's not finding those for you.

Kgaul
09-26-2003, 04:06 PM
arg. thanks for your reply. i cant find it not sure what i'm overlooking, but i'm sure its something simple... Thanks for your help merth.


Kgaul

Kgaul
09-27-2003, 03:07 AM
Could it be my ip's? I used www.whatismyip.com to find my exturnal, but what if i have more ip's then just that one.

I use Bellsouth, have a adsl router ect. Maybe i'm just not putting the correct ip?

/boggle


Kgaul

Scorpious2k
09-27-2003, 06:25 AM
look for spaces after [LoginServer] or [WorldServer].

Kgaul
09-28-2003, 02:39 PM
thanks for your reply scorp, I made sure what you posted was checked. Still no show. This makes no sence. Ini files apear to be perfact. I get no errors on compile, Well one ignored command /o4 or something.

Today i pulled cvs again and recompiled to a total of 709k on the world.exe last one was 698k.

If anyone has any ideas, i would love to hear it. so close but no show...

Thanks for your help

Kgaul

Kgaul
09-28-2003, 02:54 PM
WOOOOOO HOOOOOO!
Yea I got it! it was hidden very quietly as Loginserver2= and Loginport2= When i removed those from my Loginserver.ini No errors. Thanks for your patience and the help you gave me!!!


Thanks,
Kgaul
(Thom)