Duh moment
6:44 PM Edit This 5 Comments »
Wish I'd figured this out ages ago. Every now and then a new application I install on my Mac won't open. It bounces on the dock for a bit when I try to open it and then quits suddenly and without explanation. The trick is to open it from the command line so you can see the message about why it quit. You don't have to know what that is. Just open the application Terminal, and then type in:
/Applications/name_of_app.app/Contents/MacOS/name_of_app
...and it should do the dock-bouncing routine and then tell you something extraordinarily clear and helpful like:
Unable to load nib file: Monitor.nib, exiting
(sigh)
and then you type that into your search engine of choice for much more helpful answers than you were getting when all you could search was "Application X is broken, help!"
Tada! Things work again. :)
I'm sure error messages are stored in a log somewhere if you open a program from the GUI, but I couldn't find it, and this worked.
/Applications/name_of_app.app/Contents/MacOS/name_of_app
...and it should do the dock-bouncing routine and then tell you something extraordinarily clear and helpful like:
Unable to load nib file: Monitor.nib, exiting
(sigh)
and then you type that into your search engine of choice for much more helpful answers than you were getting when all you could search was "Application X is broken, help!"
Tada! Things work again. :)
I'm sure error messages are stored in a log somewhere if you open a program from the GUI, but I couldn't find it, and this worked.