I am using Delphi XE4 Update 1. When I create and run a simple VCL application compiled with the Win64 platform on Windows 8. I encountered an error:
"Unable to create process: ...\project1.exe"
However, it works if I run project1.exe without debugging.
I tried to figure out what would happen, but could not fix the problem.
I tried these:
Uninstall and reinstall XE4
I run C:\Program Files (x86)\Embarcadero\RAD Studio\11.0\bin\dbkw64_18_0.exe and it blinks instantly and closes without errors. Another Window 8 machine launches the program and remains on the desktop.
I reset Windows 8. Firewall rules. When I run the application in the debugger, it did not ask me for the usual firewall rules dialog.
I am adding firewall rules for dbkw64_18_0.exe , but it does not work
When I try to debug an application from the Win64 platform, a new rmtdbg180.exe process is rmtdbg180.exe . Each attempt to run the application in the debugger will create a new rmtdbg180.exe process. This does not happen on other Windows 8 machines.
Anyone have any ideas what happened to my car?
source share