MacOS Monterey and LiveCloud?

Want to talk about something that isn't covered by another category?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
stam
Posts: 3209
Joined: Sun Jun 04, 2006 9:39 pm

MacOS Monterey and LiveCloud?

Post by stam »

Hi all,

Slightly OT, so i've posted here rather than in Bug Triage.
By and large the upgrade to Monterey has not introduced any bugs in LC for me so far.

However LiveCloud is possibly an unforeseen casualty of the upgrade - while this continues to work entirely normally with LC (IDE and apps), LiveCloudManager (their tool for managing the projects/databases) hangs on every single launch since upgrading to Monterey. While this doesn't really affect existing projects, it is a PITA for creating new projects/databases.

I've already reached out to Mark Talluto, apparently there are no other reports of this happening.

Is anyone else using LiveCloud on Monterey? Is this an issue or is it just me?
(or if on Monterey, would anyone be willing download their free client from the website and see if this is a reproducible issue?)

Many thanks
Stam
LCMark
Livecode Staff Member
Livecode Staff Member
Posts: 1235
Joined: Thu Apr 11, 2013 11:27 am

Re: MacOS Monterey and LiveCloud?

Post by LCMark »

I can confirm this issue with the LiveCloud Manager app on Monterey - it launches, SpiceKit says its downloading stuff, and then it hangs.

In the system log I get lots of:

Code: Select all

default	12:00:32.336637+0000	kernel	ASP: Library load (/private/var/tmp/ffi7u9CRh) rejected: library load disallowed by system policy
error	12:00:32.336584+0000	syspolicyd	Disallowing load of <private> in 36442, <private>
error	12:00:32.337040+0000	syspolicyd	Unable (errno: 2) to read file at <private> for process path: <private> library path: <private>
I'm guessing it is unpacking a shared library to somewhere which Monterey does not let you load from...
richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10415
Joined: Fri Feb 19, 2010 10:17 am

Re: MacOS Monterey and LiveCloud?

Post by richmond62 »

MacOS Monterey gets "extremely prickly" about access of apps to folders and disks,
often asking you to grant permission to access them.
stam
Posts: 3209
Joined: Sun Jun 04, 2006 9:39 pm

Re: MacOS Monterey and LiveCloud?

Post by stam »

LCMark wrote: Tue Nov 09, 2021 1:02 pm I can confirm this issue with the LiveCloud Manager app on Monterey - it launches, SpiceKit says its downloading stuff, and then it hangs.

In the system log I get lots of:

Code: Select all

default	12:00:32.336637+0000	kernel	ASP: Library load (/private/var/tmp/ffi7u9CRh) rejected: library load disallowed by system policy
error	12:00:32.336584+0000	syspolicyd	Disallowing load of <private> in 36442, <private>
error	12:00:32.337040+0000	syspolicyd	Unable (errno: 2) to read file at <private> for process path: <private> library path: <private>
I'm guessing it is unpacking a shared library to somewhere which Monterey does not let you load from...
Thanks for confirming Mark - will forward on...
Stam
stam
Posts: 3209
Joined: Sun Jun 04, 2006 9:39 pm

Re: MacOS Monterey and LiveCloud?

Post by stam »

Just a quick note to say Mark Talluto and the LiveCloud team have confirmed and resolved the Monterey issue (and fixed an annoying UI bug at the same time ;) )
Should auto-update next time LCM runs.

Stam
mtalluto
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 128
Joined: Tue Apr 11, 2006 7:02 pm
Contact:

Re: MacOS Monterey and LiveCloud?

Post by mtalluto »

The fix to the hang was to switch to LC 9.6.5 rc2. We rebuilt the standalone and everything worked in macOS 12. No code changes.
Mark Talluto
--
Canela
design - develop - deploy: https://appli.io
Database and Cloud for LiveCode Developers: https://livecloud.io
Company: https://canelasoftware.com
Post Reply