livecode crashing on making standalone

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
bbalmerTotalFluency
Posts: 84
Joined: Mon Apr 06, 2020 1:19 pm
Contact:

livecode crashing on making standalone

Post by bbalmerTotalFluency » Wed Jun 19, 2024 4:51 pm

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
Last edited by bbalmerTotalFluency on Thu Jun 20, 2024 5:05 pm, edited 4 times in total.

stam
Posts: 3064
Joined: Sun Jun 04, 2006 9:39 pm

Re: livecode crashing on making standalone

Post by stam » Wed Jun 19, 2024 5:26 pm

You can and probably should suppress messages when building

bbalmerTotalFluency
Posts: 84
Joined: Mon Apr 06, 2020 1:19 pm
Contact:

Re: livecode crashing on making standalone

Post by bbalmerTotalFluency » Thu Jun 20, 2024 6:15 am

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

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10309
Joined: Wed May 06, 2009 2:28 pm

Re: livecode crashing on making standalone

Post by dunbarx » Thu Jun 20, 2024 3:17 pm

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.
You can and probably should suppress messages when building
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?

Craig

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7390
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: livecode crashing on making standalone

Post by jacque » Thu Jun 20, 2024 9:53 pm

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.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10044
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: livecode crashing on making standalone

Post by FourthWorld » Thu Jun 20, 2024 10:18 pm

jacque wrote:
Thu Jun 20, 2024 9:53 pm
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.
Do we have an open bug report on this? User experiences like this will hurt adoption.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

stam
Posts: 3064
Joined: Sun Jun 04, 2006 9:39 pm

Re: livecode crashing on making standalone

Post by stam » Fri Jun 21, 2024 2:21 pm

jacque wrote:
Thu Jun 20, 2024 9:53 pm
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.
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…

Post Reply