我有一个win7 x64系统(i3,nvidia卡),并且我想使用MySQL Workbench,但是启动后它崩溃并显示以下消息:

Problem signature:
  Problem Event Name:   APPCRASH
  Application Name: MySQLWorkbench.exe
  Application Version:  5.2.42.9752
  Application Timestamp:    50243f32
  Fault Module Name:    wbprivate.be.dll
  Fault Module Version: 0.0.0.0
  Fault Module Timestamp:   50243a9e
  Exception Code:   c0000005
  Exception Offset: 0025e562
  OS Version:   6.1.7601.2.1.0.256.1
  Locale ID:    1049
  Additional Information 1: 0a9e
  Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
  Additional Information 3: 0a9e
  Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

我在搜索此问题时,发现很少有可能的解决方案,例如删除AppData中的Workbench文件夹或重新安装.NET或从Microsoft重新安装Visual C x86,但没有任何帮助。感谢帮助。

最佳答案

您是否将WB下载为免安装zip文件?问题可能是Windows阻止了可执行文件(exe,dll等),并显示以下警告:“此文件来自另一台计算机,可能被阻止以帮助保护此计算机”。

如果您在解压缩内容之前解压缩zip文件,则不会阻止任何文件,希望WB可以正常运行。参见例如this post

关于.net - 在Win7 x64上启动时MySQL Workbench 5.2.42崩溃,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/12036051/

10-13 08:22