Crash dump reports POL097 RC2

Report core bugs regarding the Ultima Online Emulator Core release (version 097). You can attach your Core Dump. One bug per post.
Locked
User avatar
zandor70
Master Poster
Posts: 93
Joined: Fri Feb 10, 2006 10:06 am

Crash dump reports POL097 RC2

Post by zandor70 »

Crash dump reports POL097 RC2
Attachments
POL097-2006-10-29 RC Coregina-20070128150513-0.dmp
(34.88 KiB) Downloaded 430 times
POL097-2006-10-29 RC Coregina-20070227225431-0.dmp
(37.46 KiB) Downloaded 442 times
Bracco
Adept Poster
Posts: 80
Joined: Thu Dec 28, 2006 11:52 am

Post by Bracco »

if you have any additional information would be better to post it :P
User avatar
CWO
POL Expert
Posts: 1160
Joined: Sat Feb 04, 2006 5:49 pm

Post by CWO »

last few lines of your POL.log when it crashed. Also, when crashing, it lists a script name and PC. Go to that script's .lst file and find the number of the PC and post a few lines before and after that PC so they know what POL was doing.
User avatar
zandor70
Master Poster
Posts: 93
Joined: Fri Feb 10, 2006 10:06 am

Post by zandor70 »

Sorry....erro was on my server arredo and not the ST so i have seen server was down and error dump was in pol097 root but what the player was doing while down i don't' know....
Bracco
Adept Poster
Posts: 80
Joined: Thu Dec 28, 2006 11:52 am

Post by Bracco »

take a look inside pol.log and script.log
User avatar
zandor70
Master Poster
Posts: 93
Joined: Fri Feb 10, 2006 10:06 am

Post by zandor70 »

mm for POL097-2006-10-29 RC Coregina-20070227225431-0.dmp
in script.log I have:
[02/27 22:54:31] 0x005d96cc
I note that date and hour are exactly the same than .dmp but what do mean
0x005d96cc ?
It is an item serial?
But I have searched it in data files but it not a serial of an item exist in my data.

mmm I have also
[01/28 15:05:13] 0x005d96cc
for
POL097-2006-10-29 RC Coregina-20070128150513-0.dmp

In pol-2007.01.27.log I have:
[01/28 15:05:13] Logfile opened.

and in pol-2997.02-27.log:
[02/27 22:54:31] Logfile opened.

No strange message error in pol.log
User avatar
CWO
POL Expert
Posts: 1160
Joined: Sat Feb 04, 2006 5:49 pm

Post by CWO »

When crashing and generating a .dmp file, POL.log will list a line somewhat like

Code: Select all

Last Script: scripts/misc/myscript.ecl PC:50
this is the start. It tells you what script it is. Then you go to that path and look for myscript.lst (if you dont have this, you should go to ecompile.cfg and set GenerateListing 1 then recompile).

Next, open myscript.lst in a text editor and look for a line that begins with

Code: Select all

50:
include with your post about 10 lines before to 10 lines after that so somewhere between 40: and 60: should go in your post.
User avatar
zandor70
Master Poster
Posts: 93
Joined: Fri Feb 10, 2006 10:06 am

Post by zandor70 »

mmm I have no script error and PC in pol.log, I don't know why. I cound think pol don't crash if I have not .dmp found in directory.
There are others cases in which pol crash and do .dmp?
It cound be a map problem? A movement problem?
MuadDib
Former Developer
Posts: 1091
Joined: Sun Feb 12, 2006 9:50 pm

Post by MuadDib »

The dumps appear to have something to do with the use of Realms()
MuadDib
Former Developer
Posts: 1091
Joined: Sun Feb 12, 2006 9:50 pm

Post by MuadDib »

Found, and fixed.

Code: Select all

Fixed : Crash involving Realms() and passing non-string param or empty param to it.
Locked