Re: [Csnd] Realtime Csound6 on Windows System 7
Date | 2014-07-14 23:42 |
From | "Art Hunkins" |
Subject | Re: [Csnd] Realtime Csound6 on Windows System 7 |
Attachments | CsoundTestOutput.txt |
Steven, Thanks for the suggestions. Csound 5.19 is not installed (perhaps never was, I don't recall). It, and any other Csound has been long uninstalled. I'm always particularly careful to doublecheck environment variables, and clean where necessary.) Just to be absolutely sure, a few minutes ago I did a complete cleaning of my Windows 7 machine of everything Csound, and did a clean reinstall (from Michael's 6.03.2 installer). Results are the same, and the complete console output is attached. The single apparently relevent line of a verbose output is referenced in my previous email (this output is otherwise horrendously long). I much appreciate your feedback. Art Hunkins ----- Original Message ----- From: "Steven Yi" |
Date | 2014-07-14 23:51 |
From | Steven Yi |
Subject | Re: [Csnd] Realtime Csound6 on Windows System 7 |
Hi Art, The only things I can imagine are: 1. Could you uninstall csound6, then install to the default location (in C:\Program Files) 2. Could you also try with nchnls=2? Other than that, I'm not really sure what to check. Perhaps Michael might have some ideas. steven On Mon, Jul 14, 2014 at 6:42 PM, Art Hunkins |
Date | 2014-07-15 00:15 |
From | Michael Gogins |
Subject | Re: [Csnd] Realtime Csound6 on Windows System 7 |
I just tried Art's test CSD on my Windows 8 machine where I built it, but in the installation environment. It worked fine. I'm afraid I don't have a clear idea what's going on here. Possibly there is some DLL conflict. You can try to get a handle on this by using depends.exe from here:
First try just loading csound.exe into depends. Then try running your file using the "profile" menu.
I have seen DLL conflicts with Reaper, which uses different builds of some of the same DLLs that Csound uses. Another, perhaps easier way of getting a handle on this is to temporarily change your Windows PATH environment variable to include only the Csound bin directory. If the problem goes away in that case, it means that either Csound, or one of Csound's DLLs, tried to load a DLL that conflicted with one that was already loaded, or that was built wrong for Csound.
Another idea is to look and see if some other program has installed its own portaudio DLL or libsndfile DLL which conflicts. Some of the mingw or gtk DLLs (in the Csound bin directory) may also conflict.
Hope this helps, Mike -----------------------------------------------------
Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Mon, Jul 14, 2014 at 6:51 PM, Steven Yi <stevenyi@gmail.com> wrote: Hi Art, |