krlvm / AccentColorizer-E11

Accent Colorization for Windows 11 File Explorer Icon Glyphs
https://github.com/krlvm/AccentColorizer
212 stars 8 forks source link

Application Crash #15

Closed odopo closed 1 year ago

odopo commented 1 year ago

AccentColorizer-E11 is crashing after updating to newest canary Windows 11 build 25352.1. It is now a new branch zn_release and some features are said to be missing from previous build. I had Windows App SDK version of Windows Explorer in previous builds. I noticed that it has reverted to normal version for me in latest build. AccentColorizer-E11 v1.1.2.0 was working for me on previous build but is crashing on Windows 11 Home Insider Preview Single Language Build 25352.zn_release.230422-2250. I have added crash events from Event Viewer below and attached the Report.wer file. Please look into it if possible.

Log Name: Application Source: Application Error Date: 29-04-2023 09:33:50 PM Event ID: 1000 Task Category: Application Crashing Events Level: Error Keywords:

Description: Faulting application name: AccentColorizer-E11.exe, version: 1.1.2.0, time stamp: 0xb06da25e Faulting module name: KERNELBASE.dll, version: 10.0.25352.1, time stamp: 0x8f2afbe7 Exception code: 0xe0434352 Fault offset: 0x000000000003404c Faulting process ID: 0x0x13C0 Faulting application start time: 0x0x1D97AB430400DD7 Faulting application path: C:\Portable\AccentColorizer-E11\AccentColorizer-E11.exe Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll Report ID: 02c3e85e-ff2d-46c1-953b-5c2e01da7c69 Faulting package full name: Faulting package-relative application ID:


Log Name: Application Source: .NET Runtime Date: 29-04-2023 09:33:50 PM Event ID: 1026 Task Category: None Level: Error Keywords: Classic User: N/A

Description: Application: AccentColorizer-E11.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.IO.DirectoryNotFoundException at System.IO.Error.WinIOError(Int32, System.String) at System.IO.FileSystemEnumerableIterator`1[[System.Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].CommonInit() at System.IO.FileSystemEnumerableIterator1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]..ctor(System.String, System.String, System.String, System.IO.SearchOption, System.IO.SearchResultHandler1, Boolean) at System.IO.DirectoryInfo.InternalGetFiles(System.String, System.IO.SearchOption) at AccentColorizer_E11.GlyphColorizer.ColorizeGlyphs(System.String, System.Windows.Media.Color, System.String) at AccentColorizer_E11.GlyphColorizer.ApplyColorization() at AccentColorizer_E11.AccentColorListener.ApplyColorization() at AccentColorizer_E11.Program.Main(System.String[])


Report.wer.txt

krlvm commented 1 year ago

Can you check your C:\Windows\SystemApps\MicrosoftWindows.Client.FileExp_cw5n1h2txyewy\ directory?

Does C:\Windows\SystemApps\MicrosoftWindows.Client.FileExp_cw5n1h2txyewy\FileExplorerExtensions\Assets\images\contrast-standard\theme-light exist?

odopo commented 1 year ago

Can you check your C:\Windows\SystemApps\MicrosoftWindows.Client.FileExp_cw5n1h2txyewy\ directory?

Does C:\Windows\SystemApps\MicrosoftWindows.Client.FileExp_cw5n1h2txyewy\FileExplorerExtensions\Assets\images\contrast-standard\theme-light exist?

No, there isn't even a FileExplorerExtensions folder at that location now.

image

Assets folder also only has these 6 files.

image

krlvm commented 1 year ago

Well, I think they moved those icons to another place, do you have anything in C:\Windows\SystemApps\MicrosoftWindows.Client.Core_cw5n1h2txyewy\FileExplorerExtensions\Assets\images\contrast-standard\theme-light though?

odopo commented 1 year ago

Well, I think they moved those icons to another place, do you have anything in C:\Windows\SystemApps\MicrosoftWindows.Client.Core_cw5n1h2txyewy\FileExplorerExtensions\Assets\images\contrast-standard\theme-light though?

Yes, the icons exist at that location.

image

C:\Windows\SystemApps\MicrosoftWindows.Client.Core_cw5n1h2txyewy\FileExplorerExtensions folder tree :

├───FileExplorerExtensions │ └───Assets │ └───images │ ├───contrast-black │ ├───contrast-standard │ │ ├───theme-dark │ │ └───theme-light │ └───contrast-white

109 SVGs are there in each of the contrast variants folder.

krlvm commented 1 year ago

I think you can use the previous version until Microsoft moves the assets back

odopo commented 1 year ago

Thanks! Yes, v 1.1.1.0 is working for me.