Bugs item #2880419, was opened at 2009-10-16 11:08 Message generated for change (Comment added) made by sf-robot 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: Closed 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: SourceForge Robot (sf-robot) Date: 2010-02-10 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-01-26 23: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 17: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 12: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 11: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 _______________________________________________ Pd-dev mailing list [email protected] http://lists.puredata.info/listinfo/pd-dev
