Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::Support > Archive::Windows Servers

Archive::Windows Servers Archive area for Windows Servers's posts that were moved here after an inactivity period of 90 days.

Reply
 
Thread Tools Display Modes
  #1  
Old 09-26-2003, 12:25 PM
Kgaul
Hill Giant
 
Join Date: Apr 2003
Posts: 225
Default all set but no show

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
Quote:
[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)
Quote:
[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)
Quote:
# 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)

Quote:
### --- 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
Quote:
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
Reply With Quote
  #2  
Old 09-26-2003, 02:24 PM
Merth
Dragon
 
Join Date: May 2003
Location: Seattle, WA
Posts: 609
Default

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.
Reply With Quote
  #3  
Old 09-26-2003, 04:06 PM
Kgaul
Hill Giant
 
Join Date: Apr 2003
Posts: 225
Default

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
Reply With Quote
  #4  
Old 09-27-2003, 03:07 AM
Kgaul
Hill Giant
 
Join Date: Apr 2003
Posts: 225
Default

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
Reply With Quote
  #5  
Old 09-27-2003, 06:25 AM
Scorpious2k's Avatar
Scorpious2k
Demi-God
 
Join Date: Mar 2003
Location: USA
Posts: 1,067
Default

look for spaces after [LoginServer] or [WorldServer].
__________________
Maybe I should try making one of these servers...
Reply With Quote
  #6  
Old 09-28-2003, 02:39 PM
Kgaul
Hill Giant
 
Join Date: Apr 2003
Posts: 225
Default

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
Reply With Quote
  #7  
Old 09-28-2003, 02:54 PM
Kgaul
Hill Giant
 
Join Date: Apr 2003
Posts: 225
Default

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)
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 12:42 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3