Post

Replies

Boosts

Views

Activity

Reply to Library Validation failed: reason: mapping process is a platform binary, but mapped file is not.
i've got a similar problem in a crontab to restart a process: #! /bin/bash -f ps -ax |grep iRed2 |grep -v grep > /dev/null if [ "$?" != "0" ]; then /usr/bin/osascript -so -e "tell application "iRed2" to activate" echo "ired restarted" fi but i often get this error from osascript: 2024-05-30 13:40:01.932 osascript[14166:136122] Error loading /Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support: dlopen(/Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support, 0x0106): code signature in (/Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support) not valid for use in process: mapping process is a platform binary, but mapped file is not but afaik iRed2 has no connection to EyeTV, other than being referenced in many of iRed2's applescripts...wtf??? otherwise iRed2 starts up fine...other than having to be restarted, another wtf...
Topic: Code Signing SubTopic: General Tags:
May ’24
Reply to Can't debug iOS 10.3 with Safari 14.0.1 or Safari Technology Release 114 (Safari 14.1, WebKit 15611.1.1.3) Preview
same here:-\ anybody got the @media incantation to avoid problematic css?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to Library Validation failed: reason: mapping process is a platform binary, but mapped file is not.
i've got a similar problem in a crontab to restart a process: #! /bin/bash -f ps -ax |grep iRed2 |grep -v grep > /dev/null if [ "$?" != "0" ]; then /usr/bin/osascript -so -e "tell application "iRed2" to activate" echo "ired restarted" fi but i often get this error from osascript: 2024-05-30 13:40:01.932 osascript[14166:136122] Error loading /Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support: dlopen(/Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support, 0x0106): code signature in (/Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support) not valid for use in process: mapping process is a platform binary, but mapped file is not but afaik iRed2 has no connection to EyeTV, other than being referenced in many of iRed2's applescripts...wtf??? otherwise iRed2 starts up fine...other than having to be restarted, another wtf...
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’24
Reply to Library Validation failed: reason: mapping process is a platform binary, but mapped file is not.
/usr/bin/osascript -so -e "beep" produces the same error msg 93 times whytf does beep need quicktime???
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’24