I am using Delphi XE4 Update 1. When I build and run a simple VCL application compiled with Win64 platform on Windows 8. I encountered an error:
"Unable to create process: ...\project1.exe"
However, it works if I run the project1.exe
without debugging.
I have tried to figure out what happens but failed to rectify the problem.
I have tried these:
Uninstall and reinstall XE4
I run
C:\Program Files (x86)\Embarcadero\RAD Studio\11.0\bin\dbkw64_18_0.exe
and it flash a while and close without any errors. Other Window 8 machine will run the program and stay in the desktop.I reset Window 8 Firewall rules. When I run the app in debugger, it didn't prompt me the usual firewall rules dialog.
I add a Firewall rules for
dbkw64_18_0.exe
and but it doesn't workWhen I attempt to debug the app with Win64 platform, a new process
rmtdbg180.exe
is created. Each attempt to start the app in debugger will create a newrmtdbg180.exe
process. This doesn't happen on other Windows 8 machine.
Anyone has ideas what happen to my machine?
dbkw64_18_0.exe
is installed default location:C:\Program Files (x86)\Embarcadero\RAD Studio\11.0\bin
. It has local Administrators group as well. - Chau Chee YangAQTime
before on my machine but I have uninstalled it. - Chau Chee Yang