尝试 compile/run 程序时 Intellij IDEA 崩溃

Intellij IDEA crashes when trying to compile/run a program

我想尝试一下 IDEA,因为我有点想摆脱 Eclipse。但是,每次我尝试从 IDEA 内部构建或 运行 代码时,它都会崩溃,没有任何错误消息。我得到的唯一信息来自 Windows 本身:

Problemsignatur (Problem signature):
  Problemereignisname (Problem event name): BEX
  Anwendungsname (Application name):    idea.exe
  Anwendungsversion (Application version):  14.0.3.0
  Anwendungszeitstempel (Application timestamp):    5437b4c8
  Fehlermodulname (Error module name):  SDHook32.dll
  Fehlermodulversion (Error module version):    2.3.39.2
  Fehlermodulzeitstempel (Error module timestamp):  535a5137
  Ausnahmeoffset (Exception offset):    00025942
  Ausnahmecode (Exception code):    c0000417
  Ausnahmedaten (Exception data):   00000000
  Betriebsystemversion (Operating system version):  6.1.7601.2.1.0.256.48
  Gebietsschema-ID (Area schema ID):    3079
  Zusatzinformation 1 (Additional information 1):   6ec5
  Zusatzinformation 2 (Additional information 2):   6ec5ee19c106a54dd0feced4a6ea5c17
  Zusatzinformation 3 (Additional information 3):   633b
  Zusatzinformation 4 (Additional information 4):   633bad3421e95a8b92bd60a69d1ca25c

抱歉,它是德文的,我尝试将密钥翻译成英文,但不知道它们是否真的与错误消息的英文版本匹配。我是 运行ning Windows 7 64 位,32 位和 64 位版本的 IDEA 都会出错。使用的 JDK 是 1.8.0_20(也是 64 位).

在 Google 上似乎找不到任何相关信息,也许你们中有人知道如何解决这个问题。

这是一个 windows 问题。只是在使用 IntelliJ IDEA 的时候,它正在发生在你身上。错误消息中的关键是 Problem Event Name: BEX 行。 BEX 是指 Buffer Overflow Exception。阅读 post Problem Event Name: BEX, error message on Microsoft Answers and the Data Execution Prevention TechNet article referenced in that answer. You can also Google windows bex crash or a similar term. Most information refers to the need to make a settings change to the "Data Execution Prevention" option. If you continue to have issues, you may want to post as a Windows-7 question on SuperUser.com

崩溃发生在 this application 的一个 DLL 中。如果不需要,您可能需要卸载该应用程序。