livecode crashing on making standalone
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 84
- Joined: Mon Apr 06, 2020 1:19 pm
- Contact:
livecode crashing on making standalone
Hi:
I've resolved this already after a rather tedious 5 hours. Thought I'd document this here in case it is useful to anyone - as I couldn't find anything on line about it.
The short update on how I mostly 95% fixed the problem.
1. suppressed messages as per the brilliant suggestion below - that made a huge difference
2. make sure you don't build it to the desktop. That causes trouble. In the end I built to /Users/bruce
3. Still not completely solved I found, for reasons I don't understand, that if I navigate to a blank card I made, that really helps too.
Bruce
I've resolved this already after a rather tedious 5 hours. Thought I'd document this here in case it is useful to anyone - as I couldn't find anything on line about it.
The short update on how I mostly 95% fixed the problem.
1. suppressed messages as per the brilliant suggestion below - that made a huge difference
2. make sure you don't build it to the desktop. That causes trouble. In the end I built to /Users/bruce
3. Still not completely solved I found, for reasons I don't understand, that if I navigate to a blank card I made, that really helps too.
Bruce
Last edited by bbalmerTotalFluency on Thu Jun 20, 2024 5:05 pm, edited 4 times in total.
Re: livecode crashing on making standalone
You can and probably should suppress messages when building
-
- Posts: 84
- Joined: Mon Apr 06, 2020 1:19 pm
- Contact:
Re: livecode crashing on making standalone
that hasn't SOLVED my problem, but it has mitigated it by about 80-90%. So thanks for that.
I had never heard of suppressing messages while building; very logical in hindsight.
Bruce
I had never heard of suppressing messages while building; very logical in hindsight.
Bruce
Re: livecode crashing on making standalone
The problem was that loading my app automatically caused the appearance of an answer dialogue box. And THAT was the source of all my trouble.
I make standalones all the time, involving a splash stack along with a main stack with substacks, If I have messages suppressed the build always fails. What am I missing?You can and probably should suppress messages when building
Craig
Re: livecode crashing on making standalone
I'm not sure the IDE honors suppressing messages, since it now leaves messaging open while building. It didn't used to but that was changed in LC 9.x. The workaround is this: https://www.mail-archive.com/use-liveco ... 98034.html
Not convenient, but usually works. I wish they'd left it alone as it was before.
Not convenient, but usually works. I wish they'd left it alone as it was before.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
-
- VIP Livecode Opensource Backer
- Posts: 10044
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: livecode crashing on making standalone
Do we have an open bug report on this? User experiences like this will hurt adoption.jacque wrote: ↑Thu Jun 20, 2024 9:53 pmI'm not sure the IDE honors suppressing messages, since it now leaves messaging open while building. It didn't used to but that was changed in LC 9.x. The workaround is this: https://www.mail-archive.com/use-liveco ... 98034.html
Not convenient, but usually works. I wish they'd left it alone as it was before.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: livecode crashing on making standalone
Im sure you’re right, but it did solve my problems when building win/macos apps on macOS… so I do this as a matter of course, as I’ve not had any ill effects from doing this…jacque wrote: ↑Thu Jun 20, 2024 9:53 pmI'm not sure the IDE honors suppressing messages, since it now leaves messaging open while building. It didn't used to but that was changed in LC 9.x. The workaround is this: https://www.mail-archive.com/use-liveco ... 98034.html
Not convenient, but usually works. I wish they'd left it alone as it was before.