Csound Csound-dev Csound-tekno Search About

6.08 win32 minimal installation on XP

Date2016-12-13 11:19
FromAndrea Strappa
Subject6.08 win32 minimal installation on XP
Attachmentsinstall_csound6.08_win32_minimal_01.JPG  
I changed email object from "Csound on windows XP collapse".
I disinstalled any version of Csound.
I tried to install 6.08 win32 minimal (see images attached).
I launched this from winXsound.
The compiler messages are:
 
new alloc for instr 1:
B  0.000 ..  2.000 T  2.000 TT  2.000 M:  32000.0  32000.0
Score finished in csoundPerform().
inactive allocs returned to freespace
end of score.     overall amps:  32000.0  32000.0
    overall samples out of range:        0        0
0 errors in performance
Elapsed time at end of performance: real: 2.018s, CPU: 2.031s
44 4096 sample blks of 64-bit floats written to dac
------- Compiler End -------
 
Compiler Info/Warnings/Errors:
WARNING: Error opening plugin directory 'C:\Programmi\Csound6.08_Win32_minimal\dist;': No such file or directory
 unknown rtaudio module: 'PortAudio', using dummy module
 
What is my mistake?
 
----- Original Message -----
From: Rory Walsh
Sent: Tuesday, December 13, 2016 12:05 AM
Subject: Re: [Csnd] csound on winXP collapse

The instructions are in the readme.txt file that comes with the zip archives. You'll have to set OPCODE6DIR64 to point to the folder with the plugin libraries, and add the folder with the Csound program to the system path. After that it should work as usual. You can also add these folders in WinXound.  

On 12 December 2016 at 22:39, Andrea Strappa <a_strappa@tin.it> wrote:
Very thanks, Steven and Rory, for suggestions.
I tried with tskill command without success (see image attached).
With Csound6_6.02 It isn't "zombie Csound processes", but the midi flags which i was well working with 6.07 version (-odac -M8 --midi-velocity-amp=4 --midi-key-cps=5) don't work with 6.02.
Maybe I Could try with 6.08? Where I can read Nate better instructions?
Andrea
 
 
----- Original Message -----
From: Steven Yi
Sent: Monday, December 12, 2016 4:14 PM
Subject: Re: [Csnd] csound on winXP collapse

:D

On Mon, Dec 12, 2016 at 10:11 AM, Rory Walsh <rorywalsh@ear.ie> wrote:
You weren't aware because I managed to build it without any problems. So, for once you managed to avoid a barrage of questions form me. We'll call this progress ;) 

On 12 December 2016 at 15:09, Steven Yi <stevenyi@gmail.com> wrote:
That's great Rory, I hadn't realized you were building x86 builds for Windows.  Thanks!

On Mon, Dec 12, 2016 at 5:25 AM, Rory Walsh <rorywalsh@ear.ie> wrote:
Actually, that's how I do my win32 builds at the moment, i.e., using mingw64. They work fine on Win7 32bit. I'm not sure what I might need to do in order to get them working on WinXP. What was the problem with 6.08_win32_minimal? There is a new one now for 6.08.1 which has some better instructions. Thanks to Nate. Perhaps you could have a go at installing that one? 

On 12 December 2016 at 01:53, Steven Yi <stevenyi@gmail.com> wrote:
Hi Andrea,

I'm not sure we're really supporting Windows XP now, so there may be issues.  One thing I recently learned about for Windows 10 is the taskkill command; apparently Windows XP has a tskil command that is similar:


That could maybe work to kill any zombie Csound processes.

Also to note, recent versions of Csound releases have been for x86_64, which should not work with 32-bit Windows. If your version of Windows XP is 32-bit, you might have better luck with an earlier version of Csound 6 when releases were 32-bit, or Rory might have a 32-bit release that could work.  The toolchain we have for mingw64 should also work for mingw32, but I don't think anyone has tried.  

Hope that helps!
steven

On Sun, Dec 11, 2016 at 3:39 PM, Andrea Strappa <a_strappa@tin.it> wrote:
Hi at all,
On those days I'm working on a laptop with Windows XP, WinXound 3.4.1 (I tried also 3.3.4), Csound6_6.07.0beta2 (I tried also 6.03.2, 6.05.2beta-vst, 6.05, but not 6.08_win32_minimal, because I wasn't be able to install).
After I make some executions of Compile and Stop, with good running controlled by Midi, Csound becomes mute.
If I open "Task Manager Windows" (ctrl+alt+canc) I see opened two-three csound on process (like image attached), I try to stop those csound process, but without success.
I can't restart windows, I have to force PC turn off.
Any suggestions?
 
some time appears those messages:
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
 
csound command: Floating-point exception
 
csound command: Abort
 
 
Compiler Info/Warnings/Errors:
time resolution is 279.365 ns



Avast logo

Questa e-mail è stata controllata per individuare virus con Avast antivirus.
www.avast.com



