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

FZ Editor crash #8520

Closed
apratomo opened this issue Dec 10, 2020 · 2 comments
Closed

FZ Editor crash #8520

apratomo opened this issue Dec 10, 2020 · 2 comments
Labels
FancyZones-Editor Issue revolving the FancyZone Editor Issue-Bug Something isn't working Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.

Comments

@apratomo
Copy link

FZEditorCrashLog.txt

ℹ Computer information

  • PowerToys version: 0.27.1
  • PowerToy Utility: FancyZones
  • Running PowerToys as Admin: Yes
  • Windows build number: [run "winver"] 18363.1139

📝 Provide detailed reproduction steps (if any)

  1. Run editor using shortcut (win + `)
  2. Editor run behind layouts can't be selected
  3. Exit editor using same shortcut (win + `)

✔️ Expected result

No crash pop up message and editor showed in front of layout

❌ Actual result

crash pop up message`

📷 Screenshots

Are there any useful screenshots? WinKey+Shift+S and then just paste them directly into the form
image

@apratomo apratomo added the Issue-Bug Something isn't working label Dec 10, 2020
@ghost ghost added the Needs-Triage For issues raised to be triaged and prioritized by internal Microsoft teams label Dec 10, 2020
@enricogior
Copy link
Contributor

System.ArgumentException: E_INVALIDARG
   Source: ControlzEx
   TargetAssembly: ControlzEx, Version=4.0.0.0, Culture=neutral, PublicKeyToken=69f1c32f803d307e
   TargetModule: ControlzEx.dll
   TargetSite: Void ThrowIfFailed(System.String)
   at ControlzEx.Standard.HRESULT.ThrowIfFailed(String message)
   at ControlzEx.Standard.HRESULT.ThrowLastError()
   at ControlzEx.Behaviors.GlowWindowBehavior.UpdateZOrderOfOwner(IntPtr hwndOwner)
   at ControlzEx.Behaviors.GlowWindowBehavior.UpdateZOrderOfThisAndOwner()
   at ControlzEx.Behaviors.GlowWindowBehavior.AssociatedObjectWindowProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
   at System.Windows.Interop.HwndSource.PublicHooksFilterMessage(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)
   at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs)
   at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam)

@enricogior
Copy link
Contributor

The error is the same as #8321
The fact that is showing behind the zones is another .NET bug since it's not FZ that causes the problem.

Closing in favor of #8321

@enricogior enricogior added FancyZones-Editor Issue revolving the FancyZone Editor 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 Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FancyZones-Editor Issue revolving the FancyZone Editor Issue-Bug Something isn't working Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.
Projects
None yet
Development

No branches or pull requests

2 participants