View Single Post
  #1  
Old 03-08-2003, 05:57 PM
Borkus
Fire Beetle
 
Join Date: Mar 2003
Posts: 2
Default Zone.exe crashing with application error

Zone.exe - Application Error
The instruction at "0x00469faa" referenced memory at "0x00000000". The memory could not be "read".

All applications (including those in the system tray) were shut down. I have tried using IPs 127.0.0.1 and 102.100.100.10 in Boot5zones.bat with the same results. I've also run a complete virus scan (just in case) using McAfee's latest DAT.

System info:
lan IP address: 102.100.100.10
EQEmu 0.4.2
MiniLogin 010503

PC specs:
Win2k sp2
P-4 2.0GHz
1GB RAM
Geforce 3
160GB HD (raid 0)


Running minilogin.exe:
LoginServer.ini read.
MiniLoginAccounts.ini read.
Server mode: Standalone
Login server listening on port:5999
New TCP connection: 127.0.0.1:1112



Running world.exe:
Using database 'eq' at localhost
EQEMu 0.4.2 eRAMNotes Sucks!
Loading Variables, zone names & items...
EMuShareMem.dll loaded.
Loading items from database...
...done.
LoginServer.ini read.
Loading guild ranks...done.
Loading EQ time of day...Reading time file failed, bytes read: 0
failed.
Please don't make me a levelme server. :(
World server listening on: localhost:9000
Connected to LoginServer: localhost:5999



Running boot5zones.bat:
Using database 'eq' at localhost
EQEMu 0.4.2 eRAMNotes Sucks!
Loading Variables, zone names, items, loottables & NPCs...
EMuShareMem.dll loaded.


At this point, I get an error:
Zone.exe - Application Error
The instruction at "0x00469faa" referenced memory at "0x00000000". The memory could not be "read".


db.ini:
# READ README.TXT!

[Database]
host=localhost
user=rm
password=***
database=eq
compression=off


### --- This file tells world.exe what computer mySQL is on. Host should
### --- be left "localhost" unless mysql is on a differant computer than world.exe.



MiniLoginAccounts.ini:
102.100.100.10 eqemu eqemu



LoginServer.ini:
### --- 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=localhost
loginserver2=localhost
loginport=5999
loginport2=5999
worldname=Borgor's
worldaddress=localhost
locked=false
account=
password=

[WorldServer]
Defaultstatus=
Unavailzone=

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



Boot5zones.bat:
REM: ****Read this first!!!****

REM: This file requires your real IP in the place of "YourIP" when you are connecting
REM: To the EQEmu Loginserver.

REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1

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

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

if NOT exist spells_en.txt goto NOSPELL

start zone . localhost 7995 localhost
start zone . localhost 7996 localhost
start zone . localhost 7997 localhost
start zone . localhost 7998 localhost
start zone . localhost 7999 localhost
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------------------------



Thanks for any help!
Reply With Quote