处理崩溃,消息“RPC服务器不可用”打开保存文件对话框? [英] Process-crash with the message "RPC server is unavailable" on opening a save file dialog?

查看:1131
本文介绍了处理崩溃,消息“RPC服务器不可用”打开保存文件对话框?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Windows 7 64位上,我使用Qt 4.5.3调用QFileDialog :: getSaveFileName。立即调用此函数,我的进程崩溃与消息RPC服务器不可用。

On Windows 7 64-bit, I use Qt 4.5.3 to call QFileDialog::getSaveFileName. Immediately on calling this function, my process crashes with the message "The RPC server is unavailable".

我发现这个,但它不能解决我的问题:
RPC服务器不可用

I found this, but it doesn't solve my problem: "The RPC server is unavailable"

任何想法?

推荐答案

我有同样的问题, 。 Windows 7,64位。
调用QFileDialog :: getOpenFileName或QFileDialog :: getSaveFileName使我的进程崩溃,并显示以下消息:SoundManager.exe中0x7486b9bc处的第一次异常:0x000006BA:RPC服务器不可用。

I'm having exactly the same problem, but with Qt 4.7.0. Windows 7, 64-bit. Calling QFileDialog::getOpenFileName or QFileDialog::getSaveFileName crash my process with the following message: "First-chance exception at 0x7486b9bc in SoundManager.exe: 0x000006BA: The RPC server is unavailable."

RPC服务器正在我的服务列表中运行。

The RPC Server is running in my services list.

我发现的唯一方法绕过这个bug是在Visual Studio(CTRL + ALT + E)的例外列表中添加Win32异常0x6BA并禁用它。在调用这些函数后,不会抛出异常,我的程序仍然工作。我必须在我们用于软件开发的每台计算机上进行这种操作。

The only way that i found (not clean) to bypass this bug is to add the Win32 exception 0x6BA in the exception list of Visual Studio (CTRL+ALT+E) and disable it. The Exception is not thrown and my program still work after a call of these functions. I have to do this manipulation on each computer that we are using for software development.

所有Windows 7 64位都具有相同的行为。

All Windows 7 64 bit here are having the same behavior.

这篇关于处理崩溃,消息“RPC服务器不可用”打开保存文件对话框?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