Fatal exception in Boot5zones
k problems with newest downloaded release, my problem is every time I load up boot5zones.bat for use with minilogin, i get a fatal exception in zone.exe as soon as the window loads up.. happens 5 times since it pops up 5 windows.. here are my configs :
first, the error
ZONE caused an invalid page fault in
module ZONE.EXE at 0167:0045ac30.
Registers:
EAX=649f4182 CS=0167 EIP=0045ac30 EFLGS=00010206
EBX=01230d2b SS=016f ESP=009efae8 EBP=009efdf8
ECX=009efb60 DS=016f ESI=009efb60 FS=50ef
EDX=7f45e4ff ES=016f EDI=00000000 GS=0000
Bytes at CS:EIP:
39 78 34 7d 0a 83 c0 38 50 e8 e1 f3 ff ff 59 8b
Stack dump:
009efb5c 009efb60 01230d2b 0045a54f 00000001 ffffffff 0042a3a3 009efb1b 009efdf8 01230d2b 0049e5be 01230d1a ff49e5be ffffffff ffffffff ffffffff
Loginserver.ini
[LoginServer]
loginserver=localhost
loginserver2=localhost
loginport=5999
loginport2=5999
worldname=Jendrysis
locked=false
account=
password=
worldaddress=localhost
db ini
[Database]
host=localhost
user=fakename
password=fakepass
database=eq
boot5zones.bat
@echo off
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
not sure whats up.. db seems to be working alright. any help would be appreciated
|