Re: Error saving standalone -- revisited yet again
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 NO!! I just backtracked to an older version of my stack (from a backup) and tried with that, and it worked! It looks like my stack file became corrupt somewhere down the line. I guess I need to start going back through backups until I find the newest one that doesn't have a problem, then try to "patch" it to match the current version. Well, at least it seems solvable now... On May 4, 2005, at 9:58 AM, Frank D. Engel, Jr. wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I never use the single-byte <>, <= or >= versions in any of my scripts. I just checked the only other script I may have added from an outside source since this last worked, and they are clean. I tried suppress messages and save standalone, no good. I then made an exact copy of the stack (using the Finder), opened that copy in Rev, tried saving that as a standalone. Still not working. Next, I tried commenting out the savingStandalone, preOpenStack, openStack, closeStackRequest, shutdownRequest, and closeStack handlers in my mainstack, along with the preOpenCard and openCard handlers in the first card of that stack (I'm working with the copy). I then saved the stack, quit Rev, reopened the stack, turned on Supress Messages, and tried saving the standalone. Same unhelpful error. Needless to say, this is getting rather frustrating. The stack represents several months worth of work. There are 40 substacks, one of which has 42 cards (the mainstack has 8 cards). The mainstack's script got to be so long I broke it down by adding a backscript via a field on the first card (it is added by the preOpenStack script which I commeted out -- that's why I quit Rev before trying to build again). That backscript got to be so long I forked off a *second* backscript, so that there are now two backscripts: one with 838 lines, and one with 803 lines. The mainstack script still has 473 lines , and some of the cards on my mainstack have scripts with line counts like 889 and 807... some of the substacks have scripts of over 200 lines, and a few of their cards have scripts on the order of 100+ lines. And these are just the stacks and cards! Some of the controls also have scripts of several hundred lines each. Needless to say, I can't really afford to lose this stack. I have backup copies, but with this level of complexity, backing up even a step or two could be rather costly, and if the same problems occur... Okay, one more thing I thought to try: I have a number of externals I'm using, some of them are custom ones (that I built). Rev crashes every time I build a standalone from a stack using certain externals (after displaying the message that the standalone was successfully saved, or now this error), and this is one of those stacks. I tried setting the externals of the copy (the one with all of the handlers commented out) to empty, quitting Rev, and repeating the process. Rev thinks about it a little longer now, but still comes back to the same error message. At least this time it didn't crash afterwords ;-) The destination folder (the folder created during the save process) is still not created. On May 3, 2005, at 10:50 PM, Chipp Walters wrote: Hi Frank, Here are a couple of other suggestions. 1) If you're using a Mac, make sure >= is two characters not one. 2) Try commenting out all preOpenStack/preOpenCard openStack/openCard handlers and then build the standalone. If it works, then you can assume you're doing something in the handlers which is creating problems. Enable one at a time and locate the problem handler, then debug from there. Let us know what you find. best, Chipp ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution - --- Frank D. Engel, Jr. <[EMAIL PROTECTED]> $ ln -s /usr/share/kjvbible /usr/manual $ true | cat /usr/manual | grep "John 3:16" John 3:16 For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life. $ -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin) iD8DBQFCeNUO7aqtWrR9cZoRAgsSAJ4iaTIN/UNPxIuh9vN3OmUtrIcGRgCgjokC j4SxZFX+djDVmdVFfwhNQjs= =L6sI -END PGP SIGNATURE- ___ $0 Web Hosting with up to 200MB web space, 1000 MB Transfer 10 Personalized POP and Web E-mail Accounts, and much more. Signup at www.doteasy.com ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution - --- Frank D. Engel, Jr. <[EMAIL PROTECTED]> $ ln -s /usr/share/kjvbible /usr/manual $ true | cat /usr/manual | grep "John 3:16" John 3:16 For God so loved the world, that
Re: Error saving standalone -- revisited yet again
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I never use the single-byte <>, <= or >= versions in any of my scripts. I just checked the only other script I may have added from an outside source since this last worked, and they are clean. I tried suppress messages and save standalone, no good. I then made an exact copy of the stack (using the Finder), opened that copy in Rev, tried saving that as a standalone. Still not working. Next, I tried commenting out the savingStandalone, preOpenStack, openStack, closeStackRequest, shutdownRequest, and closeStack handlers in my mainstack, along with the preOpenCard and openCard handlers in the first card of that stack (I'm working with the copy). I then saved the stack, quit Rev, reopened the stack, turned on Supress Messages, and tried saving the standalone. Same unhelpful error. Needless to say, this is getting rather frustrating. The stack represents several months worth of work. There are 40 substacks, one of which has 42 cards (the mainstack has 8 cards). The mainstack's script got to be so long I broke it down by adding a backscript via a field on the first card (it is added by the preOpenStack script which I commeted out -- that's why I quit Rev before trying to build again). That backscript got to be so long I forked off a *second* backscript, so that there are now two backscripts: one with 838 lines, and one with 803 lines. The mainstack script still has 473 lines , and some of the cards on my mainstack have scripts with line counts like 889 and 807... some of the substacks have scripts of over 200 lines, and a few of their cards have scripts on the order of 100+ lines. And these are just the stacks and cards! Some of the controls also have scripts of several hundred lines each. Needless to say, I can't really afford to lose this stack. I have backup copies, but with this level of complexity, backing up even a step or two could be rather costly, and if the same problems occur... Okay, one more thing I thought to try: I have a number of externals I'm using, some of them are custom ones (that I built). Rev crashes every time I build a standalone from a stack using certain externals (after displaying the message that the standalone was successfully saved, or now this error), and this is one of those stacks. I tried setting the externals of the copy (the one with all of the handlers commented out) to empty, quitting Rev, and repeating the process. Rev thinks about it a little longer now, but still comes back to the same error message. At least this time it didn't crash afterwords ;-) The destination folder (the folder created during the save process) is still not created. On May 3, 2005, at 10:50 PM, Chipp Walters wrote: Hi Frank, Here are a couple of other suggestions. 1) If you're using a Mac, make sure >= is two characters not one. 2) Try commenting out all preOpenStack/preOpenCard openStack/openCard handlers and then build the standalone. If it works, then you can assume you're doing something in the handlers which is creating problems. Enable one at a time and locate the problem handler, then debug from there. Let us know what you find. best, Chipp ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution - --- Frank D. Engel, Jr. <[EMAIL PROTECTED]> $ ln -s /usr/share/kjvbible /usr/manual $ true | cat /usr/manual | grep "John 3:16" John 3:16 For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life. $ -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin) iD8DBQFCeNUO7aqtWrR9cZoRAgsSAJ4iaTIN/UNPxIuh9vN3OmUtrIcGRgCgjokC j4SxZFX+djDVmdVFfwhNQjs= =L6sI -END PGP SIGNATURE- ___ $0 Web Hosting with up to 200MB web space, 1000 MB Transfer 10 Personalized POP and Web E-mail Accounts, and much more. Signup at www.doteasy.com ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution
Re: Error saving standalone -- revisited yet again
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm not using MetaCard (I don't have a license for that, and have never even tried it), and I never did anything to add a nonempty resource fork to my stack (technically, all files on an HFS filesystem have a resource fork, but they are typically empty). ls -l /rsrc shows a resource fork with a zero length, so that cannot be it. On May 4, 2005, at 2:58 AM, Signe Marie Sanne wrote: Frank D. Engel, Jr. skrev: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay, I'm getting the infamous "There was an error while saving the standalone application" message for just one specific stack. * I checked to ensure that the stack had a .rev extension, it does. * I tried saving to a new empty folder on my desktop. Nope. * I tried saving to my home directory. Still not working. * I tried other stacks, they worked fine. * I ran repair disk permissions and tried again, still no good. * I tried saving to a new empty folder at the root level of my hard drive. Same problem. Mac OS X 10.3.9 Any clues? I had the same problem earlier on when I had opened a MetaCard stack with resources (answer/ask stacks etc)included. I had to go back to MetaCard, remove the resources before being able to save the stack as a rev stack. Could this be the cause? -- Signe Marie Sanne 1. amanuensis/Senior lecturer Romansk institutt Tlf.+47 55 58 21 27 Øisteins gt. 1 Epost: [EMAIL PROTECTED] Universitetet i Bergen http://www.hf.uib.no/hfolk/mlab/Info/sms.html ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution - --- Frank D. Engel, Jr. <[EMAIL PROTECTED]> $ ln -s /usr/share/kjvbible /usr/manual $ true | cat /usr/manual | grep "John 3:16" John 3:16 For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life. $ -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin) iD8DBQFCeM6x7aqtWrR9cZoRAuVNAJsH705q+fFYBLVk2SG/HLBQ2xxDVACfc8lB w67Di/A87GZ6bRi7LuUCUdU= =31S2 -END PGP SIGNATURE- ___ $0 Web Hosting with up to 200MB web space, 1000 MB Transfer 10 Personalized POP and Web E-mail Accounts, and much more. Signup at www.doteasy.com ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution
Re: Error saving standalone -- revisited yet again
Frank D. Engel, Jr. skrev: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay, I'm getting the infamous "There was an error while saving the standalone application" message for just one specific stack. * I checked to ensure that the stack had a .rev extension, it does. * I tried saving to a new empty folder on my desktop. Nope. * I tried saving to my home directory. Still not working. * I tried other stacks, they worked fine. * I ran repair disk permissions and tried again, still no good. * I tried saving to a new empty folder at the root level of my hard drive. Same problem. Mac OS X 10.3.9 Any clues? I had the same problem earlier on when I had opened a MetaCard stack with resources (answer/ask stacks etc)included. I had to go back to MetaCard, remove the resources before being able to save the stack as a rev stack. Could this be the cause? -- Signe Marie Sanne 1. amanuensis/Senior lecturer Romansk institutt Tlf.+47 55 58 21 27 Øisteins gt. 1 Epost: [EMAIL PROTECTED] Universitetet i Bergen http://www.hf.uib.no/hfolk/mlab/Info/sms.html ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution
Re: Error saving standalone -- revisited yet again
Hi Frank, Here are a couple of other suggestions. 1) If you're using a Mac, make sure >= is two characters not one. 2) Try commenting out all preOpenStack/preOpenCard openStack/openCard handlers and then build the standalone. If it works, then you can assume you're doing something in the handlers which is creating problems. Enable one at a time and locate the problem handler, then debug from there. Let us know what you find. best, Chipp ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution
Re: Error saving standalone -- revisited yet again
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay, so I did try it tonight... Either way (OS X only or Win32 only) still gives the error. On May 3, 2005, at 8:06 PM, Frank D. Engel, Jr. wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have several other stacks already which are working fine. It's the biggest, most important one which is causing all the problems. Just this one specific stack. Doing one at a time sounds good, didn't try that yet. I'll try that first thing tomorrow morning. On May 3, 2005, at 6:33 PM, Varen Swaab wrote: Frank, Also, have you tried to create an entirely new mainstack, add a button or two and save that as a standalone? It'd be interesting to see if that works.. One other thought is to disable saving to either/or the Mac and Windows flavors, just do one at a time. Var On 5/3/05 3:10 PM, "Sarah Reichelt" <[EMAIL PROTECTED]> wrote: I would add only 2 things to your list, which I expect you have done, but just to have a complete list in the archives: * don't use any weird characters in file, folder or app names * specify inclusions instead of asking Rev to search Sarah On 4 May 2005, at 1:15 AM, Frank D. Engel, Jr. wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay, I'm getting the infamous "There was an error while saving the standalone application" message for just one specific stack. * I checked to ensure that the stack had a .rev extension, it does. * I tried saving to a new empty folder on my desktop. Nope. * I tried saving to my home directory. Still not working. * I tried other stacks, they worked fine. * I ran repair disk permissions and tried again, still no good. * I tried saving to a new empty folder at the root level of my hard drive. Same problem. Mac OS X 10.3.9 Any clues? - --- Frank D. Engel, Jr. <[EMAIL PROTECTED]> $ ln -s /usr/share/kjvbible /usr/manual $ true | cat /usr/manual | grep "John 3:16" John 3:16 For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life. $ -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin) iD8DBQFCd5Vn7aqtWrR9cZoRAilGAJ9X5svFMlaB8oTdaMSvXID6EUJQRwCfSIYu VdCyprWZxgsPV/gQ5+WUAPQ= =1wUD -END PGP SIGNATURE- ___ $0 Web Hosting with up to 200MB web space, 1000 MB Transfer 10 Personalized POP and Web E-mail Accounts, and much more. Signup at www.doteasy.com ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution Varen Swaab ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution - --- Frank D. Engel, Jr. <[EMAIL PROTECTED]> $ ln -s /usr/share/kjvbible /usr/manual $ true | cat /usr/manual | grep "John 3:16" John 3:16 For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life. $ -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin) iD8DBQFCeBIR7aqtWrR9cZoRAi6mAJ4w75xvQ7fiwRhwu6XMxVV+syiZOgCaA14+ +v521rKvtkd2BgEuf0hZIfg= =CI9i -END PGP SIGNATURE- ___ $0 Web Hosting with up to 200MB web space, 1000 MB Transfer 10 Personalized POP and Web E-mail Accounts, and much more. Signup at www.doteasy.com ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution - --- Frank D. Engel, Jr. <[EMAIL PROTECTED]> $ ln -s /usr/share/kjvbible /usr/manual $ true | cat /usr/manual | grep "John 3:16" John 3:16 For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life. $ -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin) iD8DBQFCeBQh7aqtWrR9cZoRAkTqAKCLWRY5A6vuZRyvRN3qAvEXWxc6XQCdHs/y SfQygb1aN0gWqWYAjOYoAT4= =3dno -END PGP SIGNATURE- ___ $0 Web Hosting with up to 200MB web space, 1000 MB Transfer 10 Personalized POP and Web E-mail Accounts, and much more. Signup at www.doteasy.com ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution
Re: Error saving standalone -- revisited yet again
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The passwords are added to the final stack by Standalone Builder. My source stacks are not password protected. This worked fine until recently. I think the last time I built this stack as a standalone was under 10.3.8, and I've just upgraded to 10.3.9 recently. I wonder if that might be related? On May 3, 2005, at 7:38 PM, J. Landman Gay wrote: On 5/3/05 3:27 PM, Frank D. Engel, Jr. wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 There are no non-ASCII characters in the filename. The standalone app settings are definitely set to allow me to specify the inclusions myself rather than having them searched for. I am building for both OS X and Windows; no Classic Mac or UNIX/Linux builds. There is only a single main stack in the entire app, everything else is a substack of that stack. One more thing I just thought of: you can't build a password-protected stack. Is this one passworded? -- Jacqueline Landman Gay | [EMAIL PROTECTED] HyperActive Software | http://www.hyperactivesw.com ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution - --- Frank D. Engel, Jr. <[EMAIL PROTECTED]> $ ln -s /usr/share/kjvbible /usr/manual $ true | cat /usr/manual | grep "John 3:16" John 3:16 For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life. $ -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin) iD8DBQFCeBJj7aqtWrR9cZoRAm7TAJ9A9LkfNKsee8b/hZblDfmUKwmnzACdHmsC 8jA5F82X6y4lqfhE4PjvuQk= =hSsv -END PGP SIGNATURE- ___ $0 Web Hosting with up to 200MB web space, 1000 MB Transfer 10 Personalized POP and Web E-mail Accounts, and much more. Signup at www.doteasy.com ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution
Re: Error saving standalone -- revisited yet again
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have several other stacks already which are working fine. It's the biggest, most important one which is causing all the problems. Just this one specific stack. Doing one at a time sounds good, didn't try that yet. I'll try that first thing tomorrow morning. On May 3, 2005, at 6:33 PM, Varen Swaab wrote: Frank, Also, have you tried to create an entirely new mainstack, add a button or two and save that as a standalone? It'd be interesting to see if that works.. One other thought is to disable saving to either/or the Mac and Windows flavors, just do one at a time. Var On 5/3/05 3:10 PM, "Sarah Reichelt" <[EMAIL PROTECTED]> wrote: I would add only 2 things to your list, which I expect you have done, but just to have a complete list in the archives: * don't use any weird characters in file, folder or app names * specify inclusions instead of asking Rev to search Sarah On 4 May 2005, at 1:15 AM, Frank D. Engel, Jr. wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay, I'm getting the infamous "There was an error while saving the standalone application" message for just one specific stack. * I checked to ensure that the stack had a .rev extension, it does. * I tried saving to a new empty folder on my desktop. Nope. * I tried saving to my home directory. Still not working. * I tried other stacks, they worked fine. * I ran repair disk permissions and tried again, still no good. * I tried saving to a new empty folder at the root level of my hard drive. Same problem. Mac OS X 10.3.9 Any clues? - --- Frank D. Engel, Jr. <[EMAIL PROTECTED]> $ ln -s /usr/share/kjvbible /usr/manual $ true | cat /usr/manual | grep "John 3:16" John 3:16 For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life. $ -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin) iD8DBQFCd5Vn7aqtWrR9cZoRAilGAJ9X5svFMlaB8oTdaMSvXID6EUJQRwCfSIYu VdCyprWZxgsPV/gQ5+WUAPQ= =1wUD -END PGP SIGNATURE- ___ $0 Web Hosting with up to 200MB web space, 1000 MB Transfer 10 Personalized POP and Web E-mail Accounts, and much more. Signup at www.doteasy.com ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution Varen Swaab ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution - --- Frank D. Engel, Jr. <[EMAIL PROTECTED]> $ ln -s /usr/share/kjvbible /usr/manual $ true | cat /usr/manual | grep "John 3:16" John 3:16 For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life. $ -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin) iD8DBQFCeBIR7aqtWrR9cZoRAi6mAJ4w75xvQ7fiwRhwu6XMxVV+syiZOgCaA14+ +v521rKvtkd2BgEuf0hZIfg= =CI9i -END PGP SIGNATURE- ___ $0 Web Hosting with up to 200MB web space, 1000 MB Transfer 10 Personalized POP and Web E-mail Accounts, and much more. Signup at www.doteasy.com ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution
Re: Error saving standalone -- revisited yet again
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Both are already covered ;-) On May 3, 2005, at 6:10 PM, Sarah Reichelt wrote: I would add only 2 things to your list, which I expect you have done, but just to have a complete list in the archives: * don't use any weird characters in file, folder or app names * specify inclusions instead of asking Rev to search Sarah On 4 May 2005, at 1:15 AM, Frank D. Engel, Jr. wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay, I'm getting the infamous "There was an error while saving the standalone application" message for just one specific stack. * I checked to ensure that the stack had a .rev extension, it does. * I tried saving to a new empty folder on my desktop. Nope. * I tried saving to my home directory. Still not working. * I tried other stacks, they worked fine. * I ran repair disk permissions and tried again, still no good. * I tried saving to a new empty folder at the root level of my hard drive. Same problem. Mac OS X 10.3.9 Any clues? - --- Frank D. Engel, Jr. <[EMAIL PROTECTED]> $ ln -s /usr/share/kjvbible /usr/manual $ true | cat /usr/manual | grep "John 3:16" John 3:16 For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life. $ -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin) iD8DBQFCd5Vn7aqtWrR9cZoRAilGAJ9X5svFMlaB8oTdaMSvXID6EUJQRwCfSIYu VdCyprWZxgsPV/gQ5+WUAPQ= =1wUD -END PGP SIGNATURE- ___ $0 Web Hosting with up to 200MB web space, 1000 MB Transfer 10 Personalized POP and Web E-mail Accounts, and much more. Signup at www.doteasy.com ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution - --- Frank D. Engel, Jr. <[EMAIL PROTECTED]> $ ln -s /usr/share/kjvbible /usr/manual $ true | cat /usr/manual | grep "John 3:16" John 3:16 For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life. $ -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin) iD8DBQFCeBHI7aqtWrR9cZoRAhAaAJ9e0oHqNyxQ0O8fl7mrHSBFCtHV1wCfT1bS anZxCCTgshvWtyiUqSVC390= =2OEp -END PGP SIGNATURE- ___ $0 Web Hosting with up to 200MB web space, 1000 MB Transfer 10 Personalized POP and Web E-mail Accounts, and much more. Signup at www.doteasy.com ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution
Re: Error saving standalone -- revisited yet again
Okay, I'm getting the infamous "There was an error while saving the standalone application" message for just one specific stack. * I checked to ensure that the stack had a .rev extension, it does. * I tried saving to a new empty folder on my desktop. Nope. * I tried saving to my home directory. Still not working. * I tried other stacks, they worked fine. * I ran repair disk permissions and tried again, still no good. * I tried saving to a new empty folder at the root level of my hard drive. Same problem. Mac OS X 10.3.9 Any clues? Please send me the stack offlist and I'll work out the problem. Cheers Monte ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution
Re: Error saving standalone -- revisited yet again
On 5/3/05 3:27 PM, Frank D. Engel, Jr. wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 There are no non-ASCII characters in the filename. The standalone app settings are definitely set to allow me to specify the inclusions myself rather than having them searched for. I am building for both OS X and Windows; no Classic Mac or UNIX/Linux builds. There is only a single main stack in the entire app, everything else is a substack of that stack. One more thing I just thought of: you can't build a password-protected stack. Is this one passworded? -- Jacqueline Landman Gay | [EMAIL PROTECTED] HyperActive Software | http://www.hyperactivesw.com ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution
Re: Error saving standalone -- revisited yet again
Frank, Also, have you tried to create an entirely new mainstack, add a button or two and save that as a standalone? It'd be interesting to see if that works.. One other thought is to disable saving to either/or the Mac and Windows flavors, just do one at a time. Var On 5/3/05 3:10 PM, "Sarah Reichelt" <[EMAIL PROTECTED]> wrote: > I would add only 2 things to your list, which I expect you have done, > but just to have a complete list in the archives: > > * don't use any weird characters in file, folder or app names > * specify inclusions instead of asking Rev to search > > Sarah > > On 4 May 2005, at 1:15 AM, Frank D. Engel, Jr. wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Okay, I'm getting the infamous "There was an error while saving the >> standalone application" message for just one specific stack. >> >> * I checked to ensure that the stack had a .rev extension, it does. >> * I tried saving to a new empty folder on my desktop. Nope. >> * I tried saving to my home directory. Still not working. >> * I tried other stacks, they worked fine. >> * I ran repair disk permissions and tried again, still no good. >> * I tried saving to a new empty folder at the root level of my hard >> drive. Same problem. >> >> Mac OS X 10.3.9 >> >> Any clues? >> >> - --- >> Frank D. Engel, Jr. <[EMAIL PROTECTED]> >> >> $ ln -s /usr/share/kjvbible /usr/manual >> $ true | cat /usr/manual | grep "John 3:16" >> John 3:16 For God so loved the world, that he gave his only begotten >> Son, that whosoever believeth in him should not perish, but have >> everlasting life. >> $ -BEGIN PGP SIGNATURE- >> Version: GnuPG v1.2.4 (Darwin) >> >> iD8DBQFCd5Vn7aqtWrR9cZoRAilGAJ9X5svFMlaB8oTdaMSvXID6EUJQRwCfSIYu >> VdCyprWZxgsPV/gQ5+WUAPQ= >> =1wUD >> -END PGP SIGNATURE- >> >> >> >> ___ >> $0 Web Hosting with up to 200MB web space, 1000 MB Transfer >> 10 Personalized POP and Web E-mail Accounts, and much more. >> Signup at www.doteasy.com >> >> ___ >> use-revolution mailing list >> use-revolution@lists.runrev.com >> http://lists.runrev.com/mailman/listinfo/use-revolution >> >> >> > > ___ > use-revolution mailing list > use-revolution@lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > > > > Varen Swaab ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution
Re: Error saving standalone -- revisited yet again
I would add only 2 things to your list, which I expect you have done, but just to have a complete list in the archives: * don't use any weird characters in file, folder or app names * specify inclusions instead of asking Rev to search Sarah On 4 May 2005, at 1:15 AM, Frank D. Engel, Jr. wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay, I'm getting the infamous "There was an error while saving the standalone application" message for just one specific stack. * I checked to ensure that the stack had a .rev extension, it does. * I tried saving to a new empty folder on my desktop. Nope. * I tried saving to my home directory. Still not working. * I tried other stacks, they worked fine. * I ran repair disk permissions and tried again, still no good. * I tried saving to a new empty folder at the root level of my hard drive. Same problem. Mac OS X 10.3.9 Any clues? - --- Frank D. Engel, Jr. <[EMAIL PROTECTED]> $ ln -s /usr/share/kjvbible /usr/manual $ true | cat /usr/manual | grep "John 3:16" John 3:16 For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life. $ -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin) iD8DBQFCd5Vn7aqtWrR9cZoRAilGAJ9X5svFMlaB8oTdaMSvXID6EUJQRwCfSIYu VdCyprWZxgsPV/gQ5+WUAPQ= =1wUD -END PGP SIGNATURE- ___ $0 Web Hosting with up to 200MB web space, 1000 MB Transfer 10 Personalized POP and Web E-mail Accounts, and much more. Signup at www.doteasy.com ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution
Re: Error saving standalone -- revisited yet again
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay, just tried that. Same problem. On May 3, 2005, at 5:05 PM, Varen Swaab wrote: Frank, Have you tried to enable *all* of the libraries, even the ones you're sure you don't need... that's what I'd do Var On 5/3/05 1:27 PM, "Frank D. Engel, Jr." <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 There are no non-ASCII characters in the filename. The standalone app settings are definitely set to allow me to specify the inclusions myself rather than having them searched for. I am building for both OS X and Windows; no Classic Mac or UNIX/Linux builds. There is only a single main stack in the entire app, everything else is a substack of that stack. On May 3, 2005, at 3:08 PM, Varen Swaab wrote: Frank, I'm a very new user and I'm not sure my help would be that valuable but I've struggled with the identical problem and here's what I discovered... - Someone, somewhere suggested to change the preferences in the "Standalone Application Settings to NOT search for required inclusions when saving, select your own appropriate libraries instead. Once I did this 90% of my problem went away. - The other 10% would happen when I didn't have my stacks properly nested and had transcript code pointing to stacks that were supposed to be substacks but, for whatever reason, I made them into mainstacks instead. Once I either corrected the hierarchy of stacks, or fixed the transcript the standalone error went away. Hope this helps. Var On 5/3/05 8:14 AM, "Frank D. Engel, Jr." <[EMAIL PROTECTED]> wrote: Okay, I'm getting the infamous "There was an error while saving the standalone application" message for just one specific stack. * I checked to ensure that the stack had a .rev extension, it does. * I tried saving to a new empty folder on my desktop. Nope. * I tried saving to my home directory. Still not working. * I tried other stacks, they worked fine. * I ran repair disk permissions and tried again, still no good. * I tried saving to a new empty folder at the root level of my hard drive. Same problem. Mac OS X 10.3.9 Any clues? - --- Frank D. Engel, Jr. <[EMAIL PROTECTED]> $ ln -s /usr/share/kjvbible /usr/manual $ true | cat /usr/manual | grep "John 3:16" John 3:16 For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life. $ -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin) iD8DBQFCd97O7aqtWrR9cZoRAhUmAJ9KFYjkDnBz1seSXYddgthGMx6SPACeIiia B7/pC2WG+k0L8bv8UkwtmAA= =Fvnt -END PGP SIGNATURE- ___ $0 Web Hosting with up to 200MB web space, 1000 MB Transfer 10 Personalized POP and Web E-mail Accounts, and much more. Signup at www.doteasy.com ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution Varen Swaab ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution - --- Frank D. Engel, Jr. <[EMAIL PROTECTED]> $ ln -s /usr/share/kjvbible /usr/manual $ true | cat /usr/manual | grep "John 3:16" John 3:16 For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life. $ -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin) iD8DBQFCd+lj7aqtWrR9cZoRAlWjAJ0ZdIco4wh5GLFrtLQRJ4YAyQ1fAACfVALX f9j0iBZoXL+Zxhw1qmrAB+s= =1uS9 -END PGP SIGNATURE- ___ $0 Web Hosting with up to 200MB web space, 1000 MB Transfer 10 Personalized POP and Web E-mail Accounts, and much more. Signup at www.doteasy.com ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution
Re: Error saving standalone -- revisited yet again
Frank, Have you tried to enable *all* of the libraries, even the ones you're sure you don't need... that's what I'd do Var On 5/3/05 1:27 PM, "Frank D. Engel, Jr." <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > There are no non-ASCII characters in the filename. > > The standalone app settings are definitely set to allow me to specify > the inclusions myself rather than having them searched for. > > I am building for both OS X and Windows; no Classic Mac or UNIX/Linux > builds. > > There is only a single main stack in the entire app, everything else is > a substack of that stack. > > > On May 3, 2005, at 3:08 PM, Varen Swaab wrote: > >> Frank, >> >> I'm a very new user and I'm not sure my help would be that valuable >> but I've >> struggled with the identical problem and here's what I discovered... >> >> - Someone, somewhere suggested to change the preferences in the >> "Standalone >> Application Settings to NOT search for required inclusions when saving, >> select your own appropriate libraries instead. Once I did this 90% of >> my >> problem went away. >> - The other 10% would happen when I didn't have my stacks properly >> nested >> and had transcript code pointing to stacks that were supposed to be >> substacks but, for whatever reason, I made them into mainstacks >> instead. >> Once I either corrected the hierarchy of stacks, or fixed the >> transcript the >> standalone error went away. >> >> Hope this helps. >> >> Var >> >> >> On 5/3/05 8:14 AM, "Frank D. Engel, Jr." <[EMAIL PROTECTED]> wrote: >> >>> Okay, I'm getting the infamous "There was an error while saving the >>> standalone application" message for just one specific stack. >>> >>> * I checked to ensure that the stack had a .rev extension, it does. >>> * I tried saving to a new empty folder on my desktop. Nope. >>> * I tried saving to my home directory. Still not working. >>> * I tried other stacks, they worked fine. >>> * I ran repair disk permissions and tried again, still no good. >>> * I tried saving to a new empty folder at the root level of my hard >>> drive. Same problem. >>> >>> Mac OS X 10.3.9 >>> >>> Any clues? > - --- > Frank D. Engel, Jr. <[EMAIL PROTECTED]> > > $ ln -s /usr/share/kjvbible /usr/manual > $ true | cat /usr/manual | grep "John 3:16" > John 3:16 For God so loved the world, that he gave his only begotten > Son, that whosoever believeth in him should not perish, but have > everlasting life. > $ > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.2.4 (Darwin) > > iD8DBQFCd97O7aqtWrR9cZoRAhUmAJ9KFYjkDnBz1seSXYddgthGMx6SPACeIiia > B7/pC2WG+k0L8bv8UkwtmAA= > =Fvnt > -END PGP SIGNATURE- > > > > ___ > $0 Web Hosting with up to 200MB web space, 1000 MB Transfer > 10 Personalized POP and Web E-mail Accounts, and much more. > Signup at www.doteasy.com > > ___ > use-revolution mailing list > use-revolution@lists.runrev.com > http://lists.runrev.com/mailman/listinfo/use-revolution > > > > Varen Swaab ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution
Re: Error saving standalone -- revisited yet again
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 There are no non-ASCII characters in the filename. The standalone app settings are definitely set to allow me to specify the inclusions myself rather than having them searched for. I am building for both OS X and Windows; no Classic Mac or UNIX/Linux builds. There is only a single main stack in the entire app, everything else is a substack of that stack. On May 3, 2005, at 3:08 PM, Varen Swaab wrote: Frank, I'm a very new user and I'm not sure my help would be that valuable but I've struggled with the identical problem and here's what I discovered... - Someone, somewhere suggested to change the preferences in the "Standalone Application Settings to NOT search for required inclusions when saving, select your own appropriate libraries instead. Once I did this 90% of my problem went away. - The other 10% would happen when I didn't have my stacks properly nested and had transcript code pointing to stacks that were supposed to be substacks but, for whatever reason, I made them into mainstacks instead. Once I either corrected the hierarchy of stacks, or fixed the transcript the standalone error went away. Hope this helps. Var On 5/3/05 8:14 AM, "Frank D. Engel, Jr." <[EMAIL PROTECTED]> wrote: Okay, I'm getting the infamous "There was an error while saving the standalone application" message for just one specific stack. * I checked to ensure that the stack had a .rev extension, it does. * I tried saving to a new empty folder on my desktop. Nope. * I tried saving to my home directory. Still not working. * I tried other stacks, they worked fine. * I ran repair disk permissions and tried again, still no good. * I tried saving to a new empty folder at the root level of my hard drive. Same problem. Mac OS X 10.3.9 Any clues? - --- Frank D. Engel, Jr. <[EMAIL PROTECTED]> $ ln -s /usr/share/kjvbible /usr/manual $ true | cat /usr/manual | grep "John 3:16" John 3:16 For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life. $ -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin) iD8DBQFCd97O7aqtWrR9cZoRAhUmAJ9KFYjkDnBz1seSXYddgthGMx6SPACeIiia B7/pC2WG+k0L8bv8UkwtmAA= =Fvnt -END PGP SIGNATURE- ___ $0 Web Hosting with up to 200MB web space, 1000 MB Transfer 10 Personalized POP and Web E-mail Accounts, and much more. Signup at www.doteasy.com ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution
Re: Error saving standalone -- revisited yet again
Frank, I'm a very new user and I'm not sure my help would be that valuable but I've struggled with the identical problem and here's what I discovered... - Someone, somewhere suggested to change the preferences in the "Standalone Application Settings to NOT search for required inclusions when saving, select your own appropriate libraries instead. Once I did this 90% of my problem went away. - The other 10% would happen when I didn't have my stacks properly nested and had transcript code pointing to stacks that were supposed to be substacks but, for whatever reason, I made them into mainstacks instead. Once I either corrected the hierarchy of stacks, or fixed the transcript the standalone error went away. Hope this helps. Var On 5/3/05 8:14 AM, "Frank D. Engel, Jr." <[EMAIL PROTECTED]> wrote: > Okay, I'm getting the infamous "There was an error while saving the > standalone application" message for just one specific stack. > > * I checked to ensure that the stack had a .rev extension, it does. > * I tried saving to a new empty folder on my desktop. Nope. > * I tried saving to my home directory. Still not working. > * I tried other stacks, they worked fine. > * I ran repair disk permissions and tried again, still no good. > * I tried saving to a new empty folder at the root level of my hard > drive. Same problem. > > Mac OS X 10.3.9 > > Any clues? > > > > Varen Swaab ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution
Re: Error saving standalone -- revisited yet again
On 5/3/05 10:14 AM, Frank D. Engel, Jr. wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay, I'm getting the infamous "There was an error while saving the standalone application" message for just one specific stack. * I checked to ensure that the stack had a .rev extension, it does. * I tried saving to a new empty folder on my desktop. Nope. * I tried saving to my home directory. Still not working. * I tried other stacks, they worked fine. * I ran repair disk permissions and tried again, still no good. * I tried saving to a new empty folder at the root level of my hard drive. Same problem. Mac OS X 10.3.9 Any clues? Do you have any non-ascii characters in the file name? -- Jacqueline Landman Gay | [EMAIL PROTECTED] HyperActive Software | http://www.hyperactivesw.com ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution