PDA

View Full Version : Zoneperl.exe crash on questmanager.GetNPC()


Dakaar
09-14-2005, 11:52 AM
Hey guys, I was finally able to compile my world, eqsharemem.dll and zoneperl and get them running.

I crash when trying to enter the zone. I can use the zoneperl from the distributed executables fine

My zoneperl.exe will crash and give a 'memory could not be 'read'' error. This is my debug screen:

My zone output looks like:
http://mywebpages.comcast.net/matt.galligan/error.JPG
[Status] CURRENT_ZONE_VERSION: EQEMu 0.6.2-DR1
[Status] Loading opcodes..
[Status] Mapping Opcodes
[Status] Loading Variables
[Status] Loading zone names
[Status] Loading items
[Status] EMuShareMem loaded
[Status] Loading npcs
[Status] Loading npc faction lists
[Status] EMuShareMem loaded
[Status] Loading NPC Faction Lists from database...
[Status] Loading loot tables
[Status] Loading Loot tables from database...
[Status] Loading doors
[Status] EMuShareMem loaded
[Status] Loading Doors from database...
[Status] EMuShareMem loaded
[Status] FileLoadSPDat() Loading spells from ./spells_us.txt
[Status] FileLoadSPDat() spells loaded: 7838
[Status] Loading guilds
[Status] Loading guild list
[Status] EMuShareMem loaded
[Status] Loading factions
[Status] Loading titles
[Status] Loading AA effects
[Status] Loading swarm spells
[Status] Loading tributes
[Status] Loading corpse timers
[Status] Loading what ever is left
Couldn't open './addon.ini'.
[Status] Loading commands
[Status] 183 commands loaded
[Status] Loading embedded perl XS
[Quest] Loading perlemb plugins.
[Quest] Loading perl commands...
[Quest] Warning - commands.pl: Perl runtime error: open 'comma
le or directory at (eval 4) line 1.

[Quest] Loading perlemb plugins.
[Quest] Loading perl commands...
[Quest] Warning - commands.pl: Perl runtime error: open 'comma
le or directory at (eval 4) line 1.

[Status] Starting EQ Network server.
[Status] Entering sleep mode
Connected to worldserver: 127.0.0.1:9000
Map header: 39298 faces, 589 nodes, 54332 facelists
Loaded map: 117894 vertices, 39298 faces
Map BB: (-839.66 -> 935.63, -2285.09 -> 269.91, -269.06 -> 156
Map ./Maps/sebilis.map loaded.
Path File ./Maps/sebilis.path not found.
[Status] Weather should change in 3340 seconds
[Status] Loading spawn conditions...
[Status] Loading static zone points...
[Status] Loading spawn groups...
[Status] Loading spawn2 points...
[Status] Loading player corpses...
[Status] Loading traps...
[Status] Loading ground spawns...
[Status] Loading Ground Spawns from DB...
[Status] Loading Objects from DB...
[Status] Loading Objects from DB...
[Status] Loading doors for sebilis ...
[Status] Done loading doors for sebilis ...
[Status] Loading AA information...
[Status] Loading Merchant Lists...
[Status] Loading Temporary Merchant Lists...
[Status] Successfully loaded Zone Config.
[Status] Loading timezone data...
[Status] Init Finished: ZoneID = 89, Time Offset = 0
[Status] Zone Bootup: sebilis (89)

vRandom
09-14-2005, 12:09 PM
Do you have a file called commands.pl with sub commands_init {} in it.

I know it sounds silly but only thing i could think of..
vRandom

Dakaar
09-14-2005, 02:22 PM
I didnt have it at the time, I didnt think it was necessary, but now that I have one, and i did a fresh rebuild all (and finally fixed my include/lib issue for good), its working now, sooo who knows :)