Bugs item #2268712, was opened at 2008-11-12 10:36
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2268712&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: pd-extended
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: pd-ext 40.3 crashes on typo
Initial Comment:
i'm on winxp and i accidentally found out that mypd crashes if i create an object named "%16" instead of "% 16"
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-04-15 21:11
Message:
solved on winxp (Pd version 0.41.4-extended-20090415)
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-04-14 14:55
Message:
no problem on linux, too.
pd-extended 0.41.4-extended-20090414
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-04-14 03:45
Message:
Cannot reproduce on Mac OS X 10.5.6/Intel using Pd-vanilla 0.42-4 and Pd
version 0.41.4-extended-20090413
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2268712&group_…
Bugs item #2138593, was opened at 2008-09-30 17:09
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2138593&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: Hans-Christoph Steiner (eighthave)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: string2any missing from Pd-extended on Windows
Initial Comment:
string2any doesn't load on Windows, perhaps its missing. I don't have a Windows machine to test on, but I have seen this on other people's machines.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-04-15 21:08
Message:
Still does not work (Pd version 0.41.4-extended-20090415)
[flatspace/string2any] does not, too.
----------------------------------------------------------------------
Comment By: Bryan Jurish (mukau)
Date: 2008-11-29 23:22
Message:
... ok, so I decided on option (2) after all... implemented and checked-in
yesterday.
----------------------------------------------------------------------
Comment By: Bryan Jurish (mukau)
Date: 2008-09-30 21:33
Message:
... oops, my fault: I removed any2string, string2any, and sprinkler from
flatspace a few months ago, since the duplicates seemed to be causing some
confusion. See the pd-list archives for August 2008:
http://lists.puredata.info/pipermail/pd-list/2008-08/064506.htmlhttp://lists.puredata.info/pipermail/pd-list/2008-08/064512.html
I still maintain that the windoof autobuild machine has a broken version
of make, and that v3.79 is not broken in that sense.
I also have no windows machine on which to test, so it's a bit difficult
for me to support that platform. I see 3 possible solutions at the
moment:
1) someone fixes the make on the autobuild machine (opinions, Hans?)
- variant "1b": I call an alternate un-broken make from the "moocow"
snippet of externals/Makefile instead of using $(MAKE).
2) I stop using macros in externals/moocow/extended/Makefile; possibly
even generating windows-specific makefiles for each subdirectory of
moocow/
- ugly, time-consuming, and harder to maintain
3) I (or someone else) place any2string and string2any (and maybe
sprinkler) back into flatspace
- redundant, confusing, help files don't get installed, mismatched
versions, ...
Of these, (1) and (3) would be easiest for me. I don't care much for
(2)... I could deal without the macros on this scale, but they sure are
handy...
-Bryan
----------------------------------------------------------------------
Comment By: Martin Peach (mrpeach)
Date: 2008-09-30 17:38
Message:
Works with [flatspace/string2any] on Pd version 0.40.3-extended-20080310
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2138593&group_…
Bugs item #2764566, was opened at 2009-04-15 09:30
Message generated for change (Settings changed) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2764566&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: v0.40.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: IOhannes m zmlnig (zmoelnig)
Assigned to: Nobody/Anonymous (nobody)
Summary: Pd leaks file-handles with alsa
Initial Comment:
Pd-0.40 on linux with ALSA severly leaks file-handles when starting/stopping the DSP.
whenever you restart the DSP the /dev/snd/control* devices are opened anew, but none are closed.
this eventually leads to a "too many open files" error, which will keep you from saving your patches (and restarting the DSP)
this appears with Pd-0.40-2
it has been fixed in Pd-0.41 and above
i am just reporting the bug for the sake of completeness.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2764566&group_…
Bugs item #2764566, was opened at 2009-04-15 09:30
Message generated for change (Tracker Item Submitted) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2764566&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: v0.40.2
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: IOhannes m zmlnig (zmoelnig)
Assigned to: Nobody/Anonymous (nobody)
Summary: Pd leaks file-handles with alsa
Initial Comment:
Pd-0.40 on linux with ALSA severly leaks file-handles when starting/stopping the DSP.
whenever you restart the DSP the /dev/snd/control* devices are opened anew, but none are closed.
this eventually leads to a "too many open files" error, which will keep you from saving your patches (and restarting the DSP)
this appears with Pd-0.40-2
it has been fixed in Pd-0.41 and above
i am just reporting the bug for the sake of completeness.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2764566&group_…
Bugs item #2630421, was opened at 2009-02-23 15:15
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2630421&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: pd-extended
Group: None
Status: Pending
Resolution: None
Priority: 5
Private: No
Submitted By: crinimal (crinimal)
Assigned to: Nobody/Anonymous (nobody)
Summary: [model foobar.obj] crashes when no gemwin is created before.
Initial Comment:
Hi,
when using [model foo.obj] and no gemwin has been created before, pd exits with segfault.
this also happens on message [open foo.obj(
everything's fine when I create a gemwin, even if i destroy it and then load a patch containing [model foo.obj]
I'm using pd 0.40.3-extended from otherside.servebeer.com intrepid repository.
thanks,
Martin
below output of pd:
tk scaling is 1.33483483483
GEM: Graphics Environment for Multimedia
GEM: ver: 0.91.0 'tigital'
GEM: compiled: Dec 3 2008
GEM: maintained by IOhannes m zmoelnig
GEM: Authors : Mark Danks (original version)
GEM: Chris Clepper
GEM: James Tittle
GEM: IOhannes m zmoelnig
GEM: with help by Guenter Geiger, Daniel Heckenberg, Cyrille Henry, et al.
GEM: found a bug? miss a feature? please report it:
GEM: homepage http://gem.iem.at/
GEM: bug-tracker http://sourceforge.net/projects/pd-gem/
GEM: mailing-list http://lists.puredata.info/listinfo/gem-dev/
GEM: compiled for SIMD architecture: MMX
GEM: using MMX optimization
PDP: pure data packet version 0.12.5-darcs
PiDiP : additional video processing objects for PDP
version 0.12.22 ( ydegoyon(a)free.fr )
pdp_colorgrid: version 0.4
by Yves Degoyon (ydegoyon(a)free.fr) & Lluis Gomez i Bigorda (lluis(a)artefacte.org)
_glmFindMaterial(): can't find material "(null)".
pd_gui: pd process exited
zsh: segmentation fault pd -stderr robot-arms.pd
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-04-15 05:57
Message:
i created a thread for this some time ago in the mailing list:
http://lists.puredata.info/pipermail/pd-list/2009-03/068425.html
apparently the cause of these errors seems to be radeon graphics driver or
graphics hardware.
the work around:
[create(
[gemwin]
before loading any models is still necessary on this computer with current
versions of extended autobuilds. on another computer (nvidia graphics)
everything's fine.
tested today 2009_04_15 on Pd version 0.41-4extended-20090323
compiled 11:51:58 Mar 23 2009
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-04-13 21:28
Message:
I couldn't reproduce this on Mac OS X 10.5/Intel Pd version
0.41.4-extended-20090413. I am guessing it might have something to do with
that "otherside" build, which is not from the standard build servers. Try
one of the nightly intrepid builds:
http://autobuild.puredata.info/auto-build/latest/
----------------------------------------------------------------------
Comment By: Cyrille Henry (nusmuk)
Date: 2009-02-23 17:49
Message:
This can not be reproduce on Gem cvs / intrepid.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2630421&group_…
Bugs item #2763275, was opened at 2009-04-14 17:57
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2763275&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: externals
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Hans-Christoph Steiner (eighthave)
Summary: earplug~-help crashes pd
Initial Comment:
Mac OS X 10.5.6 using Pd version 0.41.4-extended-20090414
When opening the help for earplug~, Pd crashes.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-04-15 00:16
Message:
oops, now the file loading was loading into unallocated memory, so now if
the file is found, just write over the earplug_impulses struct that comes
from earplug~.h. Committed fix:
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=110…
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2763275&group_…
Patches item #2746054, was opened at 2009-04-08 21:40
Message generated for change (Tracker Item Submitted) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2746054&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: Open
Resolution: None
Priority: 8
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: hard-code default user-install paths
Initial Comment:
This patch hard-codes user install paths outlined in this FAQ entry. This makes it so
that Pd has a standard, documented place for users to install their files, and means Pd will look in the user install paths regardless of the prefs.
http://puredata.info/docs/faq/how-do-i-install-externals-and-help-files-wit…
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2746054&group_…
Bugs item #2763275, was opened at 2009-04-14 21:57
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2763275&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: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: earplug~-help crashes pd
Initial Comment:
Mac OS X 10.5.6 using Pd version 0.41.4-extended-20090414
When opening the help for earplug~, Pd crashes.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2763275&group_…
Bugs item #1947317, was opened at 2008-04-20 20:03
Message generated for change (Comment added) made by fbar
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1947317&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: symbolatom of width 1 cannot be edited
Initial Comment:
If I set a symbolatom (Ctl-4) to have width of 1 character, it cannot be edited manually. Setting trough its receiver is still possible. Checked with 0.40 vanilla.
(Submitted by fbar who's to lazy to login ATM.)
----------------------------------------------------------------------
>Comment By: Frank Barknecht (fbar)
Date: 2009-04-14 21:25
Message:
And still valid on 0.42, Linux.
----------------------------------------------------------------------
Comment By: Holger (waffenladen)
Date: 2009-04-14 17:05
Message:
reproducable on linux
0.41.4-extended-20090414
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-04-14 05:35
Message:
Cannot reproduce on Mac OS X 10.5.6/Intel using Pd-vanilla 0.42-4 nor Pd
version 0.41.4-extended-20090413
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1947317&group_…
Bugs item #1518048, was opened at 2006-07-06 06:18
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1518048&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: v0.39.2
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: ClaudiusMaximus (claudiusmaximus)
Assigned to: Nobody/Anonymous (nobody)
Summary: percent symbol (%) behaves weirdly in iemgui object labels
Initial Comment:
When the properties window of a vslider is opened after
the label has been set to a name containing %p, the
label changes to something with the %p replaced by a
seemingly random hexadecimal value.
I haven't checked which other gui objects are affected,
nor whether other % codes (eg, %d or %f) are similarly
affected.
See attached pd patch for an example - click the bng
and then open the properties window for the vslider.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-04-14 13:31
Message:
This was fixed by this patch:
https://sourceforge.net/tracker/?func=detail&aid=2030557&group_id=55736&ati…
Committed to Pd-extended 0.41.4, here's the commit:
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=110…
----------------------------------------------------------------------
Comment By: ClaudiusMaximus (claudiusmaximus)
Date: 2006-10-18 12:50
Message:
Logged In: YES
user_id=769033
Fixed in DesireData 0.39.A (anon CVS checkout as of today).
----------------------------------------------------------------------
Comment By: ClaudiusMaximus (claudiusmaximus)
Date: 2006-10-18 12:12
Message:
Logged In: YES
user_id=769033
Behaves the same in pd-0.40-1 from Miller's site.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1518048&group_…