Theres a bug with the latest vanilla version of pd in OS X (at least 10.7, don't know about older versions) that causes pd to crash when trying to reopen patches from the last session. It is filed here:
https://sourceforge.net/tracker/index.php?func=detail&aid=3396316&gr...
As a work around, I'm looking for a way to clear the list of patches to reopen, but I can't find where they are stored. Does anyone know?
Cheers, Rich
I imagine they are probably stored in some kind of plist in ~/Library/ Preferences. But that's just a guess.
.hc
On Oct 9, 2011, at 8:17 PM, Rich E wrote:
Theres a bug with the latest vanilla version of pd in OS X (at least
10.7, don't know about older versions) that causes pd to crash when
trying to reopen patches from the last session. It is filed here:https://sourceforge.net/tracker/index.php?func=detail&aid=3396316&gr...
As a work around, I'm looking for a way to clear the list of patches
to reopen, but I can't find where they are stored. Does anyone know?Cheers, Rich _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I have always wished for my computer to be as easy to use as my
telephone; my wish has come true because I can no longer figure out
how to use my telephone." --Bjarne Stroustrup (creator of C++)
Ah right, its in ~/Library/Preferences/org.puredata.plist, under NSRecentDocuments. You would think it would be in ~/Library/Application Support/Pd/*, as it isn't a preference at all.
Anyway, I delete that item and its two entries (which are patches) and they still try to open, and again it crashes. Dunno.
On Mon, Oct 10, 2011 at 11:42 AM, Hans-Christoph Steiner hans@at.or.atwrote:
I imagine they are probably stored in some kind of plist in ~/Library/Preferences. But that's just a guess.
.hc
On Oct 9, 2011, at 8:17 PM, Rich E wrote:
Theres a bug with the latest vanilla version of pd in OS X (at least 10.7, don't know about older versions) that causes pd to crash when trying to reopen patches from the last session. It is filed here:
https://sourceforge.net/tracker/index.php?func=detail&aid=3396316&gr...
As a work around, I'm looking for a way to clear the list of patches to reopen, but I can't find where they are stored. Does anyone know?
Cheers, Rich _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I have always wished for my computer to be as easy to use as my telephone; my wish has come true because I can no longer figure out how to use my telephone." --Bjarne Stroustrup (creator of C++)