ITADN

System.Runtime.InteropServices.COMException: 응용 프로그램이 입력 동기화된 호출을 전달하고 있으므로 나가는 호출을 할 수 없습니다. (0x8001010D (RPC_E_CANTCALLOUT_ININPUTSYNCCALL))

#450Opengitturtle97 创建于 2026-03-10
G
gitturtle97commented
**Describe the bug** Observing the following error: ``` System.Runtime.InteropServices.COMException (0x8001010D): 응용 프로그램이 입력 동기화된 호출을 전달하고 있으므로 나가는 호출을 할 수 없습니다. (0x8001010D (RPC_E_CANTCALLOUT_ININPUTSYNCCALL)) at WinMan.Windows.Com.IComApplicationViewCollection.GetViewForHwnd(IntPtr hwnd, IComApplicationView& view) at WinMan.Windows.FaultTolerantWin32VirtualDesktopService.<>c__DisplayClass18_0.<IsWindowPinned>b__0() at WinMan.Windows.FaultTolerantWin32VirtualDesktopService.ExecuteWithRetry[T](Func`1 func) at WinMan.Windows.Win32VirtualDesktopManager.IsWindowPinned(IWindow window) at FancyWM.TilingService.CanManage(IWindow x, Boolean ignoreFloating) at FancyWM.TilingService.OnWindowStateChanged(Object sender, WindowStateChangedEventArgs e) at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__124_1(Object state) at System.Threading.QueueUserWorkItemCallback.Execute() at System.Threading.ThreadPoolWorkQueue.Dispatch() at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart() at System.Threading.Thread.StartCallback() ``` **To Reproduce** Steps to reproduce the behavior: 1. Open '...' 2. Resize '....' 3. Enable '....' 4. See error **Expected behavior** A clear and concise description of what you expected to happen. **Desktop (please complete the following information):** - OS: Microsoft Windows NT 10.0.26200.0 - FancyWM Version: 2.18.5.0 **Additional context** Add any other context about the problem here.
0 条评论