Page 1 of 1

"File Writer" issue with EPOC+

Posted: Thu Feb 23, 2017 12:34 pm
by seanypoo
Hi all

I started to work on EPOC+ and openvibe. I used one tutorial example shown below, and add one CSV file writer box.
Image
An ERROR appear shown below
Image

Could any experts point out my problem please?

I am using EPOC+, Premium SDK 3.4.3, Openvibe 1.3.0, Win 7, 64bit

Thanks very much
Sean

Re: "File Writer" issue with EPOC+

Posted: Thu Feb 23, 2017 4:23 pm
by tgaugry
Hi,

It look like you haven't the write permission on the file.
Did you move the tutorials files to your user folder before executing it or are you executing them from `C:\Program Files (x86)\openvibe\...` ?

If this is the case, please copy the entire `C:\Program Files (x86)\openvibe\share` directory to another location , like 'My Documents' and execute the scenario again from there.

Tell me if this solve your problem.

Cheers !

Re: "File Writer" issue with EPOC+

Posted: Fri Feb 24, 2017 11:04 am
by seanypoo
Hi tgaugry

It didnt solve my problem. I am the administrator of the PC, I copied and pasted "share" folder to my documents and run from there same issue. Please see attached pictures.

Any other reason could cause this issue?

Image

Image

Image

Re: "File Writer" issue with EPOC+

Posted: Fri Feb 24, 2017 3:28 pm
by tgaugry
Hi,

Would you mind changing the csv file destination path to another directory (like your home directory, ie " C:/Users/Sean/Documents/blah/dump.csv") ?

Thanks

Re: "File Writer" issue with EPOC+

Posted: Fri Feb 24, 2017 4:16 pm
by seanypoo
Hi tgaugry

it works!

thanks

Re: "File Writer" issue with EPOC+

Posted: Fri Feb 24, 2017 5:08 pm
by tgaugry
Glad to help !

If you ever have troubles with the CSV Box, try changing the destination to a user directory (or desktop), this is a known issue.

Cheers !