> If I do an Update Documents operation, Plucker > works for a while, then crashes with a fatal > exception.
Must be a Visor problem; it works just fine on my TRGpro. Have you tried to recreate the same problem for documents in RAM? Have you tried the latest unstable version? There have been many major changes to the code since the 1.2 release, but I don't remember to have changed any *bugs* related to the doclist handling. However, there is a bug somewhere in that code (nothing that would cause the device to crash, though) that sometimes makes the categories getting out-of-sync. I haven't been able to come up with a good way to reproduce that problem, though, so it's kind of difficult to find. Anyway, I'm currently making major changes to that code to "isolate" the doclist handling to one file. I don't think we should add support for deleting non- existing documents, though. It's not only when you have removed a document externally that you will end up in a similar state, e.g. if you move a document from RAM to an external card (or vice versa) you will be in the exact same situation, but this time the entry shouldn't be removed from the list. When you use the "manually update" option it is your responsibility to update the list whenever you add new documents, remove documents, move document to/from an external card, etc. /Mike _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

