Log in

View Full Version : Error with new 04/04/04 Guide!


TheJoseph07
04-05-2004, 03:32 PM
I followed the NEW version and the following problem has occoured:

My World.exe says:
[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.5
[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] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] command_init(): Warning: Command 'help' defaulting to access level 0!
[Status] command_init(): Warning: Command 'version' defaulting to access level 0
!
[Status] command_init(): Warning: Command 'serversidename' defaulting to access
level 0!
[Status] command_init(): Warning: Command 'loc' defaulting to access level 0!
[Status] command_init(): Warning: Command 'flag' defaulting to access level 0!
[Status] command_init(): Warning: Command 'si' defaulting to access level 0!
[Status] 160 commands loaded
WorldServer connect: Connecting to the server failed: TCPConnection::Connect():
connect() failed. Error: 10061
[Error] worldserver.Connect() FAILED!
[Status] Entering sleep mode

-------------------------------------------------------------------------------------

My boot5zones says:
[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.5
[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] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] command_init(): Warning: Command 'help' defaulting to access level 0!
[Status] command_init(): Warning: Command 'version' defaulting to access level 0
!
[Status] command_init(): Warning: Command 'serversidename' defaulting to access
level 0!
[Status] command_init(): Warning: Command 'loc' defaulting to access level 0!
[Status] command_init(): Warning: Command 'flag' defaulting to access level 0!
[Status] command_init(): Warning: Command 'si' defaulting to access level 0!
[Status] 160 commands loaded
WorldServer connect: Connecting to the server failed: TCPConnection::Connect():
connect() failed. Error: 10061
[Error] worldserver.Connect() FAILED!
[Status] Entering sleep mode

-----------------

I have not been able to check if server works because the EQLive and EQEmu is not working at the moment, getting error at login saying try again later, but I doubt it would work anyway with these errors popping up. Please, if you know anything about this problem, maybe something I did wrong, please post and help me out...

Richardo
04-05-2004, 03:45 PM
Post us the following information:

Boot5zones.bat
Loginserver.ini

Thank you, -Richardo

Jezebell
04-05-2004, 04:32 PM
This has nothing to do with the guide, it looks like you have something in your files set up wrong.

And why did you post the Zone.exe output twice.....?

You need to post World.exe and the contents of boot5zones.bat and loginserver.ini

TheJoseph07
04-06-2004, 04:10 PM
World.exe:
[Status] CURRENT_WORLD_VERSION:EQEMu 0.5.5
[Status] Loading variables..
[Status] Loading zones..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=26679, max id=68199
[LoginServer] block not found in './LoginServer.ini'.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
[Status] Loading EQ time of day..
[Error] Could not load EQTime file ./eqtime.cfg
[Error] Unable to load ./eqtime.cfg
[Status] Reboot zone modes ON
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Formatting drive C:
TCP listening on: port 9000
World server listening on: port 9000

Boot5

REM:--------------Start-----------------------
@echo off

if NOT exist spells_us.txt goto NOSPELL

start zone . 66.69.206.56 7995 66.69.206.56
start zone . 66.69.206.56 7996 66.69.206.56
start zone . 66.69.206.56 7997 66.69.206.56
start zone . 66.69.206.56 7999 66.69.206.56
exit
cls

66.69.206.56 is my IP

Jezebell
04-07-2004, 01:25 AM
something is wrong with your LoginServer.ini PLEASE post that if you want help.....

TheJoseph07
04-07-2004, 11:38 AM
[LoginServer]
loginserver=eqlogin1.eqemulator.net
loginserver2=eqlogin2.eqemulator.net
loginserver3=eqlogin3.eqemulator.net
loginport=5997
loginport=5997
loginport=5997
worldname=The Destiny (Custom Legit)
worldaddress=localhost
locked=false

[WorldServer]
Defaultstatus=0
Unavailzone=

[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=

[ChatChannelServer]
ChatChannelServer=66.69.206.56

jbone
04-07-2004, 02:39 PM
Your worldaddress should not be localhost. It should be your external IP address.

Furthermore, if you have a router, you need to forward all applicable port traffic to your internal IP address in the router settings.

-J

TheJoseph07
04-08-2004, 05:32 PM
Whats the diff between internal and external IP

Richardo
04-09-2004, 03:11 AM
Ok, ill show you how to get your external ip address.. go to Command Prompt, type the following...

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Server>cd..

C:\Documents and Settings>cd..

C:\>ipconfig

Windows IP Configuration


Ethernet adapter Local Area Connection:

Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 192.168.1.101
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1

C:\>

The number in red is the number you will be looking for... :) Hope I helped

Derision
04-09-2004, 03:45 AM
Ok, ill show you how to get your external ip address..

What you showed him how to do was get his internal IP address. To get your external address, visit:

http://www.whatsmyip.org/

TheJoseph07
04-09-2004, 07:41 AM
I cant get my internal IP address, it dosent work, see:




Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\Steve>IPCONFIG
'IPCONFIG' is not recognized as an internal or external command,
operable program or batch file.

C:\Documents and Settings\Steve>



It dosent recognise

Derision
04-09-2004, 08:01 AM
That's odd. Maybe your PATH variable isn't set correctly, try:

C:\windows\system32\ipconfig

TheJoseph07
04-09-2004, 11:18 AM
Worked! :D

Ill try it out now