I run everything in order, but my boot5zones.exe crashes every time. I have went through the guides over a few times and changed IPs and such and it still crashes.
Here is what is in my boot5zones.exe atm
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
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
REM:---------------END------------------------
I had my IP in there along with localhost.
Here is what it says is causing the crash:
AppName: zone.exe AppVer: 0.0.0.0 ModName: emusharemem.dll
ModVer: 0.0.0.0 Offset: 0000191e
Can anyone provide me some information on what might be my problem?

Thanks