Hello All. I am trying to upgrade existing apps to Xojo 2014 r3. After walking through various changes needed, the project (apparently) compiles, but it does not continue to Run or complete a Build. It just finishes compiling and goes back waiting for input as if it has finished successfully.
Happens some still with 2014 r3 but doesn’t seem to be nearly as often (maybe a few times per week). When I hit Run again (sometimes a 3rd time is needed), it will then work right … go figure???
Bottom line … No one responded back then that they had seen the problem and I haven’t seen anything about it from anyone else since until your input now. I just got used to it since it’s so infrequent.
I’ve had this on Windows within my vmware using shared folders with read-only rights. Xojo simply couldn’t create build folder. After applying read-write access everything worked. Also check your external files and/or xojo scripts.
I had this once and found both: a MBS message in a thread giving a UI alert (no alert given for debug) and some [quote]#if debugBuild then [/quote] code that was needed to run properly.