Bugs item #2978674, was opened at 2010-03-29 16:24
Message generated for change (Comment added) made by sf-robot
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2978674&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: v0.42
>Status: Closed
Resolution: Fixed
Priority: 8
Private: No
Submitted By: Martin Peach (mrpeach)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: missing tk package in Pd-ext0.42-5
Initial Comment:
Pure Data 0.42.5-extended-20100328 on both WinXp and Debian Lenny fails to start because package helpbrowser is not found in pd.tk line 265.
----------------------------------------------------------------------
>Comment By: SourceForge Robot (sf-robot)
Date: 2010-04-14 02:20
Message:
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-03-30 21:11
Message:
ok, more fixes:
install the new Tcl files on MinGW:
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=133…
fixed portaudio build (there is a new Windows Vista API in portaudio,
WASAPI):
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=133…
----------------------------------------------------------------------
Comment By: Martin Peach (mrpeach)
Date: 2010-03-30 18:26
Message:
Debian works now, WinXP fails with
../../pd/portaudio/src/os/win/pa_win_hostapis.o:pa_win_hostapis.c:(.data+0x8):
undefined reference to `PaWasapi_Initialize'
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-03-30 00:31
Message:
oops, sorry, I forgot to add the new files to the makefile.in. Should be
fixed with this commit:
http://pure-data.svn.sourceforge.net/viewvc/pure-data/branches/pd-extended/…
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2978674&group_…
Patches item #2977780, was opened at 2010-03-27 16:19
Message generated for change (Settings changed) made by mrpeach
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2977780&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: bugfix
>Status: Pending
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Martin Peach (mrpeach)
Summary: bugfixes for maxlib/netclient.c (pd-extended 0.42.5)
Initial Comment:
Fixes lack of reporting of disconnect through the right outlet and added safer way of reporting disconnect as it can be triggered by out-of-order events.
(there is still the issue of netserver not reporting socket info or ip address properly)
----------------------------------------------------------------------
>Comment By: Martin Peach (mrpeach)
Date: 2010-04-13 17:09
Message:
Applied the patch. Didn't test it...
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2977780&group_…
Bugs item #2956091, was opened at 2010-02-21 11:10
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2956091&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: BAUDRY Olivier (baudry)
>Assigned to: Nobody/Anonymous (nobody)
Summary: nqpoly4 - ID: 2946282
Initial Comment:
nqpoly4 - ID: 2946282
The problem appears on windows xp with amd turion 64 you used Pd Extended 41.4
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-04-13 15:31
Message:
I don't understand what the problem is. Could you give more detail?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2956091&group_…
Bugs item #1770553, was opened at 2007-08-08 21:51
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1770553&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: Pending
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: marius schebella (mariusschebella)
Assigned to: Frank Barknecht (fbar)
Summary: image object does not like spaces
Initial Comment:
when I create [image test.gif] and any of the folders in the path to test.gif contains a space then [image] will not find it. even if test.gif is in the same folder.
intel mac. versions pd-extended-0.39.3-rc5 and also 0.40.
marius.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-04-13 15:18
Message:
with this commit, you can now use spaces in filenames:
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=134…
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2007-08-15 19:15
Message:
Logged In: YES
user_id=27104
Originator: NO
I tried [file join] and {} instead of "" and neither handled using " in a
filename.
----------------------------------------------------------------------
Comment By: Frank Barknecht (fbar)
Date: 2007-08-15 04:06
Message:
Logged In: YES
user_id=569446
Originator: NO
Hi Hans,
I've found some docs regarding platform independent filename handling in
Tcl using "file join" and "file split" here:
http://www.tcl.tk/man/tcl8.4/TclCmd/file.htm
However I don't know how to add this to the code in image.c. Any ideas?
Ciao
--
Frank
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2007-08-14 16:03
Message:
Logged In: YES
user_id=27104
Originator: NO
Since the line in question is a line of Tcl, I am sure Tcl has standard
methods of handling file names that will deal with all this...
----------------------------------------------------------------------
Comment By: Frank Barknecht (fbar)
Date: 2007-08-11 12:53
Message:
Logged In: YES
user_id=569446
Originator: NO
Allow me to reopen this as a Bug, as 1) I didn't yet get any confirmation
if the space problem is indeed fixed, but 2) more importantly a proper
solution should not fail on other circumstances like the mentioned
doublequotes.
-- fbar
----------------------------------------------------------------------
Comment By: marius schebella (mariusschebella)
Date: 2007-08-10 08:48
Message:
Logged In: YES
user_id=1856112
Originator: YES
tested with autobuilds from /auto-build/2007-08-10
Pd-0.40.3-extended-20070810-macosx104-i386.dmg
and Pd-0.39.3-extended-macosx104-i386.dmg.
unfortunately no difference in behaviour, strange.
m.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2007-08-10 08:21
Message:
Logged In: NO
it still breaks for filenames that contain doublequotes.
----------------------------------------------------------------------
Comment By: Frank Barknecht (fbar)
Date: 2007-08-09 03:28
Message:
Logged In: YES
user_id=569446
Originator: NO
sorry, wrong patch, please test this one.
File Added: image-spaces-fixed.diff
----------------------------------------------------------------------
Comment By: Frank Barknecht (fbar)
Date: 2007-08-09 03:25
Message:
Logged In: YES
user_id=569446
Originator: NO
Can you check, if attached oneline change fixes it?
File Added: image-spaces.diff
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1770553&group_…
Bugs item #2842897, was opened at 2009-08-23 01:25
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2842897&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: v0.42
Status: Open
Resolution: None
Priority: 7
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: GOP with envgen/playlist makes pd segfault on patch close
Initial Comment:
create a envgen, connect a bang to it, then connect a inlet to the bang.
inlet--->bang--->envgen
create a graph on parent, and put the envgen in it.
save with the name 'envgenbug'.
now create a object named 'envgenbug' and your graph-on parent object should appear.
now if you remove it it will crash pd.
this bug happends on my OSX installation, linux installation, with different versions of PD, and with a newly compiled envgen external from svn.
so i dont know what the problem is.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-04-13 14:51
Message:
Here's another patch from Kevin McCoy that triggers it:
I have attached a stripped down version of the gop to demonstrate the
error
. It seems that what causes the error, at least for me, is having any
kind
of message box connected to the [playlist] object when it appears in a
GOP
abstraction, then closing the patch and saying yes to discarding the
chang
es. I have attached the example. In its current state it will not crash p
d after you create it and close the window. Connect any of the message
boxe
s or the toggle, save it, create it again and it will give you the crash
wh
en you close the window - at least it does for me. I should also note
that
it only happens when this is a gop. I tried connecting a message box to a
playlist object in a normal patch and it didn't crash when I closed it
and
discarded changes.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-04-13 14:00
Message:
it seems to be related to having the envgen in the GOP, then having some
other object connected to the envgen, and also having the comments present.
Strange bug.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-08-27 13:23
Message:
ok, that crashes. In the future, please sign in and attach files directly
to this patch report. pastebin is a pain, and the text will disappear
after a while.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-08-27 13:16
Message:
ok here you go:
http://pastebin.com/m614e0f77
hope this helps, sorry if the instructions where bad in the ticket.
so just run the pd_start.pd file and try to remove the object 'foo' and
should crash.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-08-25 13:05
Message:
I couldn't reproduce on Pd-extended 0.41.4 on Mac OS X 10.5.7/Intel. Can
you post an example patch?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2842897&group_…
Bugs item #1751315, was opened at 2007-07-10 11:57
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1751315&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.42
Status: Closed
>Resolution: Duplicate
Priority: 5
Private: No
Submitted By: Kevin McCoy (kevinmccoy)
>Assigned to: Nobody/Anonymous (nobody)
Summary: [playlist] crashes in gop when a message is connected to it
Initial Comment:
I have attached a stripped down version of the gop to demonstrate the error. It seems that what causes the error, at least for me, is having any kind of message box connected to the [playlist] object when it appears in a GOP abstraction, then closing the patch and saying yes to discarding the changes. I have attached the example. In its current state it will not crash pd after you create it and close the window. Connect any of the message boxes or the toggle, save it, create it again and it will give you the crash when you close the window - at least it does for me. I should also note that it only happens when this is a gop. I tried connecting a message box to a playlist object in a normal patch and it didn't crash when I closed it and discarded changes.
This error, as far as I can tell, occurs in Miller's pd 0.39-2, 39-2 extended rc3/rc4, 0.40-2 extended, but I couldn't get it to crash the same way in Miller's 0.40-2
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-04-13 14:50
Message:
the problem seems to be in Pd itself since other objects do the same thing.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-04-13 14:48
Message:
This artifact has been marked as a duplicate of artifact 2842897 with
reason:
the same issue with the message box connection
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2007-12-01 16:20
Message:
Logged In: YES
user_id=27104
Originator: NO
I can reproduce it on Pd-extended 0.40.3-2007-11-30 on Mac OS X/Intel
10.4.11
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2007-12-01 08:12
Message:
Logged In: NO
yes, i have also experienced this error. playlist crashes pd when in GOP
abstractions.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1751315&group_…
Bugs item #1751315, was opened at 2007-07-10 11:57
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1751315&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: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Kevin McCoy (kevinmccoy)
Assigned to: Yves Degoyon (sevyves)
Summary: [playlist] crashes in gop when a message is connected to it
Initial Comment:
I have attached a stripped down version of the gop to demonstrate the error. It seems that what causes the error, at least for me, is having any kind of message box connected to the [playlist] object when it appears in a GOP abstraction, then closing the patch and saying yes to discarding the changes. I have attached the example. In its current state it will not crash pd after you create it and close the window. Connect any of the message boxes or the toggle, save it, create it again and it will give you the crash when you close the window - at least it does for me. I should also note that it only happens when this is a gop. I tried connecting a message box to a playlist object in a normal patch and it didn't crash when I closed it and discarded changes.
This error, as far as I can tell, occurs in Miller's pd 0.39-2, 39-2 extended rc3/rc4, 0.40-2 extended, but I couldn't get it to crash the same way in Miller's 0.40-2
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-04-13 14:48
Message:
This artifact has been marked as a duplicate of artifact 2842897 with
reason:
the same issue with the message box connection
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2007-12-01 16:20
Message:
Logged In: YES
user_id=27104
Originator: NO
I can reproduce it on Pd-extended 0.40.3-2007-11-30 on Mac OS X/Intel
10.4.11
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2007-12-01 08:12
Message:
Logged In: NO
yes, i have also experienced this error. playlist crashes pd when in GOP
abstractions.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1751315&group_…
Bugs item #2842897, was opened at 2009-08-23 01:25
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2842897&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: v0.42
Status: Open
Resolution: None
Priority: 7
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
>Summary: GOP with envgen/playlist makes pd segfault on patch close
Initial Comment:
create a envgen, connect a bang to it, then connect a inlet to the bang.
inlet--->bang--->envgen
create a graph on parent, and put the envgen in it.
save with the name 'envgenbug'.
now create a object named 'envgenbug' and your graph-on parent object should appear.
now if you remove it it will crash pd.
this bug happends on my OSX installation, linux installation, with different versions of PD, and with a newly compiled envgen external from svn.
so i dont know what the problem is.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-04-13 14:00
Message:
it seems to be related to having the envgen in the GOP, then having some
other object connected to the envgen, and also having the comments present.
Strange bug.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-08-27 13:23
Message:
ok, that crashes. In the future, please sign in and attach files directly
to this patch report. pastebin is a pain, and the text will disappear
after a while.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-08-27 13:16
Message:
ok here you go:
http://pastebin.com/m614e0f77
hope this helps, sorry if the instructions where bad in the ticket.
so just run the pd_start.pd file and try to remove the object 'foo' and
should crash.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-08-25 13:05
Message:
I couldn't reproduce on Pd-extended 0.41.4 on Mac OS X 10.5.7/Intel. Can
you post an example patch?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2842897&group_…
Bugs item #1180148, was opened at 2005-04-10 07:14
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1180148&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: Pending
Resolution: None
Priority: 7
Private: No
Submitted By: Thomas Grill (xovo)
>Assigned to: Nobody/Anonymous (nobody)
Summary: silence when there's only output device
Initial Comment:
Currently, when there is no input device (but there is output, like on
the Minimac), in the audio config dialog the input is enabled but the
input device list is empty.
In this situation there is no audio output either. Disabling the input
helps - this should be the default when there is no input device.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-04-13 14:33
Message:
is this still an issue? There have been 'portaudio' updates since this bug
reports. Pd-extended 0.42.5 has a very recent portaudio.
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2005-09-13 19:30
Message:
Logged In: YES
user_id=313747
I can't reproduce this at the moment... perhaps this only
happens on
macintosh???
----------------------------------------------------------------------
Comment By: Thomas Grill (xovo)
Date: 2005-09-02 15:57
Message:
Logged In: YES
user_id=350252
Ok, increased priority since this bug report has been here
for _quite_ a while and the issue becomes increasingly nasty
by the time.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1180148&group_…
Bugs item #1072763, was opened at 2004-11-24 15:33
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1072763&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.43
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: B. Bogart (bbogart)
>Assigned to: Hans-Christoph Steiner (eighthave)
Summary: .gfxstub41d8c0.f?: no such object in console w/ pd.38-test10
Initial Comment:
When pasting (Apple-V) into "pd search path entry boxes":
error: .gfxstub41d8c0.f?: no such object
Where "?" is 0-9 corrseponding to the entry field
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-04-13 14:31
Message:
fixed in 0.43
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-04-14 00:13
Message:
this is fixed in Pd-extended and this bug report has been around a very
long time....
----------------------------------------------------------------------
Comment By: stffn (stffn)
Date: 2007-10-16 09:44
Message:
Logged In: YES
user_id=1658640
Originator: NO
This is still the case in Pd-0.40-2.
Note that the pasted text does get it way into the "pd search path entry
boxes".
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2004-12-09 22:19
Message:
Logged In: YES
user_id=313747
This seems mot to happen in linux, will try on a mac later.
Same for previous bug.
-M
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1072763&group_…