pharo-launcher icon indicating copy to clipboard operation
pharo-launcher copied to clipboard

When opening the launcher for the first time, I need to launch it twice

Open jecisc opened this issue 7 years ago • 2 comments
trafficstars

On OSX El Captain, each time I install the PharoLauncher I need to launch it twice for it to open.

The first time it asks me if I am sure that I want to open an image coming from the internet, I click "open" and nothing happens. Then I relaunch it and it works.

jecisc avatar Oct 30 '18 10:10 jecisc

Just to add to the issue, it happens too in Mojave (Just updated).

I've checked the system logs when the app is open and I have the following:

Nov  1 21:40:02 gotham com.apple.xpc.launchd[1] (com.apple.xpc.launchd.oneshot.0x1000000b.Pharo[1830]): Service exited with abnormal code: 1

guillep avatar Nov 01 '18 20:11 guillep

And all these:

error	21:49:02.844392 +0100	CoreServicesUIAgent	Error -60005 creating authorization
error	21:49:07.326153 +0100	Pharo	Unable to load Info.plist exceptions (eGPUOverrides)
error	21:49:07.563876 +0100	cfprefsd	rejecting write of key _DKThrottledActivityLast_DKKnowledgeStorageLogging_DKKnowledgeStorageDidInsertEventsNotification:/app/usageActivityDate in { com.apple.contextstored, root, kCFPreferencesAnyHost, no container, managed: 0 } from process 199 because setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access
error	21:49:07.569311 +0100	contextstored	Couldn't write value for key _DKThrottledActivityLast_DKKnowledgeStorageLogging_DKKnowledgeStorageDidInsertEventsNotification:/app/usageActivityDate in CFPrefsPlistSource<0x7fd9c1701ad0> (Domain: com.apple.contextstored, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access
error	21:49:07.577243 +0100	cfprefsd	rejecting write of key _DKThrottledActivityLast_DKKnowledgeStorageLogging_DKKnowledgeStorageDidInsertLocalEventsNotification:/app/usageActivityDate in { com.apple.contextstored, root, kCFPreferencesAnyHost, no container, managed: 0 } from process 199 because setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access
error	21:49:07.601704 +0100	contextstored	Couldn't write value for key _DKThrottledActivityLast_DKKnowledgeStorageLogging_DKKnowledgeStorageDidInsertLocalEventsNotification:/app/usageActivityDate in CFPrefsPlistSource<0x7fd9c1701ad0> (Domain: com.apple.contextstored, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access
error	21:49:07.622025 +0100	tccd	Failed to copy signing info for 1974, responsible for file:///Users/guille/Downloads/PharoLauncher.app/Contents/MacOS/Pharo: #-67065: Error Domain=NSOSStatusErrorDomain Code=-67065 "(null)"
error	21:49:07.661282 +0100	sharedfilelistd	-[NSXPCConnection valueForEntitlement:]: Error getting value for entitlement 'com.apple.private.coreservices.canaccessanysharedfilelist': Error Domain=NSPOSIXErrorDomain Code=3 "No such process"
error	21:49:07.846178 +0100	tccd	failed to get text offset for /Users/guille/Downloads/PharoLauncher.app/Contents/MacOS/Pharo: (#3) No such process
error	21:49:07.846244 +0100	tccd	internal_TCCCreateDesignatedRequirementIdentityFromMessage: Refusing TCCCreateDesignatedRequirementIdentityFromAuditToken: unable to get SDK version of binary,

guillep avatar Nov 01 '18 20:11 guillep