QuickLook crashes Windows Explorer when previewing files #1717
Replies: 5 comments 5 replies
-
I think your are meeting the problem from Windows Explorer which is a hard-hit area of bugs, and it is recommended to actively update your Windows. |
Beta Was this translation helpful? Give feedback.
-
Hi, I just wanted to shoot over the error I am getting when QuickLook
crashes. It seems to occur more when waking the computer from
sleep/hibernation.
See attached.
…-Matt
On Thu, Jul 24, 2025 at 12:29 PM ema ***@***.***> wrote:
Such as some 3rd-party desktop program.
—
Reply to this email directly, view it on GitHub
<#1717 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGMEK7H7IWSRDR2ZYBJIDZ33KEJYDAVCNFSM6AAAAACCJIAIQ6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGOBYGA3DSNA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
*matt rittman*
www.mattrittman.com
QuickLook v4.1.1.0
9/2/2025 1:49:32 PM Windows 10.0.26100.2
```
System.Runtime.InteropServices.COMException (0xD0000701): Exception from HRESULT: 0xD0000701
at Standard.NativeMethods.DwmExtendFrameIntoClientArea(IntPtr hwnd, MARGINS& pMarInset)
at System.Windows.Shell.WindowChromeWorker._ExtendGlassFrame()
at System.Windows.Shell.WindowChromeWorker._UpdateFrameState(Boolean force)
at System.Windows.Shell.WindowChromeWorker._ApplyNewCustomChrome()
at System.Windows.Shell.WindowChromeWorker._WindowSourceInitialized(Object sender, EventArgs e)
at System.Windows.Window.OnSourceInitialized(EventArgs e)
at System.Windows.Window.CreateSourceWindow(Boolean duringShow)
at System.Windows.Interop.WindowInteropHelper.EnsureHandle()
at QuickLook.Common.Helpers.DisplayDeviceHelper.GetMonitorColorProfileFromWindow(Window window)
at QuickLook.ViewerWindow.BeginShow(IViewer matchedPlugin, String path, Action`2 exceptionHandler)
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)
```
|
Beta Was this translation helpful? Give feedback.
-
The error means that your program is asking Windows to use a special “glass effect” around the window (that shiny transparent frame). That request goes through something called Desktop Window Manager (DWM). The problem: in your situation, Windows replied with “sorry, this feature isn’t available right now”.
So, this is not really a crash caused by your code being wrong, it’s more like the system saying “no” to a fancy effect. The usual fix is just to fall back to a normal window without glass. In apps like QuickLook, that means the preview still works, but without the extra glass styling. |
Beta Was this translation helpful? Give feedback.
-
Error against |
Beta Was this translation helpful? Give feedback.
-
Dang, okay well thank you for getting back to me about it at least! :)
…On Wed, Sep 3, 2025 at 9:59 AM ema ***@***.***> wrote:
Error against glass effect. There is currently no repair plan.
—
Reply to this email directly, view it on GitHub
<#1717 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGMEK7F7RIBK6YW3RKMNIK33Q364PAVCNFSM6AAAAACCJIAIQ6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMRZG42DMNI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
*matt rittman*
www.mattrittman.com
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes when I wake the computer from Standby, then try to use QuickLook on a file, it will sometimes freeze up windows for a second, my windows will go black, but then come back after a moment. It's like it crashes Windows Explorer and then restarts it.
Beta Was this translation helpful? Give feedback.
All reactions