POL097-2006-07-02 Coregina

Report core bugs regarding the Ultima Online Emulator Core release (version 097). You can attach your Core Dump. One bug per post.
Locked
Harley
Forum Regular
Posts: 360
Joined: Sat Mar 18, 2006 1:41 am

POL097-2006-07-02 Coregina

Post by Harley »

Code: Select all

[07/26 22:45:12] Unhandled Exception! Writing Minidump file. 
This file with explanation and last lines from log files should be given to the development team.
Saved dump file to 'POL097-2006-07-02 Coregina-20060726232052-0.dmp'
Last Script: pkg/hooks/stacking/lifthook.ecl PC: 51
lifthook.lst:

Code: Select all

foreach itemx in listitemsnearlocation(item.x,item.y,item.z,0)
43: local #5
44: get member id 'x' (0)
45: local #5
46: get member id 'y' (1)
47: local #5
48: get member id 'z' (2)
49: 0L
50: "britannia"
51: Func(2,1): ListItemsNearLocation
52: initforeach @63
if(itemx.z > item.z)//above me
53: local #7
54: get member id 'z' (2)
55: local #5
56: get member id 'z' (2)
57: >
58: if false goto 63
and when I Add dmp I have this line:


You are not allowed to post Files with the Extension dmp within this Forum


p.s. My dmp size is 1,01mb
User avatar
CWO
POL Expert
Posts: 1160
Joined: Sat Feb 04, 2006 5:49 pm

Post by CWO »

hmm wierd... try posting the dump again. I was able to add it..
MuadDib
Former Developer
Posts: 1091
Joined: Sun Feb 12, 2006 9:50 pm

Post by MuadDib »

Aye, I fixed it while I was doing some other adjustments to the overall forums just a few ago. So all is good in dump land again.
Harley
Forum Regular
Posts: 360
Joined: Sat Mar 18, 2006 1:41 am

Post by Harley »

Posting dump
Harley
Forum Regular
Posts: 360
Joined: Sat Mar 18, 2006 1:41 am

Post by Harley »

I'm sorry, forgot add some info. This lifthook use packet 0x07.

Code: Select all

Packet 0x07
{
  Length 7
  ReceiveFunction lifthook:hooklift
}
Thanks.
MuadDib
Former Developer
Posts: 1091
Joined: Sun Feb 12, 2006 9:50 pm

Post by MuadDib »

Is it just me, or did this dump vanish? lol

Anyway, would be nice to have the dmp for this now that I can actually process dumps again (up to current releases anyway, hehe).
Locked