Hello,
in a construction like this
[savepanel] | [open $1( | [writesf~]
I found, that clicking directly on the [open( message kills Pd (0.38.3 on XP) immediately. Ok, there is no need to do so, but still this behavior is certainly not intended.
Siegfried
Hallo!
I found, that clicking directly on the [open( message kills Pd (0.38.3 on XP) immediately. Ok, there is no need to do so, but still this behavior is certainly not intended.
indeed - also on linux with pd 0.39
the bug is here:
0x080e7512 in writesf_open (x=0x811af68, s=0x81137e8, argc=1, argv=0x80f92d0) at d_soundfile.c:2312 2312 x->x_filename = filesym->s_name;
LG Georg
Siegfried
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Georg Holzmann wrote:
the bug is here:
0x080e7512 in writesf_open (x=0x811af68, s=0x81137e8, argc=1, argv=0x80f92d0) at d_soundfile.c:2312 2312 x->x_filename = filesym->s_name;
Nice hint...
But, if this is an appeal to every pd-user to hack his/her then you forgot the fix (I can't do anything with your hint).
If this is an information for the pd-developer to fix the bug then post it to pd-dev list, please.
Piotr
Hallo!
If this is an information for the pd-developer to fix the bug then post it to pd-dev list, please.
okay, sorry, I should have sent it to pd-dev, but I was too lazy and simply clicked on "Reply" ... ;)
anyway, I filled out a bug-report at sourceforge ...
LG Georg
Piotr