Zone stopped working...
So, I've been running into the zone.exe stopping working the past like, hour, before it worked just fine... I've only added custom quests to some zones and what not..
Before - Everyone started in tutorialb - eventually it kept saying 'Zone.exe stopped working' so I changed it to the Guild Lobby - Now while this works in allowing people to log on and play... I can't zone into my zones I put the quests into... I'm not entirely sure why... I'll attach a few of my debug errors. Code:
--------------------------------------------- |
I'll post the zone one in a sec... Gotta re-try.. Is to long.
|
Code:
05.07. - 12:17:31] Unable to convert EQ opcode 0x184e to an Application opcode. |
All those logs show is that zone(s) have crashed, not why.
If the zones crash with your custom quest files present and don't crash when they are not present, then the problem is with your perl scripts. If you have multiple custom quests, try removing them one at a time until the zones stop crashing, then post the one that is causing the crash here to see if someone can figure out the flaw in your .pl |
Where can the one with the zone crash errors be found? all I see is debug ones. Also - I've tried to take out all the custom quests in Mistmoore (One of the zones that are custom that I'm dcing in) didn't change anything...
|
Yet - Don't crash in Guildlobby (The most custom zoned one there)
|
Code:
> Zone.exe!0078eca4() |
54 views and 1 comment. Anyone have anything on this?
|
Code:
--------------------------------------------- |
Quote:
|
If you want to get useful information out of debugging you need to add debugging symbols to your executables.
http://www.eqemulator.org/forums/sho...37&postcount=7 |
That's not what you meant... Can you walk me through how to do it, when I did the compile it didn't do anything...
|
This is highly agitating, it was working not even 12 hours ago... Now for the past 6-9 hours it's NOT working...
|
So I thought back, and the only thing I've changed (besides random quests) - was a string of DB for Drakkin male to work (downloaded it from EQ site put it in the folder) and one for the AA/Spells... After that it stopped working...... I wonder.
|
Quote:
|
When I did the steps required, I didn't get another stack trace... I just got a huge wall of text...
|
A huge wall of text with function names, parameters, etc.? That's what we want to see. Copy the first 10 lines from the callstack window and post it here.
|
Code:
|
No. That's the output from the compiler. You got a stack trace once, perform the same steps again and get another one.
Attach debugger to the zone.exe that you think is going to crash. Wait for crash. Copy first 10 lines from the call stack window. |
Alright, so... what I did was put the debugger on the zone.exe (Change it to only launch ONE zone exe to be more accurate. Started up the game and logged in, gave me...
Unhandled exeption at 0x0078eca4 in Zone.exe:0cX0000005: Access violation reading location 0x000000018. Then; No symbols are located for any call stack fream. The source code cannot be displayed... Code:
> Zone.exe!0078eca4() sinclipse@gmail.com |
You are not using the executables you built using debugging information, or you did not copy the .pdb files to your server directory.
|
The only files it gave me was the build log... Which is why I am lost O.o
|
You should have a Build directory in the directory where the solution file is. That is where the compiled executables and pdb files are generated. You need to copy all of those files to wherever you run your server from, start it, and perform the debugging steps.
Assuming you built your server before this you should know where you copied the files from and to the last time. |
So the files are located in C:\source\trunk\EQEmuServer\zone\ReleaseBots
and the files don't show as pdb, they show as Source Browser Intermediate File.... |
No, they are not. Look in trunk\EQEmuServer\Build
I am having a hard time believing that you are running a server you built the executables for when you don't know where they go when you build them, and you can't seem to find the Build directory even though I have said twice now where it is. You're on your own. Good luck. |
Whelp that's stupid. Placed the file did the same thing, followed every step TO THE T and nothing. Screw it. I'll restart a server later, Diablo 3 is coming out soon. X_X
|
All times are GMT -4. The time now is 06:28 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.