On Sun, 6 Jan 2002, Bas Zoetekouw wrote: > Hi! > > I've been playing SQ3 and ARTHUR with yesterday's CVS. Some bugs I > found: > > ARTHUR (v1.001): > - when starting the intro: > FSCI: kDisposeClone: Warning (kscripts.c L245): Clone a44a was > cleared with underBits set > - when starting a new game: > FSCI: kDisposeClone: Warning (kscripts.c L245): Clone a24e was > cleared with underBits set > - everytime a decorated window is closed: > FSCI: kDisposeClone: Warning (kscripts.c L245): Clone a280 was > cleared with underBits set
Does this happen when dismissing a text window? CB1, KQ1, ARTHUR, and maybe some others use "fancy" text box controls. Whenever dismissing those "fancy" windows, you will see a warning about a clone being cleared with underbits set. It doesn't actually appear to be a problem, but I think it was once used to warn about potential memory leaks. It would be nice to find a compromise where this message was still emitted, but only for things where a leak is really known about. > SQ3 (v1.018): > - Roger looks awfully blue when he walks in front of the ACME rocket one > screen down from start. This is on purpose, check out Sierra SCI. Whenever Roger is in the shadow of something, his colors change to make it appear as though he is within the shadow. > - when entering the rail pod: > FSCI: _k_make_view_list: Warning (kgraphics.c L1849): Warning: new pic > or port used within Animate()! This isn't really a bug, it's a warning Christoph put in when that feature was considered experimental (correct me if I'm wrong, Christoph :). It might be time to remove it since it's been decently proven to work. > - after plotting a course to Phleebhut: > FSCI: ERROR in kmem (kernel.c L349): Error: kmem() without a handle (abba) > FSCI: graph_restore_box: Warning (kgraphics.c L219): Attempt to > restore invalid handle abba I saw this as well, but hadn't entered the bug yet. > - after landing op phleebhut (and the terminator landing scene): > Unrecognised MIDI event b0 00 6b for handle a77a > Unrecognised MIDI event b2 00 6b for handle a77a I think I saw this as well. I've entered several mt32gm bugs over the past few weeks, hopefully Rickard can look at them soon. Thanks for the bug reports! -- http://www.clock.org/~matt
