View Full Version : Error with Zone or i assume
ultimatex
06-14-2004, 06:08 AM
Ok so i just fixed the opcodes with the new info from Dspirit and the rest. and the mob.cpp HPUpdate. So i can see my health drop and such.
Everything compiles alright. But with the new stuff. When i try to log my char in 50% of the time it will work, the other 50% it will say the zone is down. When i do manage to get in, everything works correct. including AA.
I get no errors booting up the zones or the world.exe. So I assume its something wrong with the zone.exe. i just dont know where to look or what to look for.
Now im no programmer. But i do know a lil here and there from past expieriences.
Any help is appreciated, and always in advance, Thankyou! 8)
edit: I also edited a few things. So berserkers get exp. I went over everything twice. everything matches whats on the post.
monalin crusader
06-14-2004, 07:28 AM
Uh sometimes if it says that do it again right after its jsut setting the zone up so you can enter. If not the first time you should be able to log into that zone regardless the second time.
ultimatex
06-14-2004, 07:52 AM
Yea I noticed that. thats funky. never did that before.
Cept it doesnt work for a friend. But works for me, almost every time. I'll have em try again though.
Thanks for the reply
ultimatex
06-14-2004, 09:04 AM
It isnt letting more than 1 person on at a time
Here is the zone output
[Status] CURRENT_ZONE_VERSION: EQEMu 0.5.7-DR4
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading npc faction lists
[Status] Loading loot tables
[Status] Loading doors
[Status] Loading guilds
[Status] Loading factions
[Status] Loading corpse timers
[Status] Loading what ever is left
[Status] Loading commands
[Status] command_init(): Warning: Command 'help' defaulting to access level 0!
[Status] command_init(): Warning: Command 'version' defaulting to access level 0
!
[Status] command_init(): Warning: Command 'serversidename' defaulting to access
level 0!
[Status] command_init(): Warning: Command 'loc' defaulting to access level 0!
[Status] command_init(): Warning: Command 'flag' defaulting to access level 0!
[Status] command_init(): Warning: Command 'si' defaulting to access level 0!
[Status] 161 commands loaded
[Status] Entering sleep mode
Connected to worldserver: 127.0.0.1:9000
[Status] Weather should change in 10832 seconds
Init: Loading zone lists, zone state or spawn list, player corpses
Zonepoints loaded into memory
, timezone data - Done. ZoneID = 9; Time Offset = 0
eqns.Open failed
[Status] Weather should change in 10852 seconds
Init: Loading zone lists, zone state or spawn list, player corpses
Zonepoints loaded into memory
, timezone data - Done. ZoneID = 9; Time Offset = 0
eqns.Open failed
I havent changed anything, except what is mentioned up top
Derision
06-14-2004, 09:08 AM
eqns.Open failed
Can you post your boot5zones.bat here for us to look at ?
ultimatex
06-14-2004, 09:59 AM
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_us.txt goto NOSPELL
start zone . 67.8.170.XXX 7995 localhost
start zone . 67.8.170.XXX 7996 localhost
start zone . 67.8.170.XXX 7997 localhost
start zone . 67.8.170.XXX 7998 localhost
start zone . 67.8.170.XXX 7999 localhost
exit
cls
:NOSPELL
echo You did not copy the spells_us.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE
REM:---------------END------------------------
I have had no problems with this before. I can run the 6-11-04 compile with no changes, and have more than 1 person.
edit : I'll go over all the changes i made again. Maybe i still missed something.
ultimatex
06-14-2004, 10:21 PM
yay new cvs dump. I'll try this out immedietly.
Also. now i am getting 1017! But this is because My network was acting up yesterday. Throwing everyone out of the DHCP, no one was getting access to the internet and stuff. and if you were it was only working half way.. weird stuff. was chaos. SOOO after i get everything fixed. and still get the problem. I'll let you know
---- Other wise, I think this might be the cause of my problem
ultimatex
06-15-2004, 01:49 AM
I fixed my network... yay...
That also fixed all the 1017 junk... yay again
still get zone is down, and can get in, on the second try. and only 1 person can enter the server at a time. with the second person i get that error above.
I have replaced my configuration files. Re compiled the latest 6-14-04 source. and even re did my whole DB. This is wierd
Edit : I looked over this when i compiled. I havent changed anything in the source. This is from the emusharemem.dll
MMF.cpp(302) : warning C4532: 'return' : jump out of __finally block has undefined behavior during termination handling
edit : Well if no one else is getting this problem with this version of DR4. And everything is in order as far as config, Compiling, and DB. Then it must be a connection problem. So thanks for your help, as i wont ask for help if its my connection. Thats my own problem, and i'll fix it.
But if anyone knows how to fix that warning when im compiling EMUsharemem. That will be helpful.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.