hello,
i'm having a problem with 43.1 on os lion. i am running quite a big patch with some guy elements that runs flawless on 42.5. but every time i click into the guy on 43.1 i get an application error saying: Error: invalid command name "pd"
in the details it says:
invalid command name "pd" invalid command name "pd" while executing "pd [concat #hammergui _vised .x472810.c 1 ;]" invoked from within "if {[hammergui_ispatcher .x472810.c]} {pd [concat #hammergui _vised .x472810.c 1 ;]}" (command bound to event)
or
invalid command name "pd" invalid command name "pd" while executing "pd [concat #hammergui _up 0 ;]" (command bound to event)
this happens every time i click on anything, so i can't move any faders or anything. i guess i should post this on the bug tracker, but i don't really know how it works. apart from that 43.1 looks like an amazing release and i'm looking forward to get it to work.
thanks, ralf
Hey Ralf,
My guess is that you are using an old version of the cyclone library with Pd-vanilla 0.43? If so, you'll need to upgrade your cyclone library. Or does this happen with Pd-extended?
.hc
On 03/12/2012 01:16 PM, Ralf Blagau wrote:
hello,
i'm having a problem with 43.1 on os lion. i am running quite a big patch with some guy elements that runs flawless on 42.5. but every time i click into the guy on 43.1 i get an application error saying: Error: invalid command name "pd"
in the details it says:
invalid command name "pd" invalid command name "pd" while executing "pd [concat #hammergui _vised .x472810.c 1 ;]" invoked from within "if {[hammergui_ispatcher .x472810.c]} {pd [concat #hammergui _vised .x472810.c 1 ;]}" (command bound to event)
or
invalid command name "pd" invalid command name "pd" while executing "pd [concat #hammergui _up 0 ;]" (command bound to event)
this happens every time i click on anything, so i can't move any faders or anything. i guess i should post this on the bug tracker, but i don't really know how it works. apart from that 43.1 looks like an amazing release and i'm looking forward to get it to work.
thanks, ralf
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
sorry, i forgot to mention it is actually pd-extended 43.1 latest beta. ralf
Begin forwarded message:
*From:* Ralf Blagau ralf.blagau@googlemail.com *Date:* 12. März 2012 18:16:52 MEZ *To:* pd-list@iem.at *Subject:* *problem with 43.1 on os lion*
hello,
i'm having a problem with 43.1 on os lion. i am running quite a big patch with some guy elements that runs flawless on 42.5. but every time i click into the guy on 43.1 i get an application error saying: Error: invalid command name "pd"
in the details it says:
invalid command name "pd" invalid command name "pd" while executing "pd [concat #hammergui _vised .x472810.c 1 ;]" invoked from within "if {[hammergui_ispatcher .x472810.c]} {pd [concat #hammergui _vised .x472810.c 1 ;]}" (command bound to event)
or
invalid command name "pd" invalid command name "pd" while executing "pd [concat #hammergui _up 0 ;]" (command bound to event)
this happens every time i click on anything, so i can't move any faders or anything. i guess i should post this on the bug tracker, but i don't really know how it works. apart from that 43.1 looks like an amazing release and i'm looking forward to get it to work.
thanks, ralf
Can you say which cyclone objects you are using? Or can you post the patch?
.hc
On 03/12/2012 03:04 PM, Ralf Blagau wrote:
sorry, i forgot to mention it is actually pd-extended 43.1 latest beta. ralf
Begin forwarded message:
*From:* Ralf Blagau <ralf.blagau@googlemail.com mailto:ralf.blagau@googlemail.com> *Date:* 12. März 2012 18:16:52 MEZ *To:* pd-list@iem.at mailto:pd-list@iem.at *Subject:* *problem with 43.1 on os lion*
hello,
i'm having a problem with 43.1 on os lion. i am running quite a big patch with some guy elements that runs flawless on 42.5. but every time i click into the guy on 43.1 i get an application error saying: Error: invalid command name "pd"
in the details it says:
invalid command name "pd" invalid command name "pd" while executing "pd [concat #hammergui _vised .x472810.c 1 ;]" invoked from within "if {[hammergui_ispatcher .x472810.c]} {pd [concat #hammergui _vised .x472810.c 1 ;]}" (command bound to event)
or
invalid command name "pd" invalid command name "pd" while executing "pd [concat #hammergui _up 0 ;]" (command bound to event)
this happens every time i click on anything, so i can't move any faders or anything. i guess i should post this on the bug tracker, but i don't really know how it works. apart from that 43.1 looks like an amazing release and i'm looking forward to get it to work.
thanks, ralf
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
i can send the patch over to you (about 1.3 mb) if you want to have a look at it, but at this point i don't want to post it. i want to make sure there's proper documentation ready and things are working before i share. it's been a lot of work... there's lots of cyclone in there, mostly gates and switches, but other stuff as well. finding out which object exactly causes it could be quite a tedious job, but i'll try when i find the time. thanks ralf
On 12.03.2012, at 18:16, Ralf Blagau ralf.blagau@googlemail.com wrote:
hello,
i'm having a problem with 43.1 on os lion. i am running quite a big patch with some guy elements that runs flawless on 42.5. but every time i click into the guy on 43.1 i get an application error saying: Error: invalid command name "pd"
in the details it says:
invalid command name "pd" invalid command name "pd" while executing "pd [concat #hammergui _vised .x472810.c 1 ;]" invoked from within "if {[hammergui_ispatcher .x472810.c]} {pd [concat #hammergui _vised .x472810.c 1 ;]}" (command bound to event)
or
invalid command name "pd" invalid command name "pd" while executing "pd [concat #hammergui _up 0 ;]" (command bound to event)
this happens every time i click on anything, so i can't move any faders or anything. i guess i should post this on the bug tracker, but i don't really know how it works. apart from that 43.1 looks like an amazing release and i'm looking forward to get it to work.
thanks, ralf
Hmm, perhaps you have an old version of cyclone in your path or something? Like in ~/pd-externals or ~/Library/Pd. I searched for the lines of code mentioned in the error message, and its all updated (the 'pd' command is now "pdsend", that's the error).
.hc
On 03/12/2012 06:01 PM, Ralf Blagau wrote:
i can send the patch over to you (about 1.3 mb) if you want to have a look at it, but at this point i don't want to post it. i want to make sure there's proper documentation ready and things are working before i share. it's been a lot of work... there's lots of cyclone in there, mostly gates and switches, but other stuff as well. finding out which object exactly causes it could be quite a tedious job, but i'll try when i find the time. thanks ralf
On 12.03.2012, at 18:16, Ralf Blagau <ralf.blagau@googlemail.com mailto:ralf.blagau@googlemail.com> wrote:
hello,
i'm having a problem with 43.1 on os lion. i am running quite a big patch with some guy elements that runs flawless on 42.5. but every time i click into the guy on 43.1 i get an application error saying: Error: invalid command name "pd"
in the details it says:
invalid command name "pd" invalid command name "pd" while executing "pd [concat #hammergui _vised .x472810.c 1 ;]" invoked from within "if {[hammergui_ispatcher .x472810.c]} {pd [concat #hammergui _vised .x472810.c 1 ;]}" (command bound to event)
or
invalid command name "pd" invalid command name "pd" while executing "pd [concat #hammergui _up 0 ;]" (command bound to event)
this happens every time i click on anything, so i can't move any faders or anything. i guess i should post this on the bug tracker, but i don't really know how it works. apart from that 43.1 looks like an amazing release and i'm looking forward to get it to work.
thanks, ralf
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
problem solved. i had 42.5 in the same directory and that must have caused some confusion with the paths for some reason. thrashing it fixed the issue. thanks for pointing me in the right direction! ralf
On 12.03.2012, at 18:16, Ralf Blagau ralf.blagau@googlemail.com wrote:
hello,
i'm having a problem with 43.1 on os lion. i am running quite a big patch with some guy elements that runs flawless on 42.5. but every time i click into the guy on 43.1 i get an application error saying: Error: invalid command name "pd"
in the details it says:
invalid command name "pd" invalid command name "pd" while executing "pd [concat #hammergui _vised .x472810.c 1 ;]" invoked from within "if {[hammergui_ispatcher .x472810.c]} {pd [concat #hammergui _vised .x472810.c 1 ;]}" (command bound to event)
or
invalid command name "pd" invalid command name "pd" while executing "pd [concat #hammergui _up 0 ;]" (command bound to event)
this happens every time i click on anything, so i can't move any faders or anything. i guess i should post this on the bug tracker, but i don't really know how it works. apart from that 43.1 looks like an amazing release and i'm looking forward to get it to work.
thanks, ralf