Error Message - Building Standalone
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- Posts: 919
- Joined: Wed Nov 04, 2009 11:41 am
Error Message - Building Standalone
When I attempt to build a standalone the process fails and posts the following error message:
A stack "answer dialog" in file /users/skids/Programming/Revolution/Projects/Simulator/Build 1 - 14 Jan 2011/ Simulator/ Windows / Sim.Rev is already in memory. The revolution UI does not distinguish stacks which have identical names, so editing these stack files while both are in memory could result in data loss.
The last two directories are not created/exist neither is the file Sim.Rev in that location. Any ideas what is going wrong?
Best wishes
Simon
A stack "answer dialog" in file /users/skids/Programming/Revolution/Projects/Simulator/Build 1 - 14 Jan 2011/ Simulator/ Windows / Sim.Rev is already in memory. The revolution UI does not distinguish stacks which have identical names, so editing these stack files while both are in memory could result in data loss.
The last two directories are not created/exist neither is the file Sim.Rev in that location. Any ideas what is going wrong?
Best wishes
Simon
best wishes
Skids
Skids
-
- Posts: 919
- Joined: Wed Nov 04, 2009 11:41 am
Re: Error Message - Building Standalone
I should probably add that none of the three stacks I was attempting to compile was called "answer dialog" and no other stacks were loaded. I have managed to compile by deleting one of my stacks which is far from ideal.
Simon
Simon
best wishes
Skids
Skids
Re: Error Message - Building Standalone
Hi Simon,
sounde like one of your stacks has a SUBSTACK called "Answer dialog".
Try to open them in the IDE and check this in the "Application Browser", where you could try to delete that substack.
Then save the stack and try to compile again.
Best
Klaus
sounde like one of your stacks has a SUBSTACK called "Answer dialog".
Try to open them in the IDE and check this in the "Application Browser", where you could try to delete that substack.
Then save the stack and try to compile again.
Best
Klaus
Re: Error Message - Building Standalone
Hi Simon,
Many people struggle with this problem. There might be a substack with the name Answer Dialog somewhere, but this is not very probably. Naturally, you should check your stacks for it, because that's simple, but you may not find a duplicate Answer Dialog.
Here http://qery.us/n6 is an overview of possible reasons why you may be unable to build a standalone. There might be something useful in it for you.
Kind regards,
Mark
Many people struggle with this problem. There might be a substack with the name Answer Dialog somewhere, but this is not very probably. Naturally, you should check your stacks for it, because that's simple, but you may not find a duplicate Answer Dialog.
Here http://qery.us/n6 is an overview of possible reasons why you may be unable to build a standalone. There might be something useful in it for you.
Kind regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
-
- Posts: 919
- Joined: Wed Nov 04, 2009 11:41 am
Re: Error Message - Building Standalone
Hi,
I have been attempting to work out what is going on. I reloaded my problem file which I think has a single main stack with three sub stacks. I am configuring my app to have a splash screen stack (main) a user interface sub stack, a resources stack and a buttons stack. When loaded I see these in the browser and I get the error window when I try to compile. Next I deleted my sub-stacks with the aim of leaving my main stack which is where the problem seems to be. On deletion two new stacks are displayed in the browser, they are called "answer dialog" and "revCopiedIcons" each with a single card. Now general strangeness occurs; I can open my splash card but objects are missing, I can open and edit the answer dialog card but a copy of it keeps popping up and I can open the card of RevCopiedIcons but it is locked in its place on the screen and shows that standard icon sets that I can pick from the object browser. At times displaying the properties window just opens a blank window. It looks to me that that some inner workings of Livecode have been exposed and are corrupted in some way. I would post a copy here only the save and save as options are greyed out. Do you think I should submit this a s a bug report?
Simon
I have been attempting to work out what is going on. I reloaded my problem file which I think has a single main stack with three sub stacks. I am configuring my app to have a splash screen stack (main) a user interface sub stack, a resources stack and a buttons stack. When loaded I see these in the browser and I get the error window when I try to compile. Next I deleted my sub-stacks with the aim of leaving my main stack which is where the problem seems to be. On deletion two new stacks are displayed in the browser, they are called "answer dialog" and "revCopiedIcons" each with a single card. Now general strangeness occurs; I can open my splash card but objects are missing, I can open and edit the answer dialog card but a copy of it keeps popping up and I can open the card of RevCopiedIcons but it is locked in its place on the screen and shows that standard icon sets that I can pick from the object browser. At times displaying the properties window just opens a blank window. It looks to me that that some inner workings of Livecode have been exposed and are corrupted in some way. I would post a copy here only the save and save as options are greyed out. Do you think I should submit this a s a bug report?
Simon
best wishes
Skids
Skids
-
- Posts: 919
- Joined: Wed Nov 04, 2009 11:41 am
Re: Error Message - Building Standalone
I have removed all my code and graphics from the stack file which is attached. On build it still generated the error message and if I delete the sub stacks the answer dialog stack appears.
Any help welcomed...
Simon
Any help welcomed...
Simon
- Attachments
-
- C130_JTIDS Reduced For Bug Report.rev.zip
- Non working problem file
- (11.67 KiB) Downloaded 242 times
best wishes
Skids
Skids
Re: Error Message - Building Standalone
Simon,
I don't think you went through my list. If you had tried it all, you probably would have solved your problem. I was able to create a standalone of your stack without any problems.
Kind regards,
Mark
I don't think you went through my list. If you had tried it all, you probably would have solved your problem. I was able to create a standalone of your stack without any problems.
Kind regards,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
-
- Posts: 919
- Joined: Wed Nov 04, 2009 11:41 am
Re: Error Message - Building Standalone
Mark,
You are quite correct. I ran out of time and had to get something working, deleting the splash stack solved the problem in the short term.
However, I have now worked through your list and can confirm that it is possible to get a build by deselecting the user can't modify and user can't delete stack settings. Some of the other settings on your list caused new errors to be posted.
I don't understand why some settings cause problems; is it that some settings made in the IDE are incompatible with a stand alone if so why doesn't the builder catch them?
Simon
You are quite correct. I ran out of time and had to get something working, deleting the splash stack solved the problem in the short term.
However, I have now worked through your list and can confirm that it is possible to get a build by deselecting the user can't modify and user can't delete stack settings. Some of the other settings on your list caused new errors to be posted.
I don't understand why some settings cause problems; is it that some settings made in the IDE are incompatible with a stand alone if so why doesn't the builder catch them?
Simon
best wishes
Skids
Skids
Re: Error Message - Building Standalone
Hi Simon,
Cool that the list helped. If we knew why, then we wouldn't need such a list
Mark
Cool that the list helped. If we knew why, then we wouldn't need such a list

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode