Invalid page fault in Zone.exe
The below happens everytime I run the batch file to start up the zone.exe file. The Minilogin loads ok, the World server loads ok... then when I try to load zones.. this windows error pops up.. an acknowledgment windows pops up, if I hit ok, the zone ms-dos windows close out and I am stuck here.
-------------------------------------------------------
ZONE caused an invalid page fault in
module ZONE.EXE at 0167:00457941.
Registers:
EAX=38e38863 CS=0167 EIP=00457941 EFLGS=00010206
EBX=002b39dc SS=016f ESP=009efae8 EBP=00000000
ECX=009efb60 DS=016f ESI=009efb60 FS=3d87
EDX=7f45b4ff ES=016f EDI=00000000 GS=0000
Bytes at CS:EIP:
39 78 34 7d 0a 83 c0 38 50 e8 92 f4 ff ff 59 8b
Stack dump:
009efb5c 009efb60 002b39dc 00457260 00000001 007a620c 00428613 009efb1b 009efdf8 00d20e29 0049b194 00d20e18 fff92c68 ffffffff ffffffff ffffffff
-------------------------------------------------------
Here are my config files:
----
MiniLoginAccounts.ini
# Max 200 lines total (including comments and blank lines)
# Blank lines may mess up the line # reported in error messages
192.168.0.3 xanupox ******
----
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
worldname=Cracked
locked=false
worldaddress=localhost
account=
password=
loginport=5999
[WorldServer]
Defaultstatus=
Unavailzone=
[LoginConfig]
ServerMode=Standalone
ServerPort=5999
UplinkAddress=
UplinkPort=
UplinkAccount=
UplinkPassword=
----
eqhost.txt
[Registration Servers]
{
"localhost:5999"
}
[Login Servers]
{
"localhost:5999"
}
----
addon.ini
#Addon release file
[CommandLevels]
$MAXCLIENTS=-1
@NPCSPELLS=8
!setaaxp=100
!setaapts=100
!level=10
!damage=100
!heal=10
!npcspecialattk=100
!kill=100
!timeofday=80
!date=80
!haste=100
!weather=80
!shutdown=200
!setxp=100
!summonitem=0
!itemsearch=0
!finditem=0
!search=0
!spawn=10
!delacct=200
!size=80
!worldshutdown=200
!chat=200
!appearance=150
!zoneshutdown=150
!zonebootup=150
!emote=80
!summon=100
!kick=150
!mana=10
!npcloot=80
!findspell=20
!spfind=20
!castspell=20
!cast=20
!invul=80
!invulnerable=80
!setskill=20
!setskillall=20
!setallskill=20
!save=100
!depop=100
!depopcorpses=100
!depopzone=100
!repop=100
!spawnstatus=100
!listnpcs=100
!listnpccorpses=100
!listplayercorpses=100
!deletenpccorpses=100
!deleteplayercorpses=150
!showbuffs=100
!nukebuffs=100
!hideme=80
!deletecorpse=150
!sendzonespawns=200
!flymode=20
!race=20
!texture=10
!gender=10
!zheader=80
!zsky=80
!zcolor=80
!zcolour=80
!zuwcoords=100
!zsafecoords=100
!zclip=80
!zsave=200
!npccast=80
!dbspawn2=200
!npctypespawn=10
!attack=150
!zstats=80
!lock=150
!unlock=150
!motd=150
!makepet=20
!crashtest=201
!showpetspell=250
!freeze=100
!unfreeze=100
!pvp=100
!permaclass=80
!permarace=80
!permagender=80
!gm=100
!gmspeed=100
!movechar=100
!title=100
!copychar=200
!serverinfo=201
!npcstats=80
!memspell=100
!zone=10
----
db.ini
# READ README.TXT!
[Database]
host=localhost
user=xanupox
password=*****
database=eq
### --- 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.
----
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
start zone . 127.0.0.1 7995 127.0.0.1
start zone . 127.0.0.1 7996 127.0.0.1
REM start zone . 127.0.0.1 7997 127.0.0.1
REM start zone . 127.0.0.1 7998 127.0.0.1
REM start zone . 127.0.0.1 7999 127.0.0.1
exit
cls
REM:---------------END------------------------
|