Unexpected Error Dialog

Issue #5639 invalid
Thomas Fuchs created an issue

This happened when changing screen resolution while “Finishing up…” from a media import was running.

Not enough quota is available to process this command.

App: LaunchBox
Version: 11.7-beta-2
Type: System.ComponentModel.Win32Exception
Site: Void UpdateWindowSettings(Boolean, System.Nullable`1[System.Windows.Media.Composition.DUCE+ChannelSet])
Source: PresentationCore

at System.Windows.Interop.HwndTarget.UpdateWindowSettings(Boolean enableRenderTarget, Nullable`1 channelSet)
at System.Windows.Interop.HwndTarget.UpdateWindowPos(IntPtr lParam)
at System.Windows.Interop.HwndTarget.HandleMessage(WindowMessage msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Interop.HwndSource.HwndTargetFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

Recent Log:

5:36:30 PM Exception

Comments (1)

  1. Jason Carr repo owner

    Hi Thomas, this is unfortunately one of those errors that Windows just throws out when it's unable to find the necessary resources, so there's not a whole lot that we can do about it. I'm not sure if it really has anything to do with the screen resolution change or not. Either way, unfortunately we have to leave this one up to Microsoft.

  2. Log in to comment