[Csnd] QuteCsound code graph not working...
Date | 2009-12-15 16:35 |
From | Anthony Palomba |
Subject | [Csnd] QuteCsound code graph not working... |
I downloaded the latest version of QuteCsound for windows. I must say it has come a long way since list time I tried it. I may actually be able to use it now. My hats off to all those involved in the development work. I have been trying to use the code graph function. I installed Graphviz 2.26 but every time I bring it up, I get the following error. --------------------------- QuteCsound --------------------------- Dot executable not found. Please install graphviz from www.graphviz.org --------------------------- OK --------------------------- I made sure that in my QuteCsound config settings, the path for dot.exe is set. I also added the path "C:\Program Files\Graphviz2.26\bin" to my PATH environment variable. Is there something I am missing? My setup is bellow. Windows XP (SP2) csound 5.10 QuteCsound 0.4.5 Graphviz 2.26 Thanks, Anthony |
Date | 2009-12-16 19:09 |
From | andy fillebrown |
Subject | [Csnd] Re: QuteCsound code graph not working... |
Hello Anthony, That error message means the command "dot.exe -V" is not succeeding. Can you try opening a command line window and executing that command? Also note that if "dot.exe -V" does succeed in QuteCsound then you will run into another bug (which I just fixed today), but it's not the one you are currently running into. Cheers, ~ andy.f On Tue, Dec 15, 2009 at 11:35 AM, Anthony Palomba |
Date | 2009-12-16 19:41 |
From | Anthony Palomba |
Subject | [Csnd] Re: Re: QuteCsound code graph not working... |
I opened a command prompt and ran "dot.exe -V", it seems work fine. Output is the following... dot - graphviz version 2.26.0 (20091210.2329) When I try to execute it from QuteCsound, I can see that it is starting a command prompt but exiting. Are you sure that it is making the call to dot.exe synchronously? -ap On Wed, Dec 16, 2009 at 1:09 PM, andy fillebrown <andy.fillebrown@gmail.com> wrote: Hello Anthony, |
Date | 2009-12-16 21:06 |
From | andy fillebrown |
Subject | [Csnd] Re: Re: Re: QuteCsound code graph not working... |
I am sure the call is synchronous. Try setting the QuteCsound environment variable to just "dot.exe" instead of the full path to see if the error message changes. ~ af On Wed, Dec 16, 2009 at 2:41 PM, Anthony Palomba |
Date | 2009-12-16 21:12 |
From | Anthony Palomba |
Subject | [Csnd] Re: Re: Re: Re: QuteCsound code graph not working... |
Ahh that is better, this time I get a different error... --------------------------- Image Viewer --------------------------- Cannot load C:/DOCUME~1/ANTHON~1.PAL/LOCALS~1/Temp/QuteCsound-GraphYa5656.png. --------------------------- OK --------------------------- On Wed, Dec 16, 2009 at 3:06 PM, andy fillebrown <andy.fillebrown@gmail.com> wrote: I am sure the call is synchronous. Try setting the QuteCsound |
Date | 2009-12-16 21:28 |
From | andy fillebrown |
Subject | [Csnd] Re: Re: Re: Re: Re: QuteCsound code graph not working... |
Oh good. I was able to reproduce the bug with the full path name in the QuteCsound environment and I have just committed a fix in svn so it can handle both, now. Thank you for reporting this. Cheers, ~ andy.f On Wed, Dec 16, 2009 at 4:12 PM, Anthony Palomba |
Date | 2009-12-16 21:37 |
From | andy fillebrown |
Subject | [Csnd] Re: Re: Re: Re: Re: QuteCsound code graph not working... |
...and just in case you missed it, that 2nd error was fixed in svn earlier, too. ~ af On Wed, Dec 16, 2009 at 4:28 PM, andy fillebrown |
Date | 2009-12-16 21:42 |
From | Anthony Palomba |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: QuteCsound code graph not working... |
Excellent, I look forward to trying it out. Is there any word on when the next build will be? -ap On Wed, Dec 16, 2009 at 3:37 PM, andy fillebrown <andy.fillebrown@gmail.com> wrote: ...and just in case you missed it, that 2nd error was fixed in svn earlier, too. |
Date | 2009-12-16 21:58 |
From | andy fillebrown |
Subject | [Csnd] Re: Re: Re: Re: Re: Re: Re: QuteCsound code graph not working... |
Soon, hopefully. I'm waiting for the green-light from Andres on putting together a bug-fix release for Windows. ~ af On Wed, Dec 16, 2009 at 4:42 PM, Anthony Palomba |