Skip to content
New issue

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

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

Already on GitHub? # to your account

PowerToys RUN crash #12037

Closed
1 task
tobiichi3227 opened this issue Jun 30, 2021 · 6 comments
Closed
1 task

PowerToys RUN crash #12037

tobiichi3227 opened this issue Jun 30, 2021 · 6 comments
Labels
Issue-Bug Something isn't working Product-PowerToys Run Improved app launch PT Run (Win+R) Window Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. Severity-High Bugs that we consider a blocking issue for release (crashes stuff outside of PT)

Comments

@tobiichi3227
Copy link

Microsoft PowerToys version

0.41.3

Running as admin

  • Yes

Area(s) with issue?

PowerToys Run

Steps to reproduce

Uploading 2021-06-30.txt…

✔️ Expected Behavior

No response

❌ Actual Behavior

2021-06-30.txt

Other Software

No response

@tobiichi3227 tobiichi3227 added Issue-Bug Something isn't working Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Jun 30, 2021
@Aaron-Junker
Copy link
Collaborator

Looks like it crashed while trying to fetch the edge logo.

@Aaron-Junker Aaron-Junker added Product-PowerToys Run Improved app launch PT Run (Win+R) Window Severity-High Bugs that we consider a blocking issue for release (crashes stuff outside of PT) labels Jun 30, 2021
@tobiichi3227
Copy link
Author

Looks like it crashed while trying to fetch the edge logo.

Why?Why this can happens?

@franky920920
Copy link
Contributor

franky920920 commented Jun 30, 2021

According to line 1310~1331 in the attached file (pasted below), this is duplicating issue #11898

System.InvalidCastException: Unable to cast object of type 'System.Windows.Documents.Run' to type 'System.Windows.FrameworkElement'.
   Source: PowerLauncher
   TargetAssembly: PowerLauncher, Version=0.41.3.0, Culture=neutral, PublicKeyToken=null
   TargetModule: PowerLauncher.dll
   TargetSite: Void SuggestionsList_PreviewMouseLeftButtonUp(System.Object, System.Windows.Input.MouseButtonEventArgs)
   at PowerLauncher.MainWindow.SuggestionsList_PreviewMouseLeftButtonUp(Object sender, MouseButtonEventArgs e)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
   at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
   at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
   at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
   at System.Windows.ContentElement.RaiseTrustedEvent(RoutedEventArgs args)
   at System.Windows.Input.InputManager.ProcessStagingArea()
   at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
   at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
   at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, WindowMessage msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at System.Windows.Interop.HwndSource.InputFilterMessage(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)

@tobiichi3227
Copy link
Author

謝謝啦

@franky920920
Copy link
Contributor

Replying @tobiichi3227 : 不會

@crutkas
Copy link
Member

crutkas commented Jun 30, 2021

we're have a fix checked in, we are tracking in #11898 and hope to have a fix out shortly.

@crutkas crutkas closed this as completed Jun 30, 2021
@crutkas crutkas added Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. and removed Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams labels Jun 30, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Issue-Bug Something isn't working Product-PowerToys Run Improved app launch PT Run (Win+R) Window Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. Severity-High Bugs that we consider a blocking issue for release (crashes stuff outside of PT)
Projects
None yet
Development

No branches or pull requests

4 participants