A stack "revCursors" is already in memory.
J. Landman Gay
jacque at hyperactivesw.com
Thu Jul 6 17:12:49 EDT 2023
On 7/6/23 9:26 AM, Paul Dupuis via use-livecode wrote:
> I have a new Livecode 9.6.9 install on a new Windows 11 laptop. It was working normally for a
> while, and, now, whenever I launch it, I get a warning message:
>
> A stack "revCursors" is already in memory. The Livecode UI does not ... etc..
>
> Can someone advise what I need to do to address this? I seem to recall this problem has been
> seen before.
I think it happens when you include cursors in a standalone build. Sometimes LC adds it to your
stack as well as to the executable. When LC launches it see both the one in the stack and the
one in the IDE.
Check the substacks of your mainstack. If revCursors is in there, delete it.
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list