2022.1 with "osascript wants to make changes" message

Posted on
Sun Oct 30, 2022 2:04 pm
T-Power offline
User avatar
Posts: 220
Joined: May 10, 2010

2022.1 with "osascript wants to make changes" message

Hello Good People,

This week I updated my quiet but working 7.5 to the newest 2022.1.
I am getting a constant popup "osascript wants to make changes" message. Just occurred while typing this message.

The Activity Monitor points osascript to IndigoServer (556).
Can someone please help me with this issue that I did not have in 7.5v
Included are a couple of images.

Thank you kindly
Attachments
%22osascript wants to make changes%22 message 3.png
%22osascript wants to make changes%22 message 3.png (199.64 KiB) Viewed 931 times
%22osascript wants to make changes%22 message 2.png
%22osascript wants to make changes%22 message 2.png (428.72 KiB) Viewed 931 times
%22osascript wants to make changes%22 message 1.png
%22osascript wants to make changes%22 message 1.png (349.93 KiB) Viewed 931 times

MacMini 2.3 GHz Intel Core i7 16GB DDR3
Indigo Pro 2022.1 macOS Mojave 10.14.6

Posted on
Sun Oct 30, 2022 3:39 pm
matt (support) offline
Site Admin
User avatar
Posts: 21417
Joined: Jan 27, 2003
Location: Texas

Re: 2022.1 with "osascript wants to make changes" message

You have an external AppleScript file (likely with extension .scpt) that is trying to do something macOS wants permission to complete first. That script file is being executed most likely as an Action inside Indigo (in a Trigger, Schedule, or a control on a Control Page). From the Activity Monitor app choose the Open Files and Ports tab for the osascript process and you will probably be able to find the file path that points to the .scpt file that is being executed so you can try to see what it is doing that might be causing macOS to complain.

Image

Posted on
Sun Oct 30, 2022 3:43 pm
T-Power offline
User avatar
Posts: 220
Joined: May 10, 2010

Re: 2022.1 with "osascript wants to make changes" message

Hello and thanks Matt for the response.
I will track it down.

Thanks.

MacMini 2.3 GHz Intel Core i7 16GB DDR3
Indigo Pro 2022.1 macOS Mojave 10.14.6

Posted on
Sun Oct 30, 2022 4:32 pm
T-Power offline
User avatar
Posts: 220
Joined: May 10, 2010

Re: 2022.1 with "osascript wants to make changes" message

Hello again Matt,

I took your advice and this is what I found.

Code: Select all
cwd
/
txt
/usr/bin/osascript
txt
/Library/Preferences/Logging/.plist-cache.XfGWSL9k
txt
/Library/MessageTracer/SubmitDiagInfo.default.domains.searchtree
txt
/usr/share/icu/icudt62l.dat
txt
/System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript
txt
/System/Library/Caches/com.apple.IntlDataCache.le.kbdx
txt
/System/Library/Keyboard Layouts/AppleKeyboardLayouts.bundle/Contents/Resources/AppleKeyboardLayouts-L.dat
txt
/System/Library/ScriptingAdditions/StandardAdditions.osax/Contents/MacOS/StandardAdditions
txt
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/Resources/HIToolbox.rsrc
txt
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/Resources/English.lproj/Localized.rsrc
txt
/private/var/db/timezone/tz/2022e.1.0/icutz/icutz44l.dat
txt
/usr/lib/dyld
0
/dev/null
1
/dev/null
2
/dev/null
3
/Library/MessageTracer/SubmitDiagInfo.default.domains.searchtree
4
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/Resources/HIToolbox.rsrc
5
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/Resources/English.lproj/Localized.rsrc


Still scratching my head...

MacMini 2.3 GHz Intel Core i7 16GB DDR3
Indigo Pro 2022.1 macOS Mojave 10.14.6

Posted on
Sun Oct 30, 2022 5:51 pm
matt (support) offline
Site Admin
User avatar
Posts: 21417
Joined: Jan 27, 2003
Location: Texas

Re: 2022.1 with "osascript wants to make changes" message

Hmmm. I was hoping it would show in there, but I guess not. Next I'd disable all of your Indigo Schedules (temporarily) to see if that stops it. If it does you can re-enable half of them and see if it starts again. If not, enable half of the other half, etc., until you find the schedule. It might also be a Trigger or maybe a Plugin.

Image

Posted on
Mon Oct 31, 2022 6:33 am
T-Power offline
User avatar
Posts: 220
Joined: May 10, 2010

Re: 2022.1 with "osascript wants to make changes" message

Problem Solved

I had a scheduled task to synchronize network time that was causing the popup message.
Code: Select all
try
   do shell script "sudo ntpdate time.apple.com" password "123456" with administrator privileges
end try


The above code worked under macOS Maverick but no so much with macOS Mojave.

Thanks again.

MacMini 2.3 GHz Intel Core i7 16GB DDR3
Indigo Pro 2022.1 macOS Mojave 10.14.6

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 3 guests