another crash, .lst stuff now too

Report core bugs regarding the Ultima Online Emulator Core release (version 097). You can attach your Core Dump. One bug per post.
Locked
mr bubbles
Grandmaster Poster
Posts: 120
Joined: Thu Jan 18, 2007 2:34 am

another crash, .lst stuff now too

Post by mr bubbles »

Got another crash after a couple of days being online again. I saw in another post i should include stuff from a .lst file so ive done that now.

Code: Select all

Exception in: pkg/foundations/hooks/shilhook.eclƒR: bad allocation
 PC < nLines: (xR935:  935: decl local #3
936:  936: local #2
937:  937: 1L
938:  938: [] 1
939:  939: "Area"
940:  940: Func(4,2): GetConfigStringArray
941: >941: :=
942:  942: #
943:  943: local #3
944:  944: if true goto 950
945:  945: local #1
Exception in: pkg/std/meditation/meditation.ecl>: bad allocation
 PC < nLines: ('alue) requires a parameter.632:  632: :=
633:  633: #
634:  634: decl local #2
635:  635: local #0
636:  636: 2L
637:  637: Func(2,16): GetEquipmentByLayer
638: >638: :=
639:  639: #
640:  640: local #1
641:  641: local #2
642:  642: ||
[07/14 20:29:42] 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-2007-04-15 RC3 Coregina-20070712094331-0.dmp'
Last Script: scripts/ai/humuc.ecl PC: 1792
from humuc.lst

Code: Select all

var d := Distance( me, following );
1781: decl local #0
1782: global #14
1783: global #22
1784: Func(4,9): Distance
1785: :=
1786: #
if (d < 2)
1787: local #0
1788: 2L
1789: <
1790: if false goto 1797
sleep(1);
1791: 1L
1792: Func(3,4): Sleep
1793: #
chaseloop := 0;
1794: 0L
1795: global21 := 
1796: goto1830
elseif (( d > 10 ) || ( chaseloop > 50 ))
1797: local #0
1798: 10L
1799: >
1800: global #21
1801: 50L
1802: >
1803: ||
1804: if false goto 1823
http://www.zuluhoteloz.com/POL097-2007- ... 4331-0.dmp
Locked