问题描述
System.Runtime.InteropServices.COMException(0x8000FFFF):灾难性故障(异常来自HRESULT:0x8000FFFF(E_UNEXPECTED))在MS.Win32.UnsafeNativeMethods.ITfKeystrokeMgr.TestKeyDown(Int32wParam,Int32lParam,Boolean&eaten)在System.Windows.Input.TextServicesContext.Keystroke(Int32wParam,Int32lParam,KeyOpop)在System.Windows.Input.TextServicesManager.TextServicesKeystroke(TextServicesContextcontext,KeyEventArgskeyArgs,Booleantest)在System.Windows.Input.TextServicesManager.PreProcessInput(Objectsender,PreProcessInputEventArgse)在System.Windows.Input.InputManager.ProcessStagingArea()在System.Windows.Input.InputManager.ProcessInput(InputEventArgsinput)在System.Windows.Input.InputProviderSite.ReportInput(InputReportinputReport)在System.Windows.Interop.HwndKeyboardInputProvider.ReportInput(IntPtrhwnd,InputModemode,Int32timestamp,RawKeyboardActionsactions,Int32scanCode,BooleanisExtendedKey,BooleanisSystemKey,Int32virtualKey)在System.Windows.Interop.HwndKeyboardInputProvider.ProcessKeyAction(MSG&msg,Boolean&handled)在System.Windows.Interop.HwndSource.CriticalTranslateAccelerator(MSG&msg,ModifierKeysmodifiers)在System.Windows.Interop.HwndSource.OnPreprocessMessage(Objectparam)在System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegatecallback,Objectargs,Int32numArgs)在MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Objectsource,Delegatemethod,Objectargs,Int32numArgs,DelegatecatchHandler)软件在运行的时候报了上述异常,请大家帮忙分析下看是什么原因
解决方案
解决方案二:
这是执行什么操作,哪段代码报的错?就这么点信息,看不出啥
解决方案三:
软件打的log日志目前只能看到这些堆栈信息,软件的代码太多了,异常信息中也没有报多少行出错了这个异常中能看出是什么原因造成的吗
解决方案四:
给这么多分就给个错误报告?只能靠猜的,你操作也没说,干嘛用也不说!系统版本?测试机型?TestKeyDown?键盘按键处理?如果是可能为按键错误?如果是笔记本检查下使用触摸按键后会不会报错,如果是自己的软件断点调试吧。
解决方案五:
楼主的问题解决了吗?