Log in

View Full Version : World.exe error's


Jester3d
01-21-2005, 09:22 PM
Hey guys. Long time tooler with EQemu first time poster :). Having an issue getting my Windows EQ server going and having a few issues. However this is the first problem I'm having so want to get it fixed first then move on from there. Don't know how to do the box with the info in it like everyone else does but I'll just type it out:

[Status] CURRENT_WORLD_VERSION:EQEMu 0.6.0-DR2
[Status] Loading variables..
[Status] Loading zones..
[Status] Clearing groups..
[Status] Loading items..
[Status] EMuShareMem loaded
[Status] Loading items from database: count=36965
[Status] ./LoginServer.ini read.
[Status] Loading guild ranks..
[Status] Loading ./addon.ini..
Couldn't open './addon.ini'.
[Status] Loading EQ time of day..
[Error] Could not load EQTime file ./eqtime.cfg
[Error] Unable to load ./eqtime.cfg
[Status] Deleted 0 stale player corpses from database
[Status] Deleted 0 stale player backups from database
Please don't make me a levelme server. :(
TCP listening on: 70.186.80.186:9000
World server listening on: 70.186.80.186:9000
connected to LoginServer: newlogin1.eqemulator.net:5994

any ideas on what I can do. I followed the tutorial to a T. Thanks for the help!!!

RangerDown
01-22-2005, 04:06 AM
The output looks fine. Ignore any warning about eqtime.cfg.

mattmeck
01-22-2005, 04:11 AM
[Status] Loading ./addon.ini..
Couldn't open './addon.ini'.


you have this in the same folder as world.exe?

Jester3d
01-22-2005, 05:08 AM
no. Should it be there? Going to try this and see how it works

Jester3d
01-22-2005, 05:16 AM
Worked. I know why i over looked this. http://www.eqemulator.net/forums/showthread.php?t=16120 has you go step by step in setting up a server but doesn't have you put in all the files, (such as addon.ini) But all is well now with world.exe

2nd question.

I mentioned I had another issue and wanted to take them one by one. Here its.
Running Boot5zones and this is what i get.

[Status] CURRENT_ZONE_VERSION: EQEMu 0.6.0-DR2
[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 AA effects
[Status] Loading swarm spells
[Status] Loading tributes
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] 176 commands loaded
[Status] Loading embedded perl XS
[Quest] Loading perlemb plugins.
[Quest] Loading perl commands...
[Quest] Warning - commands.pl: Perl runtime error: open 'commands.pl' No such fi
le or directory at (eval 3) line 1.

[Error] Starting command queue Mapping...

[Quest] Loading perlemb plugins.
[Quest] Loading perl commands...
[Quest] Warning - commands.pl: Perl runtime error: open 'commands.pl' No such fi
le or directory at (eval 3) line 1.

WorldServer connect: Connecting to the server failed: TCPConnection::Connect():
connect() failed. Error: 10060
[Error] worldserver.Connect() FAILED!
[Status] Entering sleep mode

Did a search on commands.pl in the forums and only found pepole who had posts with commands.pl in there post. Nothing about having issues with it running correctly.

Guessing: I am missing a command.pl file that has information for Boot5zones to read; or perl for that matter. Regardless I don't know where this files comes into play or where to put it if I had it (did a search on all my drives to see if I had it stashed somewhere; no luck).

Thanks,
J.

Cailin
01-23-2005, 06:43 AM
sub commands_init {}
Put that in a file named "commands.pl" (as in, save it in Notepad with that name) and your server will boot properly.