Great news, August ! I look forward to testing this brand new version. A pity I can't help with mac compiling ...
Pierre
Le 3 juil. 2010 à 12:00, august a écrit :
so, I tracked down this bug. File handles were being inadvertently left open.
I made a new version of readanysf~ with reworking of the code based on adjustments I had been making for other stuff I am working . It should provide for more stable and modular code. Seeking should also be non-blocking and smoother now.
Can I ask linux users to download and test it, please:
http://aug.ment.org/software/readanysf~0.40.tar.gz
Hans,
Could I ask you to make another mac bundle so that it can be tested for the mac users. The makefile should check if you are on darwin or not. The setup should be the same, I think and you can just type "make"
-august.
I also tracked down the "Too many open files" error message. It DOES come from readanysf~, .....from the gmerlin_avdec library. It is a strerror message.
I'm trying to track down now if somewhere file handles are not being closed properly. I will probably need a few days to find out.
Do you get any messages in the Terminal, when you start Pd from the Terminal ?
(the "open" command of the Terminal doesn't count, as it only asks the Finder to open a file.)
Terminal showing first errors :
/foo1.wav [demuxer] Info: Detected Microsoft WAV format opened /foo1.wav /foo2.wav [demuxer] Info: Detected Microsoft WAV format opened /foo2.wav /foo1.wav [in_file] Error: Cannot open /foo1.wav: Too many open files Could not open file /foo1.wav /foo2.wav [in_file] Error: Cannot open /foo2.wav: Too many open files Could not open file /foo2.aiff