PDA

View Full Version : One Zone??


vbemos
11-16-2003, 06:17 PM
Hey Everyone,

Just wondering if its just me that seems to have a problem with zones?? everything works just fine with my server utilll I zone, I just freeze up, I had 6 zone servers running dynamically, I figured I would make two to be static zone servers just to check, nexus and bazaar, but if one of my zone servers had a zone loaded no other zone servers would boot another zone, just loads normally, then says:

eqns.Open failed
[Error] Zone bootup FAILED!

then sleeps, I presume this must be the reason I can zone *lol* if I log back in again it's all fine and I have my one zone running again, any suggestions or is this just a bug..... I'm using the new 5 release btw =)

Thanks =)

btw Thanks for the 5........ your dev guys rock :D

eq_addict_08
03-18-2004, 09:59 AM
Hate to bump an older thread but I am getting this problem with 0.5.5-DR1. I have two static zone and 5 on demand zones, only one zone port ever seems to work, and whenever the second (for zoning I would guess) tries to open it fails with this error. CLient disconnects and then reconnects to the original port. so only one active, non-static zone port..

nilar
03-18-2004, 10:00 AM
Post your boot5zones.bat eq_addict. Thats an error you get whenever your syntax in boot5zones.bat is wrong.

eq_addict_08
03-18-2004, 02:31 PM
@echo off
start zone cshome eqaddict.game-server.cc 7993 127.0.0.1
start zone poknowledge eqaddict.game-server.cc 7994 127.0.0.1
start zone . eqaddict.game-server.cc 7995 127.0.0.1
start zone . eqaddict.game-server.cc 7996 127.0.0.1
start zone . eqaddict.game-server.cc 7997 127.0.0.1
start zone . eqaddict.game-server.cc 7998 127.0.0.1
start zone . eqaddict.game-server.cc 7999 127.0.0.1
exit
cls

I use dyndns with an updater running on my machine.

samandhi
03-19-2004, 07:42 AM
Try and change all of those to localhost or 127.0.0.1 and see if you still have that problem...