On Fri, Feb 28, 2003, Greg Bell wrote: > I've re-created the set on a different day (ie. different content), and > the problem's still there.
Based on the info you (and the others) have provided I was able to find the problem by reading the code. An array wasn't reset, so the viewer tried to access the category record for the previous document and since it found a record at that location it assumed (without checking:) that it was valid. However, that record contained quite different data... I have moved the code that resets the array to a different location making sure that it always will be reset. I will consider to also add a check to make sure that the accessed record really is a category record. I still can't reproduce this problem, though (running a m505 ROM in POSE will fail because of a problem in the new library form) I can send you a "fixed" viewer, so that you can try it on your device, but when the bug database is online again (at least I can't access it) it would be a good idea for you to add a bug report (with all available data) /Mike _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

