Hi,
maybe someone can help me with this:
I read files with [readsf~]. It was working fine, but sometimes (unable to reproduce) for any reason I get this error and it refuses to read the file. Here is the log (I created)

11:47:59 PD_Bela : open ~/RECS/CE_23-50.wav 0 on player B
11:47:00 PD_Bela : player B PLAY
error: dsp: ~/RECS/CE_23-50.wav: No such file or directory
11:47:00 PD_Bela : Durée dernier fichier B 0:0:0
error: readsf: start requested with no prior 'open'

I don't think it is the patch itself, since sometimes it works. The files exists and seems ok (opened with Audacity to try).
I tried to open a file that doesn't exist, with [open nonexistent.wav 0( , and [start(. I get

[readsf~]: start requested with no prior 'open'

and no bang to the right outlet
The weird thing: the line in my log about "Durée du dernier fichier" (length last file read) mens it has read the file but it was 0:0:0 length, and send a bang to [readsf~] right outlet.

What can make think PD the file doesn't exist? Corrupted nevertheless? File rights issue?