我已经问过了Stack Overflow 上的这个问题,但被告知最好在这里询问。
我想尝试 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
抱歉,它是德语的。我尝试将按键翻译成英语,但不知道它们是否真的与错误消息的英文版本相匹配。我运行的是 Windows 7 64 位;32 位和 64 位版本的 IDEA 都会发生错误。使用的 JDK 是 1.8.0_20(也是 64 位)。
我尝试禁用 IDEA 的 DEP,但 Windows 只告诉我以下内容:
此程序必须在启用数据执行保护 (DEP) 的情况下运行。
您无法关闭此程序的 DEP。
对我来说,完全关闭 DEP 似乎不是一个好主意。有什么建议可以解决这个问题吗?
答案1
Fehlermodulname (Error module name): SDHook32.dll
听起来SDHook32.dll
您好像使用了Spybot - Search & Destroy
。尝试卸载此工具,看看是否能解决您的问题。