[Eeglablist] Open .vhdr files

Andreas Widmann widmann at uni-leipzig.de
Fri Feb 2 01:16:40 PST 2018


Hi Alejandro,

> "No such file or directory. Error occurred in function readbvconf() at line 45."

please first re-check path and filename. This error indicates that the vhdr-file was not found. Did you include the vhdr-extension in the filename?

Did you possibly rename the file(s)? Brainvision files cannot easily be renamed as the names of the corresponding files are also stored within the vhdr and vmrk files.

Next, please update to the most recent plugin version:
https://github.com/widmann/bva-io/archive/v1.5.14.zip

If all that does not help please make the files available for testing (e.g. Dropbox).

Best,
Andreas

> Am 01.02.2018 um 17:12 schrieb Alejandro Hueso Gamón <alejandrohg8 at yahoo.es>:
> 
> Hello!
> 
> I'm trying to open a Brain Vision Analyzer file (.vhdr) with EEGlab. I've installed the correponding plugin, the  bva-io1.5.13. However when I try to open the file it appears an error message: 
> 
> "No such file or directory. Error occurred in function readbvconf() at line 45."
> 
> So I took a look inside this function but I don't detect anything wrong... Here it is the part around line 45:
> 
> % Open and read file
> [IN, message] = fopen(fullfile(pathname, filename), 'r');
> if IN == -1
>     [IN, message] = fopen(fullfile(pathname, lower(filename)));
>     if IN == -1
>         error(message)
>     end;
> end
> raw={};
> while ~feof(IN)
>     raw = [raw; {fgetl(IN)}];
> end
> fclose(IN);
> 
> Could you help me, please? What can I do?
> 
> Thank you very much!
> 
> Alejandro
> From Spain
> 
> 
> _______________________________________________
> Eeglablist page: http://sccn.ucsd.edu/eeglab/eeglabmail.html
> To unsubscribe, send an empty email to eeglablist-unsubscribe at sccn.ucsd.edu
> For digest mode, send an email with the subject "set digest mime" to eeglablist-request at sccn.ucsd.edu




More information about the eeglablist mailing list