View Single Post
  #1  
Old 03-07-2003, 05:10 PM
muskie
Fire Beetle
 
Join Date: Jan 2003
Posts: 1
Default Ye Olde Zone.exe Crash...

Ok, I'm using a minilogin, Everything is working fine and dandy, i have the Database set, i have the ini filed correct, world is fine, everything's up to date.


[LoginServer]
loginserver=localhost
loginserver2=localhost
loginport=5999
loginport2=5999
worldname=Zantetsuken
worldaddress=localhost
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

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

----


[Database]
host=localhost
user=muskie
password=pika
database=eq
compression=off

----

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

if NOT exist spells_en.txt goto NOSPELL

start zone . 127.0.0.1 7995 127.0.0.1
start zone . 127.0.0.1 7996 127.0.0.1
start zone . 127.0.0.1 7997 127.0.0.1
start zone . 127.0.0.1 7998 127.0.0.1
start zone . 127.0.0.1 7999 127.0.0.1

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------------------------


I open up EQW, and can make m way to the Character select screen, I select my char, i hit Enter world, ye olde Loading splash screen comes up...
and the zone.exe handling the zone crashes like a ton of bricks. -_-


Connected to worldserver: 127.0.0.1:9000
DEBUG: *data[0x00fb3f9c]=0x00fc4dc0, *size=48Init: Loading zone lists, zone stat
e or spawn list, player corpsesZonepoints loaded into memory
, timezone data - Done. ZoneID = 1; Time Offset = 0
Reading zhdr file './cfg/qeynos.cfg'
Using database for safe coords.
Zone safe coords are x = 0; y = 10; z= 3
Petition 0 pettime = 0
-----------
Zone server 'qeynos' listening on port:7995
-----------
Failed to open log file: logs/eqemu_zone_-695159.log
220690 New client from ip: 127.0.0.1 port: 1337
Login packet 1 (OP_SetDataRate = 5)
Login packet 2
*CRASH*


so, what's the deal here?
I'm runnin 98 on a 1.2Ghz Duron with 512 megs of ram.

Muskie
Reply With Quote