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...
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@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-24 20:48
Message: After mv-ing 0x3e0x7e.pd out of the way, I get the following output:
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
----------------------------------------------------------------------
Comment By: ClaudiusMaximus (claudiusmaximus) Date: 2009-05-23 18:10
Message: Works fine here with hexloader and zexy --disable-library compiled from SVN trunk against pd-0.41-4 on GNU/Linux/Debian/Lenny/pure:dyne:
tried ../zexy/src/0x3e0x7e.pd_linux and succeeded verbose( 2):hexloader trying ../zexy/src/0x3e0x7e.pd_linux (0x3e0x7e_setup) verbose( 2):hexload object: Symbol "0x3e0x7e_setup" not found verbose( 2):hexloader trying ../zexy/src/0x3e0x7e.pd_linux (setup_0x3e0x7e) [>~] part of zexy-2.2.3 (compiled: May 23 2009) Copyright (l) 1999-2008 IOhannes m zm�nig, forum::f�::uml�te & IEM
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig) Date: 2009-05-23 09:04
Message: no this is not really the problem. hexloader doesn't implement abstraction loading yet (it did once, but this failed to load abstraction recursively so it is disabled for now), which explains perfectly why it doesn't load 0x3e0x7e.pd. however, it should be able to load 0x3e0x7e.pd_linux which it doesn't:
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
i don't know why.
----------------------------------------------------------------------
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...