View Single Post
  #1  
Old 12-01-2004, 10:36 AM
calranthe
Sarnak
 
Join Date: Nov 2004
Posts: 35
Default (Blank screen) after server list. full info help.

Now this has been a bumpy ride.
Problem and clarified situation.

Error : Trying to access my server on the server list (EQemulator) screen goes black nothing happens. this has happened from 2 different home pc's and a friend in the USA.

Windows XP professional clean install.
Perl installed and working.
Mysql installed and working.

No visible errors when World exe is run.

Log
Code:
[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..
[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
Warning: You need to get laid...
TCP listening on: edgeofmidnight.kicks-ass.net:9000
World server listening on: edgeofmidnight.kicks-ass.net:9000
Connected to LoginServer: newlogin1.eqemulator.net:5994
38297 New TCP connection: 10.0.0.3:1129
New zoneserver: #1 10.0.0.3:1129
Zoneserver SetConnectInfo: 10.0.0.3:1129: edgeofmidnight.kicks-ass.net:7999
38781 New TCP connection: 10.0.0.3:1130
38781 New TCP connection: 10.0.0.3:1131
38781 New TCP connection: 10.0.0.3:1132
New zoneserver: #2 10.0.0.3:1131
New zoneserver: #3 10.0.0.3:1130
38812 New TCP connection: 10.0.0.3:1133
New zoneserver: #4 10.0.0.3:1133
New zoneserver: #5 10.0.0.3:1132
Zoneserver SetConnectInfo: 10.0.0.3:1130: edgeofmidnight.kicks-ass.net:7996
Zoneserver SetConnectInfo: 10.0.0.3:1131: edgeofmidnight.kicks-ass.net:7995
Zoneserver SetConnectInfo: 10.0.0.3:1132: edgeofmidnight.kicks-ass.net:7998
Zoneserver SetConnectInfo: 10.0.0.3:1133: edgeofmidnight.kicks-ass.net:7997
Zone boot up looks fine too
Code:
[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] FileLoadSPDat() Loading spells from ./spells_us.txt
[Status] FileLoadSPDat() spells loaded: 6299
[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...
[Error] Starting command queue Mapping...

[Quest] Loading perlemb plugins.
[Quest] Loading perl commands...
[Status] Entering sleep mode
Connected to worldserver: 10.0.0.3:9000
Loginserver.ini (incase you can see an error.
Code:
### --- This file tells world.exe what loginserver to connect to.
### --- Leave the account and password field 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 word "Server" in worldname.
### --- NOTE2: the word "Server" is added to each server automaticly.

# READ README.TXT

[LoginServer]
loginserver=newlogin1.eqemulator.net
loginport=5994
worldname=Edge of insanity
worldaddress=edgeofmidnight.kicks-ass.net
locked=false
account=
password=


[WorldServer]
Defaultstatus=0
Unavailzone=

[ChatChannelServer]
worldshortname=
chataddress=
chatport=
Boot5zones.bat
Code:
REM: ****Read this first!!!**** 

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

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

if NOT exist spells_us.txt goto NOSPELL 

start zone . edgeofmidnight.kicks-ass.net 7995 10.0.0.3
start zone . edgeofmidnight.kicks-ass.net 7996 10.0.0.3
start zone . edgeofmidnight.kicks-ass.net 7997 10.0.0.3
start zone . edgeofmidnight.kicks-ass.net 7998 10.0.0.3
start zone . edgeofmidnight.kicks-ass.net 7999 10.0.0.3
exit
cls

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

REM:---------------END------------------------
My router config
Code:
11 7995 7995 TCP  10.0.0.3  
12 7996 7996 TCP  10.0.0.3  
13 7997 7997 TCP  10.0.0.3  
14 7998 7998 TCP  10.0.0.3  
15 7999 7999 TCP  10.0.0.3  
16 9000 9000 TCP  10.0.0.3
Now for 4 mins I thought I had it working, I was just trying to log in again and it loaded I created a char logged into neriak, no npc's and when I zoned it went black screen and stayed that way.

but its not letting me now, the above is the furthest i've gotten.
Reply With Quote