Andrea Mauri schrieb:
I loaded a lazarus project on my new Ubuntu 10.10 intel64 (lazarus 0.9.31 r30096 FPC 2.4.2 x86_64-linux-gtk 2).
The application is compiled correctly but it won't run.
Lazarus give me this message:

Caption: Lazarus application invalid
Text: The launching application ""path/exename""
does not exist or is not executable.
See Run -> Run parameters -> Local

If I create a new project and I put some components on the form it runs properly. I checked "See Run -> Run parameters -> Local" for both project and everything looks the same. What can I check in order to solve this issue? I got that message for all my projects.

Looks to me like you have checked "Use launching application" in the Run Parameters, but enterd no valid shell path/name below it.

Simple solution: Uncheck that option, AFAIK it's only required to run console applications on Linux, or other projects which are not self-contained (runnable) executables.

When a launching application really is required, enter a valid application in the edit box.

DoDi


--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to