febuiles / lyricwiki.el

An Emacs mode to fetch lyrics from LyricWiki.
http://github.com/febuiles/lyricwiki.el
3 stars 3 forks source link

Can't fetch lyrics in Snow Leopard #1

Closed febuiles closed 14 years ago

febuiles commented 14 years ago

Lyric fetching fails in Snow Leopard with the following osascript error:

 2009-09-17 15:55:29.275 osascript[13841:903] Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types:  dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found.  Did find:
 /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper
 osascript: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/Adobe Unit Types.osax" declares no loadable handlers.
febuiles commented 14 years ago

Adobe products fuck up the osascripts in 10.6, to fix just add "arch -i386" in front of the command (e.g. arch -i386 osascript...)

febuiles commented 14 years ago

Fixing an error lyrics fetching in Snow Leopard when Adobe products are installed (closed by f8195733845123bd01a65caad5a25f5180582fa8).