Date2016-12-13 11:23
FromRory Walsh
SubjectRe: 6.08 win32 minimal installation on XP
The error seems to indicate that OPCODE6DIR64 is set to 'C:\Programmi\Csound6.08_Win32_minimal\dist' and not 'C:\Programmi\Csound6.08_Win32_minimal\dist\lib'? But your pictures tell a different story. Can you double check? 

On 13 December 2016 at 11:19, Andrea Strappa <a_strappa@tin.it> wrote:
I changed email object from "Csound on windows XP collapse".
I disinstalled any version of Csound.
I tried to install 6.08 win32 minimal (see images attached).
I launched this from winXsound.
The compiler messages are:
 
new alloc for instr 1:
B  0.000 ..  2.000 T  2.000 TT  2.000 M:  32000.0  32000.0
Score finished in csoundPerform().
inactive allocs returned to freespace
end of score.     overall amps:  32000.0  32000.0
    overall samples out of range:        0        0
0 errors in performance
Elapsed time at end of performance: real: 2.018s, CPU: 2.031s
44 4096 sample blks of 64-bit floats written to dac
------- Compiler End -------
 
Compiler Info/Warnings/Errors:
WARNING: Error opening plugin directory 'C:\Programmi\Csound6.08_Win32_minimal\dist;': No such file or directory
 unknown rtaudio module: 'PortAudio', using dummy module
 
What is my mistake?
 
----- Original Message -----
From: Rory Walsh
Sent: Tuesday, December 13, 2016 12:05 AM
Subject: Re: [Csnd] csound on winXP collapse

The instructions are in the readme.txt file that comes with the zip archives. You'll have to set OPCODE6DIR64 to point to the folder with the plugin libraries, and add the folder with the Csound program to the system path. After that it should work as usual. You can also add these folders in WinXound.  

On 12 December 2016 at 22:39, Andrea Strappa <a_strappa@tin.it> wrote:
Very thanks, Steven and Rory, for suggestions.
I tried with tskill command without success (see image attached).
With Csound6_6.02 It isn't "zombie Csound processes", but the midi flags which i was well working with 6.07 version (-odac -M8 --midi-velocity-amp=4 --midi-key-cps=5) don't work with 6.02.
Maybe I Could try with 6.08? Where I can read Nate better instructions?
Andrea
 
 
----- Original Message -----
From: Steven Yi
Sent: Monday, December 12, 2016 4:14 PM
Subject: Re: [Csnd] csound on winXP collapse

:D

On Mon, Dec 12, 2016 at 10:11 AM, Rory Walsh <rorywalsh@ear.ie> wrote:
You weren't aware because I managed to build it without any problems. So, for once you managed to avoid a barrage of questions form me. We'll call this progress ;) 

On 12 December 2016 at 15:09, Steven Yi <stevenyi@gmail.com> wrote:
That's great Rory, I hadn't realized you were building x86 builds for Windows.  Thanks!

On Mon, Dec 12, 2016 at 5:25 AM, Rory Walsh <rorywalsh@ear.ie> wrote:
Actually, that's how I do my win32 builds at the moment, i.e., using mingw64. They work fine on Win7 32bit. I'm not sure what I might need to do in order to get them working on WinXP. What was the problem with 6.08_win32_minimal? There is a new one now for 6.08.1 which has some better instructions. Thanks to Nate. Perhaps you could have a go at installing that one? 

On 12 December 2016 at 01:53, Steven Yi <stevenyi@gmail.com> wrote:
Hi Andrea,

I'm not sure we're really supporting Windows XP now, so there may be issues.  One thing I recently learned about for Windows 10 is the taskkill command; apparently Windows XP has a tskil command that is similar:


That could maybe work to kill any zombie Csound processes.

Also to note, recent versions of Csound releases have been for x86_64, which should not work with 32-bit Windows. If your version of Windows XP is 32-bit, you might have better luck with an earlier version of Csound 6 when releases were 32-bit, or Rory might have a 32-bit release that could work.  The toolchain we have for mingw64 should also work for mingw32, but I don't think anyone has tried.  

Hope that helps!
steven

On Sun, Dec 11, 2016 at 3:39 PM, Andrea Strappa <a_strappa@tin.it> wrote:
Hi at all,
On those days I'm working on a laptop with Windows XP, WinXound 3.4.1 (I tried also 3.3.4), Csound6_6.07.0beta2 (I tried also 6.03.2, 6.05.2beta-vst, 6.05, but not 6.08_win32_minimal, because I wasn't be able to install).
After I make some executions of Compile and Stop, with good running controlled by Midi, Csound becomes mute.
If I open "Task Manager Windows" (ctrl+alt+canc) I see opened two-three csound on process (like image attached), I try to stop those csound process, but without success.
I can't restart windows, I have to force PC turn off.
Any suggestions?
 
some time appears those messages:
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
 
csound command: Floating-point exception
 
csound command: Abort
 
 
Compiler Info/Warnings/Errors:
time resolution is 279.365 ns



Avast logo

Questa e-mail è stata controllata per individuare virus con Avast antivirus.
www.avast.com


Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here

Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here