Caffeinate Toast
Caffeinate Toast
- Subject: Caffeinate Toast
- From: Lists <email@hidden>
- Date: Sun, 29 Mar 2015 11:21:11 -0700
As a photographer, I use Toast 12 to create durable backups of my photos on Blu-ray media. Toast has a problem (present in v 10, 11,& 12) where the application will simply hang and die if the system goes to sleep. I have one solution done in Keyboard Maestro that calls caffeinate for 60 minutes whenever Toast launches. This is OK but sometimes ends up calling multiple iterations of caffeinate when I am burning multiple discs.
I read that caffeinate can be called to run whenever a particular application runs from a terminal command. For example: caffeinate /Applications/TextEdit.app/Contents/MacOS/TextEdit will launch TextEdit and caffeinate, so I tried:
caffeinate -i '/Applications/Toast 12 Titanium/Toast Titanium.app/Contents/MacOS/Toast Titanium'
which does what I want, but it also returns errors:
2015-03-29 11:00:56.290 Toast Titanium[819:27432] Error loading /Applications/Toast 12 Titanium/Toast Titanium.app/Contents/Frameworks/mc_enc_avc_cuda.framework/mc_enc_avc_cuda: dlopen(/Applications/Toast 12 Titanium/Toast Titanium.app/Contents/Frameworks/mc_enc_avc_cuda.framework/mc_enc_avc_cuda, 265): Library not loaded: /usr/local/cuda/lib/libcuda.dylib Referenced from: /Applications/Toast 12 Titanium/Toast Titanium.app/Contents/Frameworks/mc_enc_avc_cuda.framework/mc_enc_avc_cuda Reason: image not found
Does anyone know how to make this go without the errors, or can I ignore them?
Thanks J |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden