[PD-dev] [ pure-data-Bugs-2880419 ] Pd patch crashes on load

SourceForge.net noreply at sourceforge.net
Wed Jan 27 00:52:16 CET 2010


Bugs item #2880419, was opened at 2009-10-16 07:08
Message generated for change (Comment added) made by eighthave
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2880419&group_id=55736

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: Nobody/Anonymous (nobody)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: Pd patch crashes on load

Initial Comment:
I wrote a simple randomisation patch for loading up sequenced wav files, which worked last week.  Now for some reason it crashes Pd when I try to load it!
This is on Windows Vista Business, 32-bit, Pd version 0.41.4-extended (I made sure I installed the latest version and tested with this before reporting the problem).

I have tried running with –noloadbang startup option, and also running as administrator, but no luck.  I am using some non-native objects so that may be the issue..
Problematic patch is attached.

----------------------------------------------------------------------

>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2010-01-26 18:52

Message:
Couldn't reproduce on WinXP with Pd-extended 0.42.5 2010-01-26.

----------------------------------------------------------------------

Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-10-20 13:52

Message:
Could you try one of the latest nighly builds of Pd-extended 0.42.5 to see
if it happens there:

http://autobuild.puredata.info/auto-build/latest/


----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2009-10-20 08:25

Message:
Ah, that just rerouted things.  I found that changing this line:

#X obj 847 386 s track_num;

to this:

#X msg 847 386 s track_num;

AND ALSO changing the print objects to msg objects, actually fixed the
issue.
I hope this helps.  I can attach a working version if need be!

----------------------------------------------------------------------

Comment By: Nobody/Anonymous (nobody)
Date: 2009-10-20 07:51

Message:
I have found out that removing the lines:

#X obj 609 338 print filename;
#X obj 881 366 print tracknum;

from the file allow it to load correctly.  But these are only print
objects!  Why could they be causing a crash?  Anyway my initial problem is
over..

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2880419&group_id=55736




More information about the Pd-dev mailing list