Wox-launcher / Wox

A cross-platform launcher that simply works
http://wox-launcher.github.io/Wox/
GNU General Public License v3.0
24.47k stars 2.37k forks source link

启动(包括重启)时报异常:FileNotFoundException #235

Closed iEverX closed 9 years ago

iEverX commented 9 years ago

卸载了一些软件,之后装了everything插件,然后就报异常

以下是log

Date:2015-01-14 20:59:54,959 Level:ERROR Msg:## Exception

System.IO.FileNotFoundException: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\金山毒霸\访问金山公司网站\金山毒霸官方微博.lnk
   Source: System.Drawing
   TargetAssembly: System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
   TargetModule: System.Drawing.dll
   TargetSite: System.Drawing.Icon ExtractAssociatedIcon(System.String, Int32)
   在 System.Drawing.Icon.ExtractAssociatedIcon(String filePath, Int32 index)
   在 System.Drawing.Icon.ExtractAssociatedIcon(String filePath)
   在 Wox.ImageLoader.ImageLoader.GetIcon(String fileName) 位置 c:\projects\wox\Wox\ImageLoader\ImageLoader.cs:行号 42
   在 Wox.ImageLoader.ImageLoader.Load(String path, Boolean addToCache) 位置 c:\projects\wox\Wox\ImageLoader\ImageLoader.cs:行号 101
   在 Wox.ImageLoader.ImageLoader.PreloadImages() 位置 c:\projects\wox\Wox\ImageLoader\ImageLoader.cs:行号 59
   在 Wox.MainWindow.<.ctor>b__13(Object o) 位置 c:\projects\wox\Wox\MainWindow.xaml.cs:行号 201
   在 System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)
   在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   在 System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)
   在 System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)

Environment

qianlifeng commented 9 years ago

与 #226 重复