As subject says, my ActivePerl problem was corrected. However, right now I'm having a new one. I run winmysqladmin.exe, run world.exe (loads and connects fine), run Boot5Zones.bat (here comes the problem) and all 5 zone.exe's start only to go through the loading process and close before they attempt to connect to my world.exe. The one thing that annoys me is I can't see if any error is printed out or what exact [Status] line it stops on because the .exe doesn't stay open long enough (it flies by too quick then closes imeadiately.)
Heres some info:
	Quote:
	
	
		| LoginServer.ini: [LoginServer]
 loginserver=eqlogin1.eqemulator.net
 loginport=5997
 worldname=TNT
 worldaddress=208.253.96.90
 locked=false
 
 [WorldServer]
 Defaultstatus=20
 Unavailzone=
 
 [LoginConfig]
 ServerMode=Standalone
 ServerPort=5999
 UplinkAddress=
 UplinkPort=
 UplinkAccount=
 UplinkPassword=
 | 
	
 
	Quote:
	
	
		| Boot5Zones.bat (Yes all the REMs are included in my file too): 
 @echo off
 
 if NOT exist spells_en.txt goto NOSPELL
 
 start zone . 208.253.96.90 7995 208.253.96.90
 start zone . 208.253.96.90 7996 208.253.96.90
 start zone . 208.253.96.90 7997 208.253.96.90
 start zone . 208.253.96.90 7998 208.253.96.90
 start zone . 208.253.96.90 7999 208.253.96.90
 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
 | 
	
 
	Quote:
	
	
		| World.exe output: 
 [Status] CURRENT_WORLD_VERSION:EQEMu 0.5.2
 [Status] Loading variables..
 [Status] Loading zones..
 [Status] Loading items..
 [Status] EMuShareMem loaded
 [Status] Loading items from database: count=25924, max id=68199
 [Status] LoginServer.ini read.
 [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
 You may already be a winner... of the darwin award.
 TCP listening on: 208.253.96.90:9000
 World server listening on: 208.253.96.90:9000
 Connected to LoginServer: eqlogin1.eqemulator.net:5997
 | 
	
 I am running the 0.5.2 PERL EQEmu if you were wondering. Any ideas why my zone.exe's won't stay active?