Posted: 2nd Oct 2011 21:22
I keep getting this message when I try to run the project then I build it and comes up again. Ok anybody know what I am missing
Posted: 3rd Oct 2011 2:32
MAybe your project is in a file path with spaces in it.
Posted: 3rd Oct 2011 2:53
ive just started getting this all the time now also, its the same project ive been working on for weeks now, and it didnt happen prior ....
Posted: 3rd Oct 2011 2:59
I wasn't getting this it first. The problem is I don't know when it started if I did I could back track. I have one other project where I get the same thing. I did rename a folder. So I thought that might be it. But no.
Posted: 3rd Oct 2011 19:53
Anybody know how to fix this?
Posted: 4th Oct 2011 10:56
I've had this happen a couple of times. Try deleting the .exe file and the .byc file and then building the project again.
Posted: 4th Oct 2011 16:03
Ok I deleted those files still happens. Also I notice that when I click on compile and run tool it compiles but dose not run. If I click on compile and run and broadcast it will compile and run and broadcast.
Posted: 9th Oct 2011 4:56
Use the 'Compile, Run and Broadcast' button as this takes are of all the various parts of the compile/run process. Running an app that has not been successfully compiled will produce the error you reported. If you can describe a step by step on how you compiled and then run separately to still produce this error, please report it here so we can check it out:
http://code.google.com/p/agk/issues/list
Posted: 10th Oct 2011 18:23
Thanks for the reply Lee. It looks like this all started when I renamed the project. The error code said failed to run " old name "
So it looks like in fact runs twice it tride to run it by the old name then by the new name. when old name .exe was not there it came up with the compile error. I created a all new project and kept all the code I used and media and put it in the new project. Then it worked fine. If this is something to look into or not I am not sure. Or just operator error.

Thanks again

Dennis
Posted: 12th Oct 2011 5:26
yea same here changed the p roject name so i opened up the cbp file in wordpad, edited all th eold name isntances to the new name and saved it now runs fine.