Patches item #1939017, was opened at 2008-04-09 19:47
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1939017&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: feature
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Dan Wilcox (danomatika)
Assigned to: Nobody/Anonymous (nobody)
Summary: Unix: hidden files/folders in tk open/save dialogs
Initial Comment:
Howdy,
After some discussion on the pd list, I'd like to submit a patch to pd.tk that sets the tk variables for hiding hidden (.filename) files/folders in the Open/Save/Save As dialog boxes. It also adds a button to show said hidden files.
In Windows and Mac, this behavior is inherited from the OS, so the associated code is only called for Unix environments.
I have tested this on my installation of pd-extended 0.39.3 and I believe this is a easy and useful addition to pd-vanilla. I will submit this patch to pd-extended as well.
I haven't submitted a patch before, so forgive me if I somehow screw up the file.
--
Dan Wilcox
robotcowboy.com
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-08-31 23:09
Message:
accepted by Miller in the first 0.43 SVN commit, the code comes from the
GUI rewrite:
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=119…
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-15 17:52
Message:
Logged In: YES
user_id=27104
Originator: NO
I see now, this is a 'recommended' kludge :)
http://groups.google.com/group/comp.lang.tcl/tree/browse_frm/month/2006-03/…
I checked it into branches/pd-extended/0.40/.
----------------------------------------------------------------------
Comment By: Dan Wilcox (danomatika)
Date: 2008-04-15 17:48
Message:
Logged In: YES
user_id=2032867
Originator: YES
Yeah as for the catch part, it doesn't actually open the panel, at least
in a noticeable way. I'm not a tk/tcl expert at all, but from what I've
read, the panel needs to be called before changing the variables will hold.
It's a sort of "soft" open.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-15 17:38
Message:
Logged In: YES
user_id=27104
Originator: NO
Does the "catch {tk_getOpenFile -with-invalid-argument}" part open the
panel? Is seems like a kludge. I suspect there is probably a cleaner way
to make those settings stick.
As for submitting a patch, this is find. I think that making the changes
to the SVN-controlled sources, then using 'svn diff -x -w' makes the
cleanest patches in the easiest way.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1939017&group_…
Patches item #2848121, was opened at 2009-08-31 20:49
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2848121&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Daniel Roviriego (deedos)
>Assigned to: Hans-Christoph Steiner (eighthave)
Summary: pt_br translation - missing some key words
Initial Comment:
I just started the work. Due to lack of experience, I cannot translate some key words.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-08-31 22:54
Message:
checked into the pd-gui-rewrite/0.43 branch:
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=121…
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2848121&group_…
Patches item #1072765, was opened at 2004-11-24 15:35
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1072765&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: None
>Status: Closed
Resolution: Fixed
Priority: 2
Private: No
Submitted By: B. Bogart (bbogart)
Assigned to: Miller Puckette (millerpuckette)
Summary: .printout.text: no such object in console for pd.38-test10
Initial Comment:
When Copying in console widget: (Apple-C)
error: .printout.text: no such object
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-08-31 22:40
Message:
This should be fixed in 0.43 in the GUI rewrite, since the Pd window has
been rewritten.
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2009-06-22 13:32
Message:
still available in Pd-0.42
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-05-29 11:36
Message:
Logged In: YES
user_id=27104
Originator: NO
Here's the crux of it:
pdtk_standardkeybindings .
bind . <$ctrl_key-Key-a> {.printout.text tag add sel 1.0 end}
bind . <$ctrl_key-Key-x> {tk_textCut .printout.text}
bind . <$ctrl_key-Key-c> {tk_textCopy .printout.text}
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-05-29 11:34
Message:
Logged In: YES
user_id=27104
Originator: NO
should be fixed in Pd-extended with this commit:
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=9942
----------------------------------------------------------------------
Comment By: stffn (stffn)
Date: 2007-10-16 09:39
Message:
Logged In: YES
user_id=1658640
Originator: NO
This is still the case in Pd-0.40-2.
Note that the selected text from the console window does get copied --
ready for pasting (apple-v).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1072765&group_…
Patches item #2687764, was opened at 2009-03-15 12:17
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2687764&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: bugfix
>Status: Pending
>Resolution: Out of Date
Priority: 2
Private: No
Submitted By: mescalinum (mescalinum)
Assigned to: Miller Puckette (millerpuckette)
Summary: pd-0.42 broken w/Tcl8.6 - interp->result
Initial Comment:
from tcl 8.6 direct access to field interp-result is not allowed anymore. you have to use Tcl_Get/SetObjResult.
patch fixes that
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-08-31 22:39
Message:
Since the GUI code in the first 0.43 SVN commit comes from the GUI rewrite,
its pure Tcl, so no interps anymore. Has anyone tested the new pure Tcl
code on 8.6?
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-03-25 18:48
Message:
any luck with pd-devel? you don't even need tcl.h or tk.h to build it, it
doesn't use the Tcl C API at all, so I think it should work fine on Tcl/Tk
8.6.
----------------------------------------------------------------------
Comment By: mescalinum (mescalinum)
Date: 2009-03-25 16:02
Message:
this issue it is just about Pd code that directly accesses a Tcl_Interp
field.
note that is perfectly legal in tcl 8.x to use Tcl_GetStringResult(interp)
rather than interp->result.
actually, if one upgrades to Tcl 8.6, can't compile Pd anymore.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-03-15 15:49
Message:
since pd-vanilla 0.43 will most likely include the Tcl code from Pd-devel
0.41, I think it would be more likely that Tcl 8.6 support will happen with
that code. Try testing pd-devel.
Also, since we are at it, Pd-vanilla doesn't work with Tcl/Tk 8.5 on Mac
OS X. Pd doesn't even start, it just gives a "bus error". I think there
are quite a few issues with the Tcl-C code in the Pd GUI, so I don't think
its worth trying to fix it.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2687764&group_…
Patches item #2556219, was opened at 2009-02-01 22:40
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2556219&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: bugfix
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: change Mac OS X Wish path search to support Tcl/Tk 8.5
Initial Comment:
The current search for a Wish.app for Mac OS X that happens in s_inter.c tries to find an embedded Wish called "Pd" and then /usr/bin/wish, which is Tcl/Tk 8.4. This patch does two things: it updates the order of the paths to search and adds some other relevant ones, and then it uses a "Pd*" glob pattern so that the Wish executable can be named after the app itself, as it should be (i.e. Pd-0.42-3.app should run Pd-0.42-3.app/Contents/MacOS/Pd-0.42-3)
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-08-31 22:37
Message:
accepted by Miller in the first 0.43 SVN commit, the code comes from the
GUI rewrite:
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=119…
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2556219&group_…
Patches item #1964023, was opened at 2008-05-14 14:58
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1964023&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: feature
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: add Home and End key bindings to object/message boxes
Initial Comment:
just like the title says, not much to it.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-08-31 22:35
Message:
accepted by Miller in the first 0.43 SVN commit, the code comes from the
GUI rewrite:
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=119…
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-07-08 10:33
Message:
It looks like the cursor will move to beginning/end of line if Home/End is
pressed but when you type the cursor is really in the old position.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1964023&group_…
Patches item #1953120, was opened at 2008-04-28 00:12
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1953120&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: bugfix
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: allow spaces in directory of new files
Initial Comment:
wrote a function to switch the [pd filename] callback message to use a A_GIMME instead of two symbols, thereby correctly receiving any directory names with spaces in it.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-08-31 22:35
Message:
accepted by Miller in the first 0.43 SVN commit, the code comes from the
GUI rewrite:
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=119…
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2008-04-28 12:40
Message:
Logged In: YES
user_id=27104
Originator: YES
Ok, I think I found the way it is done in the rest of Pd, using
pdtk_enquote, so I switched to that method.
File Added: allow_spaces_in_new_directory-0.41.4.patch
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1953120&group_…
Patches item #2848128, was opened at 2009-08-31 21:09
Message generated for change (Tracker Item Submitted) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2848128&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: feature
Status: Open
Resolution: None
Priority: 7
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: use Tk tags for canvas elements
Initial Comment:
Use Tk tags to mark the various things drawn onto a canvas, currently its: text, obj, msg, atom, cord, inlet, outlet. I suppose it would be possible
to also tag graph and array, but I didn't here. This will make it much easier to dynamically change the look of things using pure Tcl. It basically only touches the sys_vgui() calls, except for the new rtext_gettype() function for tagging text widgets as text/msg/obj/atom.
Here's the commit in the pd-gui-rewrite/0.43 branch:
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=121…
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2848128&group_…
Patches item #2848121, was opened at 2009-08-31 20:49
Message generated for change (Tracker Item Submitted) made by deedos
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2848121&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Daniel Roviriego (deedos)
Assigned to: Nobody/Anonymous (nobody)
Summary: pt_br translation - missing some key words
Initial Comment:
I just started the work. Due to lack of experience, I cannot translate some key words.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2848121&group_…
Well,
It steadily creeps up in memory used until I have approx 140 mb of free
memory on the computer. And although I noticed that it occasionally flashed
all the way down to only 6 - 9 MB of free memory at some points for a
flickering moment, when it finally crashed it was listing free memory at
around 133 mb. It took almost two hours for this to occur. I should note
that the Pd-extended 0.41.4 version that is running the camera
input/record/pix_share_write runs steadily at 139 MB both during and after
the crash. In fact nothing but the version of Pure Data running video
playback crashes.... So, not really sure where things can go from here.
I'm really frustrated that this is happening since PD has always been my go
to performer.
J
On Fri, Aug 28, 2009 at 1:13 PM, Hans-Christoph Steiner <hans(a)at.or.at>wrote:
>
> Check it right before it crashes. If its not close to 3gb, then its not
> the 32/64-bit issue that I mentioned. Since the error mentions std::bad_alloc,
> which points to C++. I'm guessing it might be a Gem bug then.
>
> .hc
>
> On Aug 28, 2009, at 12:10 PM, james murray wrote:
>
> Hi,
>
> I'm generally around 1.34 GB real memory for PD-Extended running video
> playback and 139.81 MB real memory for the camera input patch. (which of
> course means that I have two versions of PD-Extended running, both are
> 0.41.4 PD-Extended). I should note that I've got pix_share_read and write
> objects moving video from one copy of PD to the other... running it into a
> buffer on the playback patch.
>
> Virtual memory is 1.52 GB for one version of PD, while the other is at 1.19
> GB VM... I'm running one version of PD for the camera and one for the
> playback. If other info is needed, I'm happy to supply it.
>
> Thanks
> J
>
> On Fri, Aug 28, 2009 at 10:56 AM, Hans-Christoph Steiner <hans(a)at.or.at>wrote:
>
>>
>> Did you run Activity Monitor to see how much memory 'pd' is using?
>>
>> .hc
>>
>> On Aug 28, 2009, at 10:48 AM, james murray wrote:
>>
>> I let PD-extended 0.41.4 run again the programming with a reduction from 4
>> GB of memory to 2 GM of memory... and it returned the same error on both
>> machines... I'm still getting the malloc error.... I'm not really sure what
>> options there are.... Does anyone have ideas about this being a 64 bit to
>> 32 bit issue? Is there something else to try? I'm at wits end with PD
>> constantly crashing and while competent in programming, malloc errors are
>> definitely beyond my scope of expertise or knowledge. Any help would be
>> huge.
>>
>> Again, I'm running PD Extended 0.41.4 on It happens every time without
>> variation... I've tried it on two machines, one is:
>>
>> MacPro Quad-Core Intel Xeon, 2.93 GHz processor, 4 GB memory, ATI Radeon
>> 4870 (the apple tweaked version, not the ATI version), BlackMagic Intensity
>> Pro video card... and it's mac 10.5.8.
>>
>> The other computer is identical, but is running on 10.5.6.
>>
>> The error I get is:
>>
>> 8/25/09 1:38:48 PM [0x0-0x18018].org.puredata.pd.wish[271]
>> pd(272,0xa03ce720) malloc: *** mmap(size=4149248) failed (error code=12)
>> 8/25/09 1:38:48 PM [0x0-0x18018].org.puredata.pd.wish[271] ***
>> error: can't allocate region
>> 8/25/09 1:38:48 PM [0x0-0x18018].org.puredata.pd.wish[271] *** set a
>> breakpoint in malloc_error_break to debug
>> 8/25/09 1:38:48 PM [0x0-0x18018].org.puredata.pd.wish[271] terminate
>> called after throwing an instance of 'std::bad_alloc'
>>
>>
>> Thanks in advance
>> J
>>
>>
>> On Thu, Aug 27, 2009 at 5:46 PM, Hans-Christoph Steiner <hans(a)at.or.at>wrote:
>>
>>>
>>> FYI, you'll want to keep this on the pd-dev list. There are others there
>>> who know more about it than me.
>>>
>>> .hc
>>>
>>> On Aug 27, 2009, at 4:16 PM, james murray wrote:
>>>
>>> Hi,
>>>
>>> I switched out the RAM and replaced the 4 GB with two 1 GB modules.
>>> Unfortunately the same crash happen with the same malloc error. So, not
>>> sure what that means entirely, but, unfortunately it appears to still be an
>>> issue.
>>>
>>> J
>>>
>>> On Thu, Aug 27, 2009 at 12:53 PM, james murray <james.n.murray(a)gmail.com
>>> > wrote:
>>>
>>>> That makes sense... I'll give it a try and sort it out and see what
>>>> happens... Thanks for the insight and clarity.
>>>>
>>>> J
>>>>
>>>>
>>>> On Thu, Aug 27, 2009 at 12:45 PM, Hans-Christoph Steiner <hans(a)at.or.at
>>>> > wrote:
>>>>
>>>>>
>>>>> A 32-bit computer can only handle 3 gigs of RAM. That's the big deal
>>>>> with 64-bit computers, they handle a lot more. While your computer is
>>>>> 64-bit and your OS is 64-bit, the build of Pd you are running is 32-bit.
>>>>> That means that your Pd cannot use more than 3 gigs of RAM no matter how
>>>>> much is in the machine.
>>>>>
>>>>> My guess is that your Pd patch wants to use more than 3gb of RAM, then
>>>>> crashes. Try running Activity Monitor and seeing how much memory 'pd' is
>>>>> using.
>>>>>
>>>>> I could be wrong that this is the cuase of hte problem tho...
>>>>>
>>>>> .hc
>>>>>
>>>>> On Aug 27, 2009, at 1:41 PM, james murray wrote:
>>>>>
>>>>>
>>>>> Okay... I'd run across this before when trying to research this
>>>>> issue... Sorry to be so dull-witted about this, but does this mean a
>>>>> physical reduction of my RAM itself from 4 GB to 3 GB? Or am I missing the
>>>>> point and I need to do something else?
>>>>>
>>>>>
>>>>> Thanks again for looking into this so quickly, I really appreciate it,
>>>>> getting confirmation about all of this is really huge.
>>>>>
>>>>> J
>>>>>
>>>>> On Thu, Aug 27, 2009 at 12:27 PM, Hans-Christoph Steiner <
>>>>> hans(a)at.or.at> wrote:
>>>>>
>>>>>>
>>>>>> So it is not the GUI, but 'pd' itself having the issue:
>>>>>> pd(272,0xa03ce720) My guess is that maybe its a 32-bi/64-bit issue. I
>>>>>> think that a 32-bit app can only address 3 gigs of RAM. Pd is buildable has
>>>>>> 64-bit, but there isn't a release for Mac OS X built as 64-bit yet.
>>>>>>
>>>>>> .hc
>>>>>>
>>>>>>
>>>>>> On Aug 27, 2009, at 12:53 PM, james murray wrote:
>>>>>>
>>>>>> It happens every time without variation... I've tried it on two
>>>>>> machines, one is:
>>>>>>
>>>>>> MacPro Quad-Core Intel Xeon, 2.93 GHz processor, 4 GB memory, ATI
>>>>>> Radeon 4870 (the apple tweaked version, not the ATI version), BlackMagic
>>>>>> Intensity Pro video card... and it's mac 10.5.8.
>>>>>>
>>>>>> The other computer is identical, but is running on 10.5.6.
>>>>>>
>>>>>> Thanks for getting back to me s quickly... I've been definitely
>>>>>> hitting my head on this for a few days.
>>>>>>
>>>>>> J
>>>>>>
>>>>>> On Thu, Aug 27, 2009 at 11:42 AM, Hans-Christoph Steiner <
>>>>>> hans(a)at.or.at> wrote:
>>>>>>
>>>>>>>
>>>>>>> Hmm, never seen that one. Can you reproduce it, does it happen every
>>>>>>> time? The "org.puredata.pd.wish" part makes me think that make its the
>>>>>>> Tcl/Tk GUI side that's crashing.
>>>>>>>
>>>>>>> Which exact version of mac os x are you running? Which hardware?
>>>>>>>
>>>>>>> .hc
>>>>>>>
>>>>>>> On Aug 27, 2009, at 12:27 PM, james murray wrote:
>>>>>>>
>>>>>>> Hi List,
>>>>>>>
>>>>>>> I'm currently running into issues with getting PD Extended 0.41.4 to
>>>>>>> run on Leopard 10.5. If I let the software run for an extended period of
>>>>>>> time (say, 30 minutes to a couple of hours) PD/Gem crashes without an error
>>>>>>> report. I'm running 1920 x 1080 video playback when this happens and I've
>>>>>>> tested the programming with both two and three layers of video running.
>>>>>>>
>>>>>>> This is happening on a quad core Intel-Xeon Mac with 4 GB of memory
>>>>>>> (although the same issue is happening if I cannibalize an additional 4 GB),
>>>>>>> an ATI Radeon card and Blackmagic Intensity for capture. While I can't get
>>>>>>> an error report from PD/Gem, Console is giving me the following:
>>>>>>>
>>>>>>> 8/25/09 1:38:48 PM [0x0-0x18018].org.puredata.pd.wish[271]
>>>>>>> pd(272,0xa03ce720) malloc: *** mmap(size=4149248) failed (error code=12)
>>>>>>> 8/25/09 1:38:48 PM [0x0-0x18018].org.puredata.pd.wish[271] ***
>>>>>>> error: can't allocate region
>>>>>>> 8/25/09 1:38:48 PM [0x0-0x18018].org.puredata.pd.wish[271] ***
>>>>>>> set a breakpoint in malloc_error_break to debug
>>>>>>> 8/25/09 1:38:48 PM [0x0-0x18018].org.puredata.pd.wish[271]
>>>>>>> terminate called after throwing an instance of 'std::bad_alloc'
>>>>>>>
>>>>>>> This is definitely not an area that I'm overly familiar/confident
>>>>>>> about and would really love to have at least some sort of idea of what could
>>>>>>> be causing this to happen. This error is the only error I get with my
>>>>>>> programming and it's frustrating since I can't downgrade to Leopard or run
>>>>>>> it on another operating system. Any insight into this issue would be
>>>>>>> greatly appreciated. I've altered my programming dramatically and stripped
>>>>>>> it down to the bare bones and still, I have this error occuring.
>>>>>>>
>>>>>>> So, I suppose my question is this... is this a PD/Gem issue with
>>>>>>> Leopard? Or something on my side that I'm just not seeing... Any insight
>>>>>>> into this would be hugely appreciated....
>>>>>>>
>>>>>>> Thank you,
>>>>>>> J
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> Pd-dev mailing list
>>>>>>> Pd-dev(a)iem.at
>>>>>>> http://lists.puredata.info/listinfo/pd-dev
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> ----------------------------------------------------------------------------
>>>>>>>
>>>>>>> News is what people want to keep hidden and everything else is
>>>>>>> publicity. - Bill Moyers
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> ----------------------------------------------------------------------------
>>>>>>
>>>>>> ¡El pueblo unido jamás será vencido!
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> ----------------------------------------------------------------------------
>>>>>
>>>>> I have the audacity to believe that peoples everywhere can have three
>>>>> meals a day for their bodies, education and culture for their minds, and
>>>>> dignity, equality and freedom for their spirits. - Martin Luther
>>>>> King, Jr.
>>>>>
>>>>>
>>>>>
>>>>
>>>
>>>
>>>
>>>
>>> ----------------------------------------------------------------------------
>>>
>>> If nature has made any one thing less susceptible than all others of
>>> exclusive property, it is the action of the thinking power called an idea,
>>> which an individual may exclusively possess as long as he keeps it to
>>> himself; but the moment it is divulged, it forces itself into the possession
>>> of everyone, and the receiver cannot dispossess himself of it. -
>>> Thomas Jefferson
>>>
>>>
>>>
>> _______________________________________________
>> Pd-dev mailing list
>> Pd-dev(a)iem.at
>> http://lists.puredata.info/listinfo/pd-dev
>>
>>
>>
>>
>>
>> ----------------------------------------------------------------------------
>>
>> Terrorism is not an enemy. It cannot be defeated. It's a tactic. It's
>> about as sensible to say we declare war on night attacks and expect we're
>> going to win that war. We're not going to win the war on terrorism.
>> - retired U.S. Army general, William Odom
>>
>>
>>
>
>
>
>
> ----------------------------------------------------------------------------
>
> Looking at things from a more basic level, you can come up with a more
> direct solution... It may sound small in theory, but it in practice, it can
> change entire economies. - Amy Smith
>
>
>