I received this crash when starting Logos:
Time: 2011-12-11 07:46:11 +00:00 (2011-12-11T07:46:11Z)
Failed to create BitmapFrame.
System.IO.IOException: Cannot locate resource 'images/commandicon.png'.
at MS.Internal.AppModel.ResourcePart.GetStreamCore(FileMode mode, FileAccess access)
at System.IO.Packaging.PackagePart.GetStream(FileMode mode, FileAccess access)
at System.IO.Packaging.PackWebResponse.CachedResponse.GetResponseStream()
at System.IO.Packaging.PackWebResponse.GetResponseStream()
at System.IO.Packaging.PackWebResponse.get_ContentType()
at System.Windows.Media.Imaging.BitmapDecoder.SetupDecoderFromUriOrStream(Uri uri, Stream stream, BitmapCacheOption cacheOption, Guid& clsId, Boolean& isOriginalWritable, Stream& uriStream, UnmanagedMemoryStream& unmanagedMemoryStream, SafeFileHandle& safeFilehandle)
at System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, Boolean insertInDecoderCache)
at System.Windows.Media.Imaging.BitmapFrame.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy)
at System.Windows.Media.Imaging.BitmapFrame.Create(Uri bitmapUri, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy)
at System.Windows.Media.Imaging.BitmapFrame.Create(Uri bitmapUri, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption)
at Libronix.Utility.Windows.BitmapSourceUtility.<>c__DisplayClassc.<CreateThreadAffinedFromLocalUri>b__b()
at Libronix.Utility.Windows.BitmapSourceUtility.NullIfFailedCreation[T](Func`1 fn)
Looking at the logs, it started happening on 15 November, but I haven't noticed a crash before. Error log attached.
1122.Logos4Error.log
Nothing unusual shows up in the normal Logos/indexer logs. The crash didn't appear to have any adverse effect (Logos just carried on loading).