|
WIN10 32位系统,昨天关机前QQ拼音自动升级了。然后今天早上启动火车头登陆后,就自动关闭了。
通过事件查看器看到爆的错误是和QQ拼音冲突了。
- 错误应用程序名称: LocoySpider.exe,版本: 9.5.1.719,时间戳: 0x596eb5a6
- 错误模块名称: QQPinyin.ime_unloaded,版本: 5.7.4411.400,时间戳: 0x5a0d473f
- 异常代码: 0xc0000005
- 错误偏移量: 0x00006570
- 错误进程 ID: 0x2688
- 错误应用程序启动时间: 0x01d3625dc18b841b
- 错误应用程序路径: D:\Program Files\LocoySpider\LocoySpider.exe
- 错误模块路径: QQPinyin.ime
- 报告 ID: 6cb9bd42-fee9-4731-8eae-36a73af68124
- 错误程序包全名:
- 错误程序包相对应用程序 ID:
复制代码 虽然上面是9.5版本,但是下载最新版的9.6后也是一样的情况。
而且,我多次测试发现,每次除了上面的报错之外,还会有一个.NET的错误同时出现。
- 应用程序: LocoySpider.exe
- Framework 版本: v4.0.30319
- 说明: 由于未经处理的异常,进程终止。
- 异常信息: System.AccessViolationException
- 在 System.Windows.Forms.SafeNativeMethods.ShowWindow(System.Runtime.InteropServices.HandleRef, Int32)
- 在 System.Windows.Forms.Control.SetVisibleCore(Boolean)
- 在 System.Windows.Forms.Form.SetVisibleCore(Boolean)
- 在 System.Windows.Forms.Control.set_Visible(Boolean)
- 在 System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner(Int32, System.Windows.Forms.ApplicationContext)
- 在 System.Windows.Forms.Application+ThreadContext.RunMessageLoop(Int32, System.Windows.Forms.ApplicationContext)
- 在 System.Windows.Forms.Application.Run(System.Windows.Forms.Form)
- 在 LocoySpider.Program.Main(System.String[])
复制代码 每次启动后火车头自动关闭后,都会有上面两个报错同时出现。
然后把QQ拼音卸载后,火车头就正常了。
再重新安装QQ拼音,火车头依然正常。
|
|