Starting executable failed
-
wrote on 22 Oct 2020, 03:04 last edited by
Hello, I'm a new user and I'm having problems with th ide. I created a new C++ project and added a header and a source files. The project compiles and runs correctly but when I hit the debugger button it says: "Starting executable failed: [PATH].exe: No such file or directory". I checked the path and the .exe file is there, so I don't really understand what the problem is.
-
Hello, I'm a new user and I'm having problems with th ide. I created a new C++ project and added a header and a source files. The project compiles and runs correctly but when I hit the debugger button it says: "Starting executable failed: [PATH].exe: No such file or directory". I checked the path and the .exe file is there, so I don't really understand what the problem is.
@Gregor_-15 said in Starting executable failed:
[PATH].exe
Is this your executable or the debugger? Did you build your app in debug mode?
On which OS are you? Which Qt and QtCreator version do you use? Is debugger set up properly (check in QtCreator under Options)? -
wrote on 22 Oct 2020, 17:36 last edited by
Hello, thanks for answering. I've alredy solved my problem. The path had my name in it which has an accent, that was the issue.
-
Hello, thanks for answering. I've alredy solved my problem. The path had my name in it which has an accent, that was the issue.
wrote on 24 Oct 2020, 08:33 last edited by@Gregor_-15
You should change your real-life name to not have an accent ;-)
1/4