Log in

View Full Version : Illegal Operation When Loading Boot5Zones.bat


Tarnien
03-10-2003, 05:24 PM
Got to the final steps of setting up a server, everything was going fine... but then i run the Boot5Zones and 6 windows pop up, 5 of them getting illegal operation. The 6th is just the help file or somethin, says "If you still get errors try using localhost instead of 127.0.0.1" and other things like that. The server appears on the list once i connect to the eqemu world server(eqlogin.eqemu.net), but says locked, even though i have it set to false, but im guessing this is because i have no zone's up to load into, and it will fix itself once i get Boot5zones.bat fixed. Anyway, im on win98, using a network, most recent version of eqemu, Mysql v. 1.4... I'm on a network/router, so I tried running it on my other computer and directly connecting that to the dsl, but still did not work. I also tried 2 diff IP's, the one shown at www.whatismyip.com and the one shown in start/run/winipcfg


This is the error i get:

ZONE caused an invalid page fault in
module ZONE.EXE at 015f:00469faa.
Registers:
EAX=00000000 CS=015f EIP=00469faa EFLGS=00010246
EBX=01240e3c SS=0167 ESP=009ffadc EBP=009ffdf8
ECX=0113825c DS=0167 ESI=004aa108 FS=4d77
EDX=00000000 ES=0167 EDI=00000000 GS=0000
Bytes at CS:EIP:
0f b6 07 8b 0d 20 6a 4a 00 8a 04 41 83 e0 08 85
Stack dump:
01240e5d 004aa108 009ffdf8 01240e3c 0046a01e 00000000 0042a9ae 00000000 01240e4f 00000000 01240180 81d46f00 bff713e2 0000015f bff74276 bffc9490




This appears after "EmuSharemem.dll loaded" appears on the zone dos prompt window.


Heres my files:






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







LoginServer.ini




[LoginServer]

loginserver=localhost
loginserver2=localhost
loginport=5999
loginport2=5999
worldname=Tarn's
locked=false
account=
password=
worldaddress=192.168.1.102

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








db.ini



# READ README.TXT!

[Database]
host=localhost
user=tarnien
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.



Also, when i run World.exe, one of the dos lines says "[LoginServer] block not found in 'LoginServer.ini'.. dunno if that has anything to do with it, but on my other comp that didnt happen but i still had the zone.exe errors.





Anyway, i searched for this and a few things came up for zone errors, but none matching the problem i was having. If this has already been answered, if ya could just link me it, ill go to it and edit off this post. Thanks for help in advance.