|
|||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
#1 |
|
Prospect
Join Date: Jan 2007
Posts: 6
|
After application crashes, always have re-open as an option...
Hey all... I could have sworn I'd read a hint here about this in the past but I've exhausted all my searching skills trying to find it, so I'm hoping someone here remembers it or knows a solution which could be turned into a hint.
I often find myself testing some beta software and experience crashes, some times repeatedly. The issues have already been reported in most of these instances. Upon the first crash of an application one of the menu options available is to "Reopen..." the application after the unexpected crash, but after the second you can only Close and Report. Is there a way to always get the option to re-open the application instead of having to close it? Thanks in advance! ShaBot |
|
|
|
|
|
#2 |
|
Triple-A Player
Join Date: Jul 2006
Posts: 85
|
When you click on the Reopen button in the "unexpectedly quit" dialog, a property called ApplicationCrashedAfterRelaunch (with a value of 1) is added to the application's preferences (.plist) file. If you were to manually delete the ApplicationCrashedAfterRelaunch property before the next crash, the "unexpectedly quit" dialog would still show the Reopen button.
Got this from Ted Landau's Mac OS X Help Line Tiger Edition. |
|
|
|
|
|
#3 |
|
Prospect
Join Date: Jan 2007
Posts: 6
|
Ah.. blast. Well thanks... sounds effective enough. Maybe I can script it or some such. I had just thought there was a way to keep it from ever flipping from 0 to 1 or some such.
*sigh* Thanks though, man! I appreciate the response! ShaBot |
|
|
|
|
|
#4 |
|
Major Leaguer
Join Date: Oct 2002
Posts: 252
|
I think there's a secondary side effect to this that you may want to investigate. On most applications after the second crash, the re-open turns to the "retry" (IIRC). the difference is that retry temporarliy deletes the preferences plist for the application when it opens. Thus it is sort of a handy if kludgy way to workaround a corrupt preferences file for unsophisiticated users.
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|