Can't run new project in win64 mode, but win32 mode works fine

空扰寡人 提交于 2020-01-30 09:44:05

问题


I have recently reformatted my computer running Windows 8.1 and re-installed Delphi XE6 which was working fine prior to formatting the computer. Whenever i open up a new project and hit F9 (Windows 64 as target platform) i receive the following error:

Debugger Assertion Failure: "lastErr == WSAEINTR" in ..\win32src\wmcipc.cpp at line 294

Fatal error starting debugger kernel: 'Invalid debugger request'. Please save your work and restart RAD Studio XE6

I downloaded XE7 trial and ran into the same problem. I have done some google search but cannot find a resolution.

I guess there is some user access problem or a program blocking the debugger?


回答1:


This Question was answered here:

https://forums.embarcadero.com/thread.jspa?messageID=712725

"Open a command prompt as Administrator, and run"

netsh winsock reset


来源:https://stackoverflow.com/questions/29117605/cant-run-new-project-in-win64-mode-but-win32-mode-works-fine

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!