Hello list,
I was trying to use zexy's scalarmult in windows, but due to its name being [.], it can initialize. There is a file called 0x2e.dll in the zexy folder which I suspect it might be it (?), but [zexy/0x2e] doesn't open as well: maximum object loading depth 1000 reached zexy/0x2e ... couldn't create
Is this external compiled for windows? Also just to know, does this external work in other OSs?
I tried using [list-abs/list-mult] as alternative, but it's not fast enough. Is there any other list multiplying compiled external around?
Best,
I works in OSX 10.6.8 from the pd-extended 0.43.4
maybe use a table?? I know it is not exactly the same, but perhaps it offers a solution.
cheers
On Fri, Jul 1, 2016 at 9:02 AM, João Pais jmmmpais@gmail.com wrote:
Hello list,
I was trying to use zexy's scalarmult in windows, but due to its name being [.], it can initialize. There is a file called 0x2e.dll in the zexy folder which I suspect it might be it (?), but [zexy/0x2e] doesn't open as well: maximum object loading depth 1000 reached zexy/0x2e ... couldn't create
Is this external compiled for windows? Also just to know, does this external work in other OSs?
I tried using [list-abs/list-mult] as alternative, but it's not fast enough. Is there any other list multiplying compiled external around?
Best,
Joao https://www.facebook.com/jmmmpais
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Works on windows, Pd 0.47.1zexy 2.2.6 image attached.
Mensaje telepatico asistido por maquinas.
From: jsubiavaldez@gmail.com Date: Fri, 1 Jul 2016 09:12:06 +0100 To: jmmmpais@gmail.com CC: pd-list@mail.iem.at Subject: Re: [PD] [zexy/.] in windows (or alternative)
I works in OSX 10.6.8 from the pd-extended 0.43.4 maybe use a table?? I know it is not exactly the same, but perhaps it offers a solution. cheers On Fri, Jul 1, 2016 at 9:02 AM, João Pais jmmmpais@gmail.com wrote: Hello list,
I was trying to use zexy's scalarmult in windows, but due to its name being [.], it can initialize. There is a file called 0x2e.dll in the zexy folder which I suspect it might be it (?), but [zexy/0x2e] doesn't open as well: maximum object loading depth 1000 reached zexy/0x2e ... couldn't create
Is this external compiled for windows? Also just to know, does this external work in other OSs?
I tried using [list-abs/list-mult] as alternative, but it's not fast enough. Is there any other list multiplying compiled external around?
Best,
Joao
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
I was moving in that direction. I'll explain better what I'm trying now, and also the context:
and is saved into one array
It works at first, but if too many values are != 0, it starts to bring in clicks. For now the arrays have 21 points, and it shouldn't go much higher than that. I'm also in my old laptop, but I think this is rather a control data speed problem, not necessarily a cpu power problem.
2016-07-01 10:12 GMT+02:00 José Rafael Subía Valdez jsubiavaldez@gmail.com :
I works in OSX 10.6.8 from the pd-extended 0.43.4
maybe use a table?? I know it is not exactly the same, but perhaps it offers a solution.
cheers
On Fri, Jul 1, 2016 at 9:02 AM, João Pais jmmmpais@gmail.com wrote:
Hello list,
I was trying to use zexy's scalarmult in windows, but due to its name being [.], it can initialize. There is a file called 0x2e.dll in the zexy folder which I suspect it might be it (?), but [zexy/0x2e] doesn't open as well: maximum object loading depth 1000 reached zexy/0x2e ... couldn't create
Is this external compiled for windows? Also just to know, does this external work in other OSs?
I tried using [list-abs/list-mult] as alternative, but it's not fast enough. Is there any other list multiplying compiled external around?
Best,
Joao https://www.facebook.com/jmmmpais
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
-- José Rafael Subía Valdez www.jrsv.net
On Fri, 2016-07-01 at 10:02 +0200, João Pais wrote:
Hello list,
I was trying to use zexy's scalarmult in windows, but due to its name being [.], it can initialize. There is a file called 0x2e.dll in the zexy folder which I suspect it might be it (?), but [zexy/0x2e] doesn't open as well: maximum object loading depth 1000 reached zexy/0x2e ... couldn't create
It seems you are using the 'extended' version of zexy available in Deken. Try to use the vanilla version of zexy, currently 2.2.6, which comes in the original multi-class format of zexy. It doesn't suffer from the problem you describe.
Look for this: zexy/2.2.6svn (W32 binaries)
Roman
[list-math *]
2016-07-01 6:02 GMT-03:00 Roman Haefeli reduzent@gmail.com:
On Fri, 2016-07-01 at 10:02 +0200, João Pais wrote:
Hello list,
I was trying to use zexy's scalarmult in windows, but due to its name being [.], it can initialize. There is a file called 0x2e.dll in the zexy folder which I suspect it might be it (?), but [zexy/0x2e] doesn't open as well: maximum object loading depth 1000 reached zexy/0x2e ... couldn't create
It seems you are using the 'extended' version of zexy available in Deken. Try to use the vanilla version of zexy, currently 2.2.6, which comes in the original multi-class format of zexy. It doesn't suffer from the problem you describe.
Look for this: zexy/2.2.6svn (W32 binaries)
Roman
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Hello
I've lately tried pd-0.47-2 on windows 10 with pd-extended externals provided by deken.
Some didn't worked because they need libraries installed into a system or a user path.
For resolving this in several clicks, install pd-extended with the installer, uncheck everything before installing, and uninstall without removing system32 libs.
I'm not very used to windows 10 so I didn't get the usual windows error message telling which DLL is missing, so when deken provides an external that has this kind of dependance, it's very hard to guess what is getting wrong.
Br
Patrice Colet
On 2016-07-02 01:37 AM, patrice colet wrote:
Hello
I've lately tried pd-0.47-2 on windows 10 with pd-extended externals provided by deken.
Some didn't worked because they need libraries installed into a system or a user path.
If we knew which "Some" don't work, it would be possible to fix them, add a warning somewhere or list the dependencies...
Br
Patrice Colet
Greetings,
Fred Jan
Le 02/07/2016 à 15:29, Fred Jan Kraan a écrit :
On 2016-07-02 01:37 AM, patrice colet wrote:
Hello
I've lately tried pd-0.47-2 on windows 10 with pd-extended externals provided by deken.
Some didn't worked because they need libraries installed into a system or a user path.
If we knew which "Some" don't work, it would be possible to fix them, add a warning somewhere or list the dependencies...
I've encountered this with mrpeach/tcpsocket mrpeach/tcpclient the str lib is missing, but I'm not using much externals from extended that need libraries.
I don't think there is a way to fix this yet, there is no method in deken for library dependencies on windows.
Br
Patrice Colet
Greetings,
Fred Jan
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Not sure about this but perhaps it helps. If possible uninstall everything with the pd-extended uninstaller. Install some of the known library which shouldn't work Mark Verbose in path settings or start pd with -verbose flag. Probably pd tells you which .dll is missing. I can`t test righ now becuz I have extended installed.
Mensaje telepatico asistido por maquinas.
To: pd-list@lists.iem.at From: colet.patrice@free.fr Date: Sun, 3 Jul 2016 01:28:16 +0200 Subject: Re: [PD] [deken] w32 pd-extended libraries
Le 02/07/2016 à 15:29, Fred Jan Kraan a écrit :
On 2016-07-02 01:37 AM, patrice colet wrote:
Hello
I've lately tried pd-0.47-2 on windows 10 with pd-extended externals provided by deken.
Some didn't worked because they need libraries installed into a system or a user path.
If we knew which "Some" don't work, it would be possible to fix them, add a warning somewhere or list the dependencies...
I've encountered this with mrpeach/tcpsocket mrpeach/tcpclient the str lib is missing, but I'm not using much externals from extended that need libraries.
I don't think there is a way to fix this yet, there is no method in deken for library dependencies on windows.
Br
Patrice Colet
Greetings,
Fred Jan
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
-- Patrice Colet fr: 0632660357
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Tested on another machine and didn`t work. mrpeach/tcpsocketserver-help.pd needs “pthreadGC2.dll”, this appears as a win8.1 error and NOT in pd console with -verbose. Mensaje telepatico asistido por maquinas.
From: lucarda27@hotmail.com To: colet.patrice@free.fr; pd-list@lists.iem.at Date: Sat, 2 Jul 2016 23:46:39 +0000 Subject: Re: [PD] [deken] w32 pd-extended libraries
Not sure about this but perhaps it helps. If possible uninstall everything with the pd-extended uninstaller. Install some of the known library which shouldn't work Mark Verbose in path settings or start pd with -verbose flag. Probably pd tells you which .dll is missing. I can`t test righ now becuz I have extended installed.
Mensaje telepatico asistido por maquinas.
To: pd-list@lists.iem.at From: colet.patrice@free.fr Date: Sun, 3 Jul 2016 01:28:16 +0200 Subject: Re: [PD] [deken] w32 pd-extended libraries
Le 02/07/2016 à 15:29, Fred Jan Kraan a écrit :
On 2016-07-02 01:37 AM, patrice colet wrote:
Hello
I've lately tried pd-0.47-2 on windows 10 with pd-extended externals provided by deken.
Some didn't worked because they need libraries installed into a system or a user path.
If we knew which "Some" don't work, it would be possible to fix them, add a warning somewhere or list the dependencies...
I've encountered this with mrpeach/tcpsocket mrpeach/tcpclient the str lib is missing, but I'm not using much externals from extended that need libraries.
I don't think there is a way to fix this yet, there is no method in deken for library dependencies on windows.
Br
Patrice Colet
Greetings,
Fred Jan
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
-- Patrice Colet fr: 0632660357
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Le 04/07/2016 à 05:27, Alexandre Torres Porres a écrit :
On 2016-07-02 01:37 AM, patrice colet wrote: I've lately tried pd-0.47-2
we're actually talking about 0.47-1 right? :)
yes, at least the pd version with deken included :-)
HI Patrice, Y have uploaded a Deken package containing a lot of .dlls that were included in Pd-0.44.0-extended-windowsxp-i386.zip The name of the package: missingDLLS-v0.0.extended-(Windows-i386-32)-externals.zip Type “missing” in the deken search bar. Simply copy the dlls to your pd/bin directory. Hope this helpsLucarda.
Mensaje telepatico asistido por maquinas.
To: pd-list@lists.iem.at From: colet.patrice@free.fr Date: Sat, 2 Jul 2016 01:37:40 +0200 Subject: [PD] [deken] w32 pd-extended libraries
Hello
I've lately tried pd-0.47-2 on windows 10 with pd-extended externals provided by deken.
Some didn't worked because they need libraries installed into a system or a user path.
For resolving this in several clicks, install pd-extended with the installer, uncheck everything before installing, and uninstall without removing system32 libs.
I'm not very used to windows 10 so I didn't get the usual windows error message telling which DLL is missing, so when deken provides an external that has this kind of dependance, it's very hard to guess what is getting wrong.
Br
Patrice Colet
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Thank you for this, it makes more sense to get those files with deken.
But this only resolve externals provided by pd-extended.
If I want to install pdlua or if I provide readanysf~, how do I get or provide those library dependences?
Le 03/07/2016 à 08:23, Lucas Cordiviola a écrit :
HI Patrice,
Y have uploaded a Deken package containing a lot of .dlls that were included in Pd-0.44.0-extended-windowsxp-i386.zip
The name of the package:
missingDLLS-v0.0.extended-(Windows-i386-32)-externals.zip
Type “missing” in the deken search bar.
Simply copy the dlls to your pd/bin directory.
Hope this helps Lucarda.
Mensaje telepatico asistido por maquinas.
To: pd-list@lists.iem.at From: colet.patrice@free.fr Date: Sat, 2 Jul 2016 01:37:40 +0200 Subject: [PD] [deken] w32 pd-extended libraries
Hello
I've lately tried pd-0.47-2 on windows 10 with pd-extended externals provided by deken.
Some didn't worked because they need libraries installed into a system or a user path.
For resolving this in several clicks, install pd-extended with the installer, uncheck everything before installing, and uninstall without removing system32 libs.
I'm not very used to windows 10 so I didn't get the usual windows error message telling which DLL is missing, so when deken provides an external that has this kind of dependance, it's very hard to guess what is getting wrong.
Br
Patrice Colet
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->