Search found 7 matches

by lbotrel
07 Dec 2016, 03:56
Forum: Software Development
Topic: Audio Stimuli only occur once (bug report)
Replies: 2
Views: 5530

Re: Audio Stimuli only occur once (bug report)

Dear Peter, I would like to know if you have made any advances on the issue. I have a post in the lab that has the same issue with auditory BCI, and tries to hide his frustration when reverting very far in the past in the svn, and currently looking where to download VS express 2010 :) Have a good da...
by lbotrel
28 Sep 2016, 08:31
Forum: Software Development
Topic: Audio Stimuli only occur once (bug report)
Replies: 2
Views: 5530

Audio Stimuli only occur once (bug report)

I've been trying the audio stimuli features. But encountered a little issue. I just run the P300Speller rev5555, on P300SignalGenerator.bat, with AudioStimuliOn to 1 and stimDuration:125ms and ISI: 250ms. While the visual stimuli work fine, the audio stimuli only occur once per stimulus ( for rows a...
by lbotrel
28 Sep 2016, 04:42
Forum: Software Development
Topic: "cannot find redist dir" *solved*
Replies: 3
Views: 6396

Re: "cannot find redist dir" *solved*

Thanks for the very quick answer Peter, maybe i've been a bit too deep into the details without giving the simple picture. After breaking down the argument parsing in list_dependencies.cpp, i found there was a mishandling due to whitespaces in my BCI2000 root Using the code in my last post (argument...
by lbotrel
27 Sep 2016, 12:17
Forum: Software Development
Topic: "cannot find redist dir" *solved*
Replies: 3
Views: 6396

Re: "cannot find redist dir" *solved*

I just noticed the error is new because J Mellinger (nicely) added this error message one week ago in the svn. I took a look at list_dependencies.cpp and added in the argument lookup loop for( int i = 1; i < argc; ++i ) { cerr << "arguments "<<argv[i] << endl; .... and it returns during co...
by lbotrel
27 Sep 2016, 09:16
Forum: Software Development
Topic: "cannot find redist dir" *solved*
Replies: 3
Views: 6396

"cannot find redist dir" *solved*

When i compile I get this message from the console of visual studio: Creating Bundle: Cannot find redist dir: Executable may fail to run when moved to a different machine. It compiles properly, then executes on my computer, but on other computers some modules (e.g. p3signalprocessing.exe) fail when ...
by lbotrel
06 Dec 2015, 11:34
Forum: Software Development
Topic: Tobii eyex support
Replies: 2
Views: 3356

Re: Tobii eyex support

... problem solved with an exclamation mark... BCI2000 was able to connect to tobiieyeX but not to disconnect. The success message was interpreted as an error because of a missing exclamation mark Please correct in src\contrib\Extensions\EyetrackerLoggerTobiiX\EyetrackerLoggerTobiiX.cpp //Lets Disco...
by lbotrel
26 Nov 2015, 06:05
Forum: Software Development
Topic: Tobii eyex support
Replies: 2
Views: 3356

Tobii eyex support

Dear BCI2000 developpers, I am currently experiencing problem with tobiieyeX support. I updated BCI2000 to rev 4880 and followed instructions in the wiki page: http://www.bci2000.org/wiki/index.php/Contributions:EyetrackerLoggerTobiiX I sucessfully compiled BCI2000 using vs2010 (x32 pro) and 2012 (x...