Failed to start program. Path or permissions wrong?
-
[quote author="clouca" date="1367858735"]Yes it's very weird.. I am thinking to switch it in windows for better luck. I run linux on virtual machine, does this make any difference ?[/quote]
Do not know. I have not used Qt creator lately on a virtual machine.[quote author="SGaist" date="1367847901"]Hi,
in this case, are you sure your project is setup correctly ? Could you share the pro file ?[/quote]
at clouca: that is an option. Maybe someone sees an issue.Do you have a complex project?
-
Since it's a subfolder project, how do you setup your DESTDIR variables ?
-
[quote author="clouca" date="1367907957"]john_god john_god i didn't found something simillar
my project was created in qt 4.7 32(bit) and i am now running Qt 5.0 (64bit) if that can help..
thanks[/quote]
Those are the versions of Qt lib. Qt creator has currently version 2.7. A Qt creator installed with Qt 4.7 is fairly old.
How did you install Qt 5? Which exact Qt5 version are you using? Did you replace also the Qt creator at that time? -
Where does that path come from ?
-
Do you set the DESTDIR in your pro files ? If yes where do they point to ?
Otherwise can you post (i.e. pastebin) your pro files ? So we can see if the problem lies with them or if we can eliminate that as a cause.
Did you take a look at the build panel to see where things are built ?
-
As I said before, without seeing anything from your project I can only make guesses.
If you really can't share anything. The only solution I see for you is to start from scratch a new project using the subdir template with only one sub directory that contains a project for a hello world app. Make it build and run and once that is good. Take one by one the pieces of your other project and integrate it in the one building and running until everything works.
-
As already mentioned, seeing the pro files could be useful
-
I've run today into same problem.
It appears a bit weird.When this error occurs, the exe has the Windows' typical blue/yellow shield over the icon.
Interestingly, this can be changed only by changing the name of the executable in the .pro file(TARGET=).As a first assumption I would say: If it contains the name of one of the parent directories this problem pops-up.
I run QtCreator 2.4.1on Win7.
Any comment on this?