Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alt + F4 will crash the program #49

Closed
orzFly opened this issue Mar 18, 2014 · 1 comment
Closed

Alt + F4 will crash the program #49

orzFly opened this issue Mar 18, 2014 · 1 comment
Labels

Comments

@orzFly
Copy link
Contributor

orzFly commented Mar 18, 2014

In the Wox window, press Alt+F4 will crash.

   在 Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun()
   在 Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.DoApplicationModel()
   在 Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.Run(String[] commandLine)
   在 Wox.EntryPoint.Main(String[] args) 位置 C:\Projects\Wox\Wox\App.xaml.cs:行号 20
   在 System.AppDomain._nExecuteAssembly(Assembly assembly, String[] args)
   在 System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args)
   在 Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly()
   在 System.Threading.ThreadHelper.ThreadStart_Context(Object state)
   在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
   在 System.Threading.ThreadHelper.ThreadStart()
@orzFly orzFly added the bug label Mar 18, 2014
@Rovak
Copy link
Contributor

Rovak commented Mar 18, 2014

Changing this to return false; seems to fix the issue for me, but i doubt that is the "right" way to fix it.

I suppose that SingleInstanceManager tries to refer the MainForm property on shutdown, which is not set, which triggers an error.

@orzFly orzFly closed this as completed in 27dde4e Mar 19, 2014
bao-qian pushed a commit that referenced this issue Apr 20, 2020
…search

Fix WebSearch plugin missing query part when searching with global wildcard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants