Should risset work on Windows? I have installed it, and I can run “risset list”, bu when I try to install, it fails:
C:\Users\daves>risset install else
0.0** Error: Error while getting plugin dll (plugin: else): Error while extracting else.dll from zip C:\Users\daves\AppData\Local\Temp\csound-plugins–win64.zip: File is not a zip file
In this case, the “zip” file is really a text file, and it contains the text “Not Found”.
I also tried it on Raspberry Pi. I am able to install risset, but all the commands I tried returned nothing (ie, no text written to the console).
Should risset work on Windows? I have installed it, and I can run “risset list”, bu when I try to install, it fails:
C:\Users\daves>risset install else
0.0** Error: Error while getting plugin dll (plugin: else): Error while extracting else.dll from zip C:\Users\daves\AppData\Local\Temp\csound-plugins–win64.zip: File is not a zip file
In this case, the “zip” file is really a text file, and it contains the text “Not Found”.
I also tried it on Raspberry Pi. I am able to install risset, but all the commands I tried returned nothing (ie, no text written to the console).
Should risset work on Windows? I have installed it, and I can run “risset list”, bu when I try to install, it fails:
C:\Users\daves>risset install else
0.0** Error: Error while getting plugin dll (plugin: else): Error while extracting else.dll from zip C:\Users\daves\AppData\Local\Temp\csound-plugins–win64.zip: File is not a zip file
In this case, the “zip” file is really a text file, and it contains the text “Not Found”.
I also tried it on Raspberry Pi. I am able to install risset, but all the commands I tried returned nothing (ie, no text written to the console).
I don’t know what the 0.0 is, maybe the return code is printed in windows? The error codes just indicate that some opcodes do not seem to provide a manpage.
I don’t know why you assume that the plugins should be installed at C:\Program Files\Csound6_x64\plugins64, that is just an arbitrary location, probably what was chosen by the windows installer. csound looks for plugins in the following folders: the result of the OPCODEDIR64 env variable and the user plugins folder, which in windows is C:\Users\<User>\AppData\Local\csound\6.0\plugins64 for csound6 and the same but with "7.0" for csound 7. You can get this info from risset via "risset info", this should print some information as json
Ah, yes, my mistake in assuming it should be there.
Much better this way of course. And I confirm it works here too.
Thanks for setting all this up so nicely.
Øyvind
I don’t know what the 0.0 is, maybe the return code is printed in windows? The error codes just indicate that some opcodes do not seem to provide a manpage.
I don’t know why you assume that the plugins should be installed at C:\Program Files\Csound6_x64\plugins64, that is just an arbitrary location, probably what was chosen by the windows installer. csound looks for plugins in the following folders: the result of the OPCODEDIR64 env variable and the user plugins folder, which in windows is C:\Users\<User>\AppData\Local\csound\6.0\plugins64 for csound6 and the same but with "7.0" for csound 7. You can get this info from risset via "risset info", this should print some information as json
Should risset work on Windows? I have installed it, and I can run “risset list”, bu when I try to install, it fails:
C:\Users\daves>risset install else
0.0** Error: Error while getting plugin dll (plugin: else): Error while extracting else.dll from zip C:\Users\daves\AppData\Local\Temp\csound-plugins–win64.zip: File is not a zip file
In this case, the “zip” file is really a text file, and it contains the text “Not Found”.
I also tried it on Raspberry Pi. I am able to install risset, but all the commands I tried returned nothing (ie, no text written to the console).