Bugs item #2788980, was opened at 2009-05-08 13:21
Message generated for change (Comment added) made by sf-robot
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2788980&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.41
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: 3dp_mouserotate could not create
Initial Comment:
3dp_mouserotate works under 0.40.3 of pd extended, but fails to load in the current autobuilds, as in: 0.41.4 20090506.
I hope this is and easy to catch bug, please disregards if its unimportant. I searched the bug tracker system and found nothing related to 3dp_mouserotate a vital object for 3dp (in my case) Thanks.
----------------------------------------------------------------------
>Comment By: SourceForge Robot (sf-robot)
Date: 2009-05-23 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: 2009-05-08 15:35
Message:
its included, you just need to load the '3dp' libdir first, so the patch
needs something like this first:
[import pdp_opengl 3dp]
I didn't know anyone was using 3dp, its good to hear! It would be great
if you could help document it better so more people can use it.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2788980&group_…
Bugs item #2795202, was opened at 2009-05-22 04:37
Message generated for change (Comment added) made by claudiusmaximus
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2795202&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: turning off dsp with loadbang doesn't work
Initial Comment:
If dsp is on, opening a patch with:
[loadbang]
|
[; pd dsp 0]
doesn't turn it off.
For an example, turn on dsp and open the help file for bang~
I tried it in pd 0.42-5 and pd-ext 0.41-4 rc1 on winxp
----------------------------------------------------------------------
Comment By: ClaudiusMaximus (claudiusmaximus)
Date: 2009-05-22 13:04
Message:
This is because Pd saves the dsp state, turns off dsp when loading patches
and then restores the dsp state again when loading is complete. So any
changes to dsp state while loading will be lost when the dsp state is
restored to what it was before loading.
Probably Pd should restore the dsp state before triggering the loadbangs.
Try swapping the order of the pd_doloadbang() and canvas_resume_dsp() at
the end of this file:
http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/pd/src/m_binbuf…
But this "fix" might have other ramifications....
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-05-22 04:40
Message:
p.s.- inserting a [del 0] after the loadbang will make it work
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2795202&group_…
Bugs item #2794086, was opened at 2009-05-19 21:15
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2794086&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: Thomas Mayer (elvettsemic)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: hexloader problem in 0.41-4 RC2
Initial Comment:
Hexloader will not load objects like [>~] in Pd version 0.41.4-extended-rc2 on Debian Lenny i386.
Hexloader is loaded:
hex loader $Revision: 1.5 $
written by IOhannes m zmölnig, IEM <zmoelnig(a)iem.at>
compiled on May 18 2009 at 02:37:31
compiled against Pd version 0.41.4.extended-rc2
but then:
>~ $2
... couldn't create
load_object: Symbol "0x3e0x7e_setup" not found
error: BUG: hexloader not loading abstraction: /usr/lib/pd/extra/zexy/0x3e0x7e.pd (not yet implemented)
The file /usr/lib/pd/extra/zexy/0x3e0x7e.pd exists, as well as /usr/lib/pd/extra/zexy/0x3e0x7e.pd_linux
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-05-22 10:31
Message:
The problem is of course the lines:
tried /usr/lib/pd/extra/zexy/0x3e0x7e.pd and succeeded
error: BUG: hexloader not loading abstraction:
/usr/lib/pd/extra/zexy/0x3e0x7e.pd (not yet implemented)
----------------------------------------------------------------------
Comment By: Thomas Mayer (elvettsemic)
Date: 2009-05-20 10:05
Message:
The output in the Pd console when double-verbose and loading [>~]:
tried /home/thomas/Shell-Scripte/>~.l_i386 and failed
tried /usr/lib/pd/extra/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~.l_i386 and failed
tried /usr/lib/pd/extra/zexy/>~.l_i386 and failed
tried /usr/lib/pd/extra/flatspace/>~.l_i386 and failed
tried /usr/lib/pd/extra/rtc/>~.l_i386 and failed
tried /usr/lib/pd/extra/cyclone/>~.l_i386 and failed
tried /usr/lib/extra/creb/>~.l_i386 and failed
tried /usr/lib/pd/extra/creb/>~.l_i386 and failed
tried /usr/lib/pd/extra/ggee/>~.l_i386 and failed
tried /home/thomas/pd-externals/>~.l_i386 and failed
tried /usr/local/lib/pd-externals/>~.l_i386 and failed
tried /usr/lib/pd/extra/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/>~.pd_linux and failed
tried /usr/lib/pd/extra/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~.pd_linux and failed
tried /usr/lib/pd/extra/zexy/>~.pd_linux and failed
tried /usr/lib/pd/extra/flatspace/>~.pd_linux and failed
tried /usr/lib/pd/extra/rtc/>~.pd_linux and failed
tried /usr/lib/pd/extra/cyclone/>~.pd_linux and failed
tried /usr/lib/extra/creb/>~.pd_linux and failed
tried /usr/lib/pd/extra/creb/>~.pd_linux and failed
tried /usr/lib/pd/extra/ggee/>~.pd_linux and failed
tried /home/thomas/pd-externals/>~.pd_linux and failed
tried /usr/local/lib/pd-externals/>~.pd_linux and failed
tried /usr/lib/pd/extra/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/>~/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/zexy/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/flatspace/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/rtc/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/cyclone/>~/>~.l_i386 and failed
tried /usr/lib/extra/creb/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/creb/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/ggee/>~/>~.l_i386 and failed
tried /home/thomas/pd-externals/>~/>~.l_i386 and failed
tried /usr/local/lib/pd-externals/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/>~/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/>~/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/zexy/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/flatspace/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/rtc/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/cyclone/>~/>~.pd_linux and failed
tried /usr/lib/extra/creb/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/creb/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/ggee/>~/>~.pd_linux and failed
tried /home/thomas/pd-externals/>~/>~.pd_linux and failed
tried /usr/local/lib/pd-externals/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/>~/>~.pd_linux and failed
verbose( 2):calling sys_load with '>~'
tried /home/thomas/Shell-Scripte/>~.l_i386 and failed
tried /usr/lib/pd/extra/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~.l_i386 and failed
tried /usr/lib/pd/extra/zexy/>~.l_i386 and failed
tried /usr/lib/pd/extra/flatspace/>~.l_i386 and failed
tried /usr/lib/pd/extra/rtc/>~.l_i386 and failed
tried /usr/lib/pd/extra/cyclone/>~.l_i386 and failed
tried /usr/lib/extra/creb/>~.l_i386 and failed
tried /usr/lib/pd/extra/creb/>~.l_i386 and failed
tried /usr/lib/pd/extra/ggee/>~.l_i386 and failed
tried /home/thomas/pd-externals/>~.l_i386 and failed
tried /usr/local/lib/pd-externals/>~.l_i386 and failed
tried /usr/lib/pd/extra/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/>~.pd_linux and failed
tried /usr/lib/pd/extra/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~.pd_linux and failed
tried /usr/lib/pd/extra/zexy/>~.pd_linux and failed
tried /usr/lib/pd/extra/flatspace/>~.pd_linux and failed
tried /usr/lib/pd/extra/rtc/>~.pd_linux and failed
tried /usr/lib/pd/extra/cyclone/>~.pd_linux and failed
tried /usr/lib/extra/creb/>~.pd_linux and failed
tried /usr/lib/pd/extra/creb/>~.pd_linux and failed
tried /usr/lib/pd/extra/ggee/>~.pd_linux and failed
tried /home/thomas/pd-externals/>~.pd_linux and failed
tried /usr/local/lib/pd-externals/>~.pd_linux and failed
tried /usr/lib/pd/extra/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/>~/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/zexy/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/flatspace/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/rtc/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/cyclone/>~/>~.l_i386 and failed
tried /usr/lib/extra/creb/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/creb/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/ggee/>~/>~.l_i386 and failed
tried /home/thomas/pd-externals/>~/>~.l_i386 and failed
tried /usr/local/lib/pd-externals/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/>~/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/>~/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/zexy/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/flatspace/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/rtc/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/cyclone/>~/>~.pd_linux and failed
tried /usr/lib/extra/creb/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/creb/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/ggee/>~/>~.pd_linux and failed
tried /home/thomas/pd-externals/>~/>~.pd_linux and failed
tried /usr/local/lib/pd-externals/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/>~/>~.pd_linux and failed
tried ./>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/>~/>~-meta.pd and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~/>~-meta.pd and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/zexy/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/flatspace/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/rtc/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/cyclone/>~/>~-meta.pd and failed
tried /usr/lib/extra/creb/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/creb/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/ggee/>~/>~-meta.pd and failed
tried /home/thomas/pd-externals/>~/>~-meta.pd and failed
tried /usr/local/lib/pd-externals/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/>~/>~-meta.pd and failed
verbose( 2):calling sys_load with '0x3e~'
tried /home/thomas/Shell-Scripte/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/0x3e~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/zexy/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/flatspace/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/rtc/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/cyclone/0x3e~.l_i386 and failed
tried /usr/lib/extra/creb/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/creb/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/ggee/0x3e~.l_i386 and failed
tried /home/thomas/pd-externals/0x3e~.l_i386 and failed
tried /usr/local/lib/pd-externals/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/0x3e~.l_i386 and failed
tried /home/thomas/Shell-Scripte/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/0x3e~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/zexy/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/flatspace/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/rtc/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/cyclone/0x3e~.pd_linux and failed
tried /usr/lib/extra/creb/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/creb/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/ggee/0x3e~.pd_linux and failed
tried /home/thomas/pd-externals/0x3e~.pd_linux and failed
tried /usr/local/lib/pd-externals/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/0x3e~.pd_linux and failed
tried /home/thomas/Shell-Scripte/0x3e~/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/0x3e~/0x3e~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e~/0x3e~.l_i386 and
failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e~/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/zexy/0x3e~/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/flatspace/0x3e~/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/rtc/0x3e~/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/cyclone/0x3e~/0x3e~.l_i386 and failed
tried /usr/lib/extra/creb/0x3e~/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/creb/0x3e~/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/ggee/0x3e~/0x3e~.l_i386 and failed
tried /home/thomas/pd-externals/0x3e~/0x3e~.l_i386 and failed
tried /usr/local/lib/pd-externals/0x3e~/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/0x3e~/0x3e~.l_i386 and failed
tried /home/thomas/Shell-Scripte/0x3e~/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/0x3e~/0x3e~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e~/0x3e~.pd_linux and
failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e~/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/zexy/0x3e~/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/flatspace/0x3e~/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/rtc/0x3e~/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/cyclone/0x3e~/0x3e~.pd_linux and failed
tried /usr/lib/extra/creb/0x3e~/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/creb/0x3e~/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/ggee/0x3e~/0x3e~.pd_linux and failed
tried /home/thomas/pd-externals/0x3e~/0x3e~.pd_linux and failed
tried /usr/local/lib/pd-externals/0x3e~/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/0x3e~/0x3e~.pd_linux and failed
tried ./0x3e~/0x3e~-meta.pd and failed
tried /usr/lib/pd/extra/0x3e~/0x3e~-meta.pd and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e~/0x3e~-meta.pd and
failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e~/0x3e~-meta.pd and failed
tried /usr/lib/pd/extra/zexy/0x3e~/0x3e~-meta.pd and failed
tried /usr/lib/pd/extra/flatspace/0x3e~/0x3e~-meta.pd and failed
tried /usr/lib/pd/extra/rtc/0x3e~/0x3e~-meta.pd and failed
tried /usr/lib/pd/extra/cyclone/0x3e~/0x3e~-meta.pd and failed
tried /usr/lib/extra/creb/0x3e~/0x3e~-meta.pd and failed
tried /usr/lib/pd/extra/creb/0x3e~/0x3e~-meta.pd and failed
tried /usr/lib/pd/extra/ggee/0x3e~/0x3e~-meta.pd and failed
tried /home/thomas/pd-externals/0x3e~/0x3e~-meta.pd and failed
tried /usr/local/lib/pd-externals/0x3e~/0x3e~-meta.pd and failed
tried /usr/lib/pd/extra/0x3e~/0x3e~-meta.pd and failed
verbose( 2):calling sys_load with '0x3e0x7e'
tried /home/thomas/Shell-Scripte/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/0x3e0x7e.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e0x7e.l_i386 and
failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/zexy/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/flatspace/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/rtc/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/cyclone/0x3e0x7e.l_i386 and failed
tried /usr/lib/extra/creb/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/creb/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/ggee/0x3e0x7e.l_i386 and failed
tried /home/thomas/pd-externals/0x3e0x7e.l_i386 and failed
tried /usr/local/lib/pd-externals/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/0x3e0x7e.l_i386 and failed
tried /home/thomas/Shell-Scripte/0x3e0x7e.pd_linux and failed
tried /usr/lib/pd/extra/0x3e0x7e.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e0x7e.pd_linux and
failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e0x7e.pd_linux and failed
tried /usr/lib/pd/extra/zexy/0x3e0x7e.pd_linux and succeeded
load_object: Symbol "0x3e0x7e_setup" not found
tried ./0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /usr/lib/pd/extra/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e0x7e/0x3e0x7e-meta.pd
and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e0x7e/0x3e0x7e-meta.pd and
failed
tried /usr/lib/pd/extra/zexy/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /usr/lib/pd/extra/flatspace/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /usr/lib/pd/extra/rtc/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /usr/lib/pd/extra/cyclone/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /usr/lib/extra/creb/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /usr/lib/pd/extra/creb/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /usr/lib/pd/extra/ggee/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /home/thomas/pd-externals/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /usr/local/lib/pd-externals/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /usr/lib/pd/extra/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried ./>~.l_i386 and failed
tried /usr/lib/pd/extra/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~.l_i386 and failed
tried /usr/lib/pd/extra/zexy/>~.l_i386 and failed
tried /usr/lib/pd/extra/flatspace/>~.l_i386 and failed
tried /usr/lib/pd/extra/rtc/>~.l_i386 and failed
tried /usr/lib/pd/extra/cyclone/>~.l_i386 and failed
tried /usr/lib/extra/creb/>~.l_i386 and failed
tried /usr/lib/pd/extra/creb/>~.l_i386 and failed
tried /usr/lib/pd/extra/ggee/>~.l_i386 and failed
tried /home/thomas/pd-externals/>~.l_i386 and failed
tried /usr/local/lib/pd-externals/>~.l_i386 and failed
tried /usr/lib/pd/extra/>~.l_i386 and failed
tried ./>~.pd_linux and failed
tried /usr/lib/pd/extra/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~.pd_linux and failed
tried /usr/lib/pd/extra/zexy/>~.pd_linux and failed
tried /usr/lib/pd/extra/flatspace/>~.pd_linux and failed
tried /usr/lib/pd/extra/rtc/>~.pd_linux and failed
tried /usr/lib/pd/extra/cyclone/>~.pd_linux and failed
tried /usr/lib/extra/creb/>~.pd_linux and failed
tried /usr/lib/pd/extra/creb/>~.pd_linux and failed
tried /usr/lib/pd/extra/ggee/>~.pd_linux and failed
tried /home/thomas/pd-externals/>~.pd_linux and failed
tried /usr/local/lib/pd-externals/>~.pd_linux and failed
tried /usr/lib/pd/extra/>~.pd_linux and failed
tried ./0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/0x3e~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/zexy/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/flatspace/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/rtc/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/cyclone/0x3e~.l_i386 and failed
tried /usr/lib/extra/creb/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/creb/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/ggee/0x3e~.l_i386 and failed
tried /home/thomas/pd-externals/0x3e~.l_i386 and failed
tried /usr/local/lib/pd-externals/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/0x3e~.l_i386 and failed
tried ./0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/0x3e~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/zexy/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/flatspace/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/rtc/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/cyclone/0x3e~.pd_linux and failed
tried /usr/lib/extra/creb/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/creb/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/ggee/0x3e~.pd_linux and failed
tried /home/thomas/pd-externals/0x3e~.pd_linux and failed
tried /usr/local/lib/pd-externals/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/0x3e~.pd_linux and failed
tried ./0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/0x3e0x7e.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e0x7e.l_i386 and
failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/zexy/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/flatspace/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/rtc/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/cyclone/0x3e0x7e.l_i386 and failed
tried /usr/lib/extra/creb/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/creb/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/ggee/0x3e0x7e.l_i386 and failed
tried /home/thomas/pd-externals/0x3e0x7e.l_i386 and failed
tried /usr/local/lib/pd-externals/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/0x3e0x7e.l_i386 and failed
tried ./0x3e0x7e.pd_linux and failed
tried /usr/lib/pd/extra/0x3e0x7e.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e0x7e.pd_linux and
failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e0x7e.pd_linux and failed
tried /usr/lib/pd/extra/zexy/0x3e0x7e.pd_linux and succeeded
verbose( 2):hexloader trying /usr/lib/pd/extra/zexy/0x3e0x7e.pd_linux
(0x3e0x7e_setup)
verbose( 2):hexload object: Symbol "0x3e0x7e_setup" not found
verbose( 2):hexloader trying /usr/lib/pd/extra/zexy/0x3e0x7e.pd_linux
(setup_0x3e0x7e)
verbose( 2):hexload object: Symbol "setup_0x3e0x7e" not found
tried ./0x3e~.pd and failed
tried /usr/lib/pd/extra/0x3e~.pd and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e~.pd and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e~.pd and failed
tried /usr/lib/pd/extra/zexy/0x3e~.pd and failed
tried /usr/lib/pd/extra/flatspace/0x3e~.pd and failed
tried /usr/lib/pd/extra/rtc/0x3e~.pd and failed
tried /usr/lib/pd/extra/cyclone/0x3e~.pd and failed
tried /usr/lib/extra/creb/0x3e~.pd and failed
tried /usr/lib/pd/extra/creb/0x3e~.pd and failed
tried /usr/lib/pd/extra/ggee/0x3e~.pd and failed
tried /home/thomas/pd-externals/0x3e~.pd and failed
tried /usr/local/lib/pd-externals/0x3e~.pd and failed
tried /usr/lib/pd/extra/0x3e~.pd and failed
tried ./0x3e~.pat and failed
tried /usr/lib/pd/extra/0x3e~.pat and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e~.pat and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e~.pat and failed
tried /usr/lib/pd/extra/zexy/0x3e~.pat and failed
tried /usr/lib/pd/extra/flatspace/0x3e~.pat and failed
tried /usr/lib/pd/extra/rtc/0x3e~.pat and failed
tried /usr/lib/pd/extra/cyclone/0x3e~.pat and failed
tried /usr/lib/extra/creb/0x3e~.pat and failed
tried /usr/lib/pd/extra/creb/0x3e~.pat and failed
tried /usr/lib/pd/extra/ggee/0x3e~.pat and failed
tried /home/thomas/pd-externals/0x3e~.pat and failed
tried /usr/local/lib/pd-externals/0x3e~.pat and failed
tried /usr/lib/pd/extra/0x3e~.pat and failed
tried ./0x3e0x7e.pd and failed
tried /usr/lib/pd/extra/0x3e0x7e.pd and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e0x7e.pd and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e0x7e.pd and failed
tried /usr/lib/pd/extra/zexy/0x3e0x7e.pd and succeeded
error: BUG: hexloader not loading abstraction:
/usr/lib/pd/extra/zexy/0x3e0x7e.pd (not yet implemented)
tried ./0x3e0x7e.pat and failed
tried /usr/lib/pd/extra/0x3e0x7e.pat and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e0x7e.pat and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e0x7e.pat and failed
tried /usr/lib/pd/extra/zexy/0x3e0x7e.pat and failed
tried /usr/lib/pd/extra/flatspace/0x3e0x7e.pat and failed
tried /usr/lib/pd/extra/rtc/0x3e0x7e.pat and failed
tried /usr/lib/pd/extra/cyclone/0x3e0x7e.pat and failed
tried /usr/lib/extra/creb/0x3e0x7e.pat and failed
tried /usr/lib/pd/extra/creb/0x3e0x7e.pat and failed
tried /usr/lib/pd/extra/ggee/0x3e0x7e.pat and failed
tried /home/thomas/pd-externals/0x3e0x7e.pat and failed
tried /usr/local/lib/pd-externals/0x3e0x7e.pat and failed
tried /usr/lib/pd/extra/0x3e0x7e.pat and failed
tried ./>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/>~/>~-meta.pd and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~/>~-meta.pd and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/zexy/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/flatspace/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/rtc/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/cyclone/>~/>~-meta.pd and failed
tried /usr/lib/extra/creb/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/creb/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/ggee/>~/>~-meta.pd and failed
tried /home/thomas/pd-externals/>~/>~-meta.pd and failed
tried /usr/local/lib/pd-externals/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/>~/>~-meta.pd and failed
tried /home/thomas/Shell-Scripte/>~.pd and failed
tried /usr/lib/pd/extra/>~.pd and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~.pd and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~.pd and failed
tried /usr/lib/pd/extra/zexy/>~.pd and failed
tried /usr/lib/pd/extra/flatspace/>~.pd and failed
tried /usr/lib/pd/extra/rtc/>~.pd and failed
tried /usr/lib/pd/extra/cyclone/>~.pd and failed
tried /usr/lib/extra/creb/>~.pd and failed
tried /usr/lib/pd/extra/creb/>~.pd and failed
tried /usr/lib/pd/extra/ggee/>~.pd and failed
tried /home/thomas/pd-externals/>~.pd and failed
tried /usr/local/lib/pd-externals/>~.pd and failed
tried /usr/lib/pd/extra/>~.pd and failed
tried /home/thomas/Shell-Scripte/>~.pat and failed
tried /usr/lib/pd/extra/>~.pat and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~.pat and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~.pat and failed
tried /usr/lib/pd/extra/zexy/>~.pat and failed
tried /usr/lib/pd/extra/flatspace/>~.pat and failed
tried /usr/lib/pd/extra/rtc/>~.pat and failed
tried /usr/lib/pd/extra/cyclone/>~.pat and failed
tried /usr/lib/extra/creb/>~.pat and failed
tried /usr/lib/pd/extra/creb/>~.pat and failed
tried /usr/lib/pd/extra/ggee/>~.pat and failed
tried /home/thomas/pd-externals/>~.pat and failed
tried /usr/local/lib/pd-externals/>~.pat and failed
tried /usr/lib/pd/extra/>~.pat and failed
>~
... couldn't create
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2009-05-20 07:07
Message:
please run Pd with "-verbose -verbose" (yes, that's 2* verbose) and post
the output when trying to load [>~]
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2794086&group_…
Bugs item #2795202, was opened at 2009-05-22 04:37
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2795202&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: turning off dsp with loadbang doesn't work
Initial Comment:
If dsp is on, opening a patch with:
[loadbang]
|
[; pd dsp 0]
doesn't turn it off.
For an example, turn on dsp and open the help file for bang~
I tried it in pd 0.42-5 and pd-ext 0.41-4 rc1 on winxp
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-05-22 04:40
Message:
p.s.- inserting a [del 0] after the loadbang will make it work
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2795202&group_…
Bugs item #2795202, was opened at 2009-05-22 04:37
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2795202&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: turning off dsp with loadbang doesn't work
Initial Comment:
If dsp is on, opening a patch with:
[loadbang]
|
[; pd dsp 0]
doesn't turn it off.
For an example, turn on dsp and open the help file for bang~
I tried it in pd 0.42-5 and pd-ext 0.41-4 rc1 on winxp
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2795202&group_…
Dear open source contributors,
I am Eunyoung Chung, a Masters student working with Dr. Jensen at
Oregon State University. We are currently doing a research project in
collaboration with Dr.Truong and Ph.D student Koji Yatani at
University of Toronto. Our goal is to understand how contributors
communicate and collaborate in Open Source Software (OSS) projects,
including diagramming practices.
We are seeking volunteers for a quick survey on this topic. Any person
who is actively working on a OSS project is eligible. The survey takes
approximately 10-15 minutes, and the 5 volunteers will be picked to
receive a $30 Amazon gift certificate. Your participation is anonymous
(unless you consent to have us contact you)
Here is the survey address.
https://secure.engr.oregonstate.edu/limesurvey/58564/lang-en
We really appreciate your help!
Anyone ever looked at liboil? "Liboil is a library of simple functions
that are optimized for various CPUs." I just noticed that VLC is
using it. It sounds like it could be quite useful for Pd.
http://liboil.freedesktop.org/wiki/
.hc
----------------------------------------------------------------------------
Programs should be written for people to read, and only incidentally
for machines to execute.
- from Structure and Interpretation of Computer Programs
Bugs item #2794086, was opened at 2009-05-19 23:15
Message generated for change (Comment added) made by elvettsemic
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2794086&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: Thomas Mayer (elvettsemic)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: hexloader problem in 0.41-4 RC2
Initial Comment:
Hexloader will not load objects like [>~] in Pd version 0.41.4-extended-rc2 on Debian Lenny i386.
Hexloader is loaded:
hex loader $Revision: 1.5 $
written by IOhannes m zmölnig, IEM <zmoelnig(a)iem.at>
compiled on May 18 2009 at 02:37:31
compiled against Pd version 0.41.4.extended-rc2
but then:
>~ $2
... couldn't create
load_object: Symbol "0x3e0x7e_setup" not found
error: BUG: hexloader not loading abstraction: /usr/lib/pd/extra/zexy/0x3e0x7e.pd (not yet implemented)
The file /usr/lib/pd/extra/zexy/0x3e0x7e.pd exists, as well as /usr/lib/pd/extra/zexy/0x3e0x7e.pd_linux
----------------------------------------------------------------------
Comment By: Thomas Mayer (elvettsemic)
Date: 2009-05-20 12:05
Message:
The output in the Pd console when double-verbose and loading [>~]:
tried /home/thomas/Shell-Scripte/>~.l_i386 and failed
tried /usr/lib/pd/extra/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~.l_i386 and failed
tried /usr/lib/pd/extra/zexy/>~.l_i386 and failed
tried /usr/lib/pd/extra/flatspace/>~.l_i386 and failed
tried /usr/lib/pd/extra/rtc/>~.l_i386 and failed
tried /usr/lib/pd/extra/cyclone/>~.l_i386 and failed
tried /usr/lib/extra/creb/>~.l_i386 and failed
tried /usr/lib/pd/extra/creb/>~.l_i386 and failed
tried /usr/lib/pd/extra/ggee/>~.l_i386 and failed
tried /home/thomas/pd-externals/>~.l_i386 and failed
tried /usr/local/lib/pd-externals/>~.l_i386 and failed
tried /usr/lib/pd/extra/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/>~.pd_linux and failed
tried /usr/lib/pd/extra/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~.pd_linux and failed
tried /usr/lib/pd/extra/zexy/>~.pd_linux and failed
tried /usr/lib/pd/extra/flatspace/>~.pd_linux and failed
tried /usr/lib/pd/extra/rtc/>~.pd_linux and failed
tried /usr/lib/pd/extra/cyclone/>~.pd_linux and failed
tried /usr/lib/extra/creb/>~.pd_linux and failed
tried /usr/lib/pd/extra/creb/>~.pd_linux and failed
tried /usr/lib/pd/extra/ggee/>~.pd_linux and failed
tried /home/thomas/pd-externals/>~.pd_linux and failed
tried /usr/local/lib/pd-externals/>~.pd_linux and failed
tried /usr/lib/pd/extra/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/>~/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/zexy/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/flatspace/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/rtc/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/cyclone/>~/>~.l_i386 and failed
tried /usr/lib/extra/creb/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/creb/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/ggee/>~/>~.l_i386 and failed
tried /home/thomas/pd-externals/>~/>~.l_i386 and failed
tried /usr/local/lib/pd-externals/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/>~/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/>~/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/zexy/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/flatspace/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/rtc/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/cyclone/>~/>~.pd_linux and failed
tried /usr/lib/extra/creb/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/creb/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/ggee/>~/>~.pd_linux and failed
tried /home/thomas/pd-externals/>~/>~.pd_linux and failed
tried /usr/local/lib/pd-externals/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/>~/>~.pd_linux and failed
verbose( 2):calling sys_load with '>~'
tried /home/thomas/Shell-Scripte/>~.l_i386 and failed
tried /usr/lib/pd/extra/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~.l_i386 and failed
tried /usr/lib/pd/extra/zexy/>~.l_i386 and failed
tried /usr/lib/pd/extra/flatspace/>~.l_i386 and failed
tried /usr/lib/pd/extra/rtc/>~.l_i386 and failed
tried /usr/lib/pd/extra/cyclone/>~.l_i386 and failed
tried /usr/lib/extra/creb/>~.l_i386 and failed
tried /usr/lib/pd/extra/creb/>~.l_i386 and failed
tried /usr/lib/pd/extra/ggee/>~.l_i386 and failed
tried /home/thomas/pd-externals/>~.l_i386 and failed
tried /usr/local/lib/pd-externals/>~.l_i386 and failed
tried /usr/lib/pd/extra/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/>~.pd_linux and failed
tried /usr/lib/pd/extra/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~.pd_linux and failed
tried /usr/lib/pd/extra/zexy/>~.pd_linux and failed
tried /usr/lib/pd/extra/flatspace/>~.pd_linux and failed
tried /usr/lib/pd/extra/rtc/>~.pd_linux and failed
tried /usr/lib/pd/extra/cyclone/>~.pd_linux and failed
tried /usr/lib/extra/creb/>~.pd_linux and failed
tried /usr/lib/pd/extra/creb/>~.pd_linux and failed
tried /usr/lib/pd/extra/ggee/>~.pd_linux and failed
tried /home/thomas/pd-externals/>~.pd_linux and failed
tried /usr/local/lib/pd-externals/>~.pd_linux and failed
tried /usr/lib/pd/extra/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/>~/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/zexy/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/flatspace/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/rtc/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/cyclone/>~/>~.l_i386 and failed
tried /usr/lib/extra/creb/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/creb/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/ggee/>~/>~.l_i386 and failed
tried /home/thomas/pd-externals/>~/>~.l_i386 and failed
tried /usr/local/lib/pd-externals/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/>~/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/>~/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/zexy/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/flatspace/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/rtc/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/cyclone/>~/>~.pd_linux and failed
tried /usr/lib/extra/creb/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/creb/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/ggee/>~/>~.pd_linux and failed
tried /home/thomas/pd-externals/>~/>~.pd_linux and failed
tried /usr/local/lib/pd-externals/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/>~/>~.pd_linux and failed
tried ./>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/>~/>~-meta.pd and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~/>~-meta.pd and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/zexy/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/flatspace/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/rtc/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/cyclone/>~/>~-meta.pd and failed
tried /usr/lib/extra/creb/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/creb/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/ggee/>~/>~-meta.pd and failed
tried /home/thomas/pd-externals/>~/>~-meta.pd and failed
tried /usr/local/lib/pd-externals/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/>~/>~-meta.pd and failed
verbose( 2):calling sys_load with '0x3e~'
tried /home/thomas/Shell-Scripte/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/0x3e~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/zexy/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/flatspace/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/rtc/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/cyclone/0x3e~.l_i386 and failed
tried /usr/lib/extra/creb/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/creb/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/ggee/0x3e~.l_i386 and failed
tried /home/thomas/pd-externals/0x3e~.l_i386 and failed
tried /usr/local/lib/pd-externals/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/0x3e~.l_i386 and failed
tried /home/thomas/Shell-Scripte/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/0x3e~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/zexy/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/flatspace/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/rtc/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/cyclone/0x3e~.pd_linux and failed
tried /usr/lib/extra/creb/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/creb/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/ggee/0x3e~.pd_linux and failed
tried /home/thomas/pd-externals/0x3e~.pd_linux and failed
tried /usr/local/lib/pd-externals/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/0x3e~.pd_linux and failed
tried /home/thomas/Shell-Scripte/0x3e~/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/0x3e~/0x3e~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e~/0x3e~.l_i386 and
failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e~/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/zexy/0x3e~/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/flatspace/0x3e~/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/rtc/0x3e~/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/cyclone/0x3e~/0x3e~.l_i386 and failed
tried /usr/lib/extra/creb/0x3e~/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/creb/0x3e~/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/ggee/0x3e~/0x3e~.l_i386 and failed
tried /home/thomas/pd-externals/0x3e~/0x3e~.l_i386 and failed
tried /usr/local/lib/pd-externals/0x3e~/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/0x3e~/0x3e~.l_i386 and failed
tried /home/thomas/Shell-Scripte/0x3e~/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/0x3e~/0x3e~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e~/0x3e~.pd_linux and
failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e~/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/zexy/0x3e~/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/flatspace/0x3e~/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/rtc/0x3e~/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/cyclone/0x3e~/0x3e~.pd_linux and failed
tried /usr/lib/extra/creb/0x3e~/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/creb/0x3e~/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/ggee/0x3e~/0x3e~.pd_linux and failed
tried /home/thomas/pd-externals/0x3e~/0x3e~.pd_linux and failed
tried /usr/local/lib/pd-externals/0x3e~/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/0x3e~/0x3e~.pd_linux and failed
tried ./0x3e~/0x3e~-meta.pd and failed
tried /usr/lib/pd/extra/0x3e~/0x3e~-meta.pd and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e~/0x3e~-meta.pd and
failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e~/0x3e~-meta.pd and failed
tried /usr/lib/pd/extra/zexy/0x3e~/0x3e~-meta.pd and failed
tried /usr/lib/pd/extra/flatspace/0x3e~/0x3e~-meta.pd and failed
tried /usr/lib/pd/extra/rtc/0x3e~/0x3e~-meta.pd and failed
tried /usr/lib/pd/extra/cyclone/0x3e~/0x3e~-meta.pd and failed
tried /usr/lib/extra/creb/0x3e~/0x3e~-meta.pd and failed
tried /usr/lib/pd/extra/creb/0x3e~/0x3e~-meta.pd and failed
tried /usr/lib/pd/extra/ggee/0x3e~/0x3e~-meta.pd and failed
tried /home/thomas/pd-externals/0x3e~/0x3e~-meta.pd and failed
tried /usr/local/lib/pd-externals/0x3e~/0x3e~-meta.pd and failed
tried /usr/lib/pd/extra/0x3e~/0x3e~-meta.pd and failed
verbose( 2):calling sys_load with '0x3e0x7e'
tried /home/thomas/Shell-Scripte/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/0x3e0x7e.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e0x7e.l_i386 and
failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/zexy/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/flatspace/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/rtc/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/cyclone/0x3e0x7e.l_i386 and failed
tried /usr/lib/extra/creb/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/creb/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/ggee/0x3e0x7e.l_i386 and failed
tried /home/thomas/pd-externals/0x3e0x7e.l_i386 and failed
tried /usr/local/lib/pd-externals/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/0x3e0x7e.l_i386 and failed
tried /home/thomas/Shell-Scripte/0x3e0x7e.pd_linux and failed
tried /usr/lib/pd/extra/0x3e0x7e.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e0x7e.pd_linux and
failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e0x7e.pd_linux and failed
tried /usr/lib/pd/extra/zexy/0x3e0x7e.pd_linux and succeeded
load_object: Symbol "0x3e0x7e_setup" not found
tried ./0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /usr/lib/pd/extra/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e0x7e/0x3e0x7e-meta.pd
and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e0x7e/0x3e0x7e-meta.pd and
failed
tried /usr/lib/pd/extra/zexy/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /usr/lib/pd/extra/flatspace/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /usr/lib/pd/extra/rtc/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /usr/lib/pd/extra/cyclone/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /usr/lib/extra/creb/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /usr/lib/pd/extra/creb/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /usr/lib/pd/extra/ggee/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /home/thomas/pd-externals/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /usr/local/lib/pd-externals/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /usr/lib/pd/extra/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried ./>~.l_i386 and failed
tried /usr/lib/pd/extra/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~.l_i386 and failed
tried /usr/lib/pd/extra/zexy/>~.l_i386 and failed
tried /usr/lib/pd/extra/flatspace/>~.l_i386 and failed
tried /usr/lib/pd/extra/rtc/>~.l_i386 and failed
tried /usr/lib/pd/extra/cyclone/>~.l_i386 and failed
tried /usr/lib/extra/creb/>~.l_i386 and failed
tried /usr/lib/pd/extra/creb/>~.l_i386 and failed
tried /usr/lib/pd/extra/ggee/>~.l_i386 and failed
tried /home/thomas/pd-externals/>~.l_i386 and failed
tried /usr/local/lib/pd-externals/>~.l_i386 and failed
tried /usr/lib/pd/extra/>~.l_i386 and failed
tried ./>~.pd_linux and failed
tried /usr/lib/pd/extra/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~.pd_linux and failed
tried /usr/lib/pd/extra/zexy/>~.pd_linux and failed
tried /usr/lib/pd/extra/flatspace/>~.pd_linux and failed
tried /usr/lib/pd/extra/rtc/>~.pd_linux and failed
tried /usr/lib/pd/extra/cyclone/>~.pd_linux and failed
tried /usr/lib/extra/creb/>~.pd_linux and failed
tried /usr/lib/pd/extra/creb/>~.pd_linux and failed
tried /usr/lib/pd/extra/ggee/>~.pd_linux and failed
tried /home/thomas/pd-externals/>~.pd_linux and failed
tried /usr/local/lib/pd-externals/>~.pd_linux and failed
tried /usr/lib/pd/extra/>~.pd_linux and failed
tried ./0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/0x3e~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/zexy/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/flatspace/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/rtc/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/cyclone/0x3e~.l_i386 and failed
tried /usr/lib/extra/creb/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/creb/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/ggee/0x3e~.l_i386 and failed
tried /home/thomas/pd-externals/0x3e~.l_i386 and failed
tried /usr/local/lib/pd-externals/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/0x3e~.l_i386 and failed
tried ./0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/0x3e~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/zexy/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/flatspace/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/rtc/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/cyclone/0x3e~.pd_linux and failed
tried /usr/lib/extra/creb/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/creb/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/ggee/0x3e~.pd_linux and failed
tried /home/thomas/pd-externals/0x3e~.pd_linux and failed
tried /usr/local/lib/pd-externals/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/0x3e~.pd_linux and failed
tried ./0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/0x3e0x7e.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e0x7e.l_i386 and
failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/zexy/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/flatspace/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/rtc/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/cyclone/0x3e0x7e.l_i386 and failed
tried /usr/lib/extra/creb/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/creb/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/ggee/0x3e0x7e.l_i386 and failed
tried /home/thomas/pd-externals/0x3e0x7e.l_i386 and failed
tried /usr/local/lib/pd-externals/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/0x3e0x7e.l_i386 and failed
tried ./0x3e0x7e.pd_linux and failed
tried /usr/lib/pd/extra/0x3e0x7e.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e0x7e.pd_linux and
failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e0x7e.pd_linux and failed
tried /usr/lib/pd/extra/zexy/0x3e0x7e.pd_linux and succeeded
verbose( 2):hexloader trying /usr/lib/pd/extra/zexy/0x3e0x7e.pd_linux
(0x3e0x7e_setup)
verbose( 2):hexload object: Symbol "0x3e0x7e_setup" not found
verbose( 2):hexloader trying /usr/lib/pd/extra/zexy/0x3e0x7e.pd_linux
(setup_0x3e0x7e)
verbose( 2):hexload object: Symbol "setup_0x3e0x7e" not found
tried ./0x3e~.pd and failed
tried /usr/lib/pd/extra/0x3e~.pd and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e~.pd and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e~.pd and failed
tried /usr/lib/pd/extra/zexy/0x3e~.pd and failed
tried /usr/lib/pd/extra/flatspace/0x3e~.pd and failed
tried /usr/lib/pd/extra/rtc/0x3e~.pd and failed
tried /usr/lib/pd/extra/cyclone/0x3e~.pd and failed
tried /usr/lib/extra/creb/0x3e~.pd and failed
tried /usr/lib/pd/extra/creb/0x3e~.pd and failed
tried /usr/lib/pd/extra/ggee/0x3e~.pd and failed
tried /home/thomas/pd-externals/0x3e~.pd and failed
tried /usr/local/lib/pd-externals/0x3e~.pd and failed
tried /usr/lib/pd/extra/0x3e~.pd and failed
tried ./0x3e~.pat and failed
tried /usr/lib/pd/extra/0x3e~.pat and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e~.pat and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e~.pat and failed
tried /usr/lib/pd/extra/zexy/0x3e~.pat and failed
tried /usr/lib/pd/extra/flatspace/0x3e~.pat and failed
tried /usr/lib/pd/extra/rtc/0x3e~.pat and failed
tried /usr/lib/pd/extra/cyclone/0x3e~.pat and failed
tried /usr/lib/extra/creb/0x3e~.pat and failed
tried /usr/lib/pd/extra/creb/0x3e~.pat and failed
tried /usr/lib/pd/extra/ggee/0x3e~.pat and failed
tried /home/thomas/pd-externals/0x3e~.pat and failed
tried /usr/local/lib/pd-externals/0x3e~.pat and failed
tried /usr/lib/pd/extra/0x3e~.pat and failed
tried ./0x3e0x7e.pd and failed
tried /usr/lib/pd/extra/0x3e0x7e.pd and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e0x7e.pd and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e0x7e.pd and failed
tried /usr/lib/pd/extra/zexy/0x3e0x7e.pd and succeeded
error: BUG: hexloader not loading abstraction:
/usr/lib/pd/extra/zexy/0x3e0x7e.pd (not yet implemented)
tried ./0x3e0x7e.pat and failed
tried /usr/lib/pd/extra/0x3e0x7e.pat and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e0x7e.pat and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e0x7e.pat and failed
tried /usr/lib/pd/extra/zexy/0x3e0x7e.pat and failed
tried /usr/lib/pd/extra/flatspace/0x3e0x7e.pat and failed
tried /usr/lib/pd/extra/rtc/0x3e0x7e.pat and failed
tried /usr/lib/pd/extra/cyclone/0x3e0x7e.pat and failed
tried /usr/lib/extra/creb/0x3e0x7e.pat and failed
tried /usr/lib/pd/extra/creb/0x3e0x7e.pat and failed
tried /usr/lib/pd/extra/ggee/0x3e0x7e.pat and failed
tried /home/thomas/pd-externals/0x3e0x7e.pat and failed
tried /usr/local/lib/pd-externals/0x3e0x7e.pat and failed
tried /usr/lib/pd/extra/0x3e0x7e.pat and failed
tried ./>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/>~/>~-meta.pd and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~/>~-meta.pd and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/zexy/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/flatspace/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/rtc/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/cyclone/>~/>~-meta.pd and failed
tried /usr/lib/extra/creb/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/creb/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/ggee/>~/>~-meta.pd and failed
tried /home/thomas/pd-externals/>~/>~-meta.pd and failed
tried /usr/local/lib/pd-externals/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/>~/>~-meta.pd and failed
tried /home/thomas/Shell-Scripte/>~.pd and failed
tried /usr/lib/pd/extra/>~.pd and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~.pd and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~.pd and failed
tried /usr/lib/pd/extra/zexy/>~.pd and failed
tried /usr/lib/pd/extra/flatspace/>~.pd and failed
tried /usr/lib/pd/extra/rtc/>~.pd and failed
tried /usr/lib/pd/extra/cyclone/>~.pd and failed
tried /usr/lib/extra/creb/>~.pd and failed
tried /usr/lib/pd/extra/creb/>~.pd and failed
tried /usr/lib/pd/extra/ggee/>~.pd and failed
tried /home/thomas/pd-externals/>~.pd and failed
tried /usr/local/lib/pd-externals/>~.pd and failed
tried /usr/lib/pd/extra/>~.pd and failed
tried /home/thomas/Shell-Scripte/>~.pat and failed
tried /usr/lib/pd/extra/>~.pat and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~.pat and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~.pat and failed
tried /usr/lib/pd/extra/zexy/>~.pat and failed
tried /usr/lib/pd/extra/flatspace/>~.pat and failed
tried /usr/lib/pd/extra/rtc/>~.pat and failed
tried /usr/lib/pd/extra/cyclone/>~.pat and failed
tried /usr/lib/extra/creb/>~.pat and failed
tried /usr/lib/pd/extra/creb/>~.pat and failed
tried /usr/lib/pd/extra/ggee/>~.pat and failed
tried /home/thomas/pd-externals/>~.pat and failed
tried /usr/local/lib/pd-externals/>~.pat and failed
tried /usr/lib/pd/extra/>~.pat and failed
>~
... couldn't create
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2009-05-20 09:07
Message:
please run Pd with "-verbose -verbose" (yes, that's 2* verbose) and post
the output when trying to load [>~]
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2794086&group_…
Bugs item #2794086, was opened at 2009-05-19 23:15
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2794086&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: Thomas Mayer (elvettsemic)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: hexloader problem in 0.41-4 RC2
Initial Comment:
Hexloader will not load objects like [>~] in Pd version 0.41.4-extended-rc2 on Debian Lenny i386.
Hexloader is loaded:
hex loader $Revision: 1.5 $
written by IOhannes m zmölnig, IEM <zmoelnig(a)iem.at>
compiled on May 18 2009 at 02:37:31
compiled against Pd version 0.41.4.extended-rc2
but then:
>~ $2
... couldn't create
load_object: Symbol "0x3e0x7e_setup" not found
error: BUG: hexloader not loading abstraction: /usr/lib/pd/extra/zexy/0x3e0x7e.pd (not yet implemented)
The file /usr/lib/pd/extra/zexy/0x3e0x7e.pd exists, as well as /usr/lib/pd/extra/zexy/0x3e0x7e.pd_linux
----------------------------------------------------------------------
>Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2009-05-20 09:07
Message:
please run Pd with "-verbose -verbose" (yes, that's 2* verbose) and post
the output when trying to load [>~]
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2794086&group_…