LB 12.7: image metadata header is unrecognized

Issue #6665 resolved
Oleg Koshkin created an issue

New version of LB is prone to crashing with following error:

(Inner Exception)

The image metadata header is unrecognized. (0x88982F63)

App: LaunchBox
Version: 12.7
Type: System.Runtime.InteropServices.COMException
Site:
Source:

(Outer Exception)

The image has corrupted metadata header.

App: LaunchBox
Version: 12.7
Type: System.ArgumentException
Site: System.Collections.Generic.IList`1[System.Windows.Media.ColorContext] GetColorContextsHelper(GetColorContextsDelegate)
Source: PresentationCore

at System.Windows.Media.ColorContext.GetColorContextsHelper(GetColorContextsDelegate getColorContexts)
at System.Windows.Media.Imaging.BitmapFrameDecode.get_ColorContexts()
at System.Windows.Media.Imaging.BitmapImage.FinalizeCreation()
at System.Windows.Media.Imaging.BitmapImage.EndInit()
at Unbroken.LaunchBox.Windows.Desktop.Controls.Carousel.CarouselItem.RestartFocusField(Object )
at Unbroken.LaunchBox.Windows.Desktop.Controls.Carousel.CarouselItem.LogoutInvalidProcess()
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.CloneDistributedInvocation(Object )
at Unbroken.LaunchBox.Windows.Threading.<>c__DisplayClass0_0.InstantiateInvalidDic()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
--- End of stack trace from previous location where exception was thrown ---
at System.Threading.ThreadHelper.ThreadStart()

Recent Log:

19:13:55 Exception

Comments (5)

  1. Oleg Koshkin reporter

    Looks like it happened when loading specific scraped images. Ive attached coupled of them to this ticket.

  2. Christian

    Looks like the metadata in the file that tells WPF what color pallete/profile is corrupted or missing from these images. I may have find a way to minimize the impact of images like this and will see if there is any negative to implementing and update the ticket with what I find.

  3. Elvis Martini

    I’ve just gotten this same error after trying to view the cover of Batman: The Video Game in LaunchBox after noticing it showed up as nothing but a small black square in Big Box.

  4. Christian

    This should be corrected in LaunchBox 12.8. Please let me know if you are still having this issue after upgrading.

  5. Elvis Martini

    I’m no longer experiencing the crash, but the images still fail to load in BigBox. I can submit a separate ticket for that specifically if needed.

  6. Log in to comment