Page 1 of 1

Offline Analysis Tool doesn't work

Posted: 06 Dec 2011, 02:37
by krcn
When I try to run OfflineAnalysis the following error appears:
Bild1.jpg
Can anybody tell me what I have to do?

Thank You!!!!

Re: Offline Analysis Tool doesn't work

Posted: 06 Dec 2011, 03:06
by krcn
I forgot to mention that I try to run it on a Windows 7 32 Bit platform...

Re: Offline Analysis Tool doesn't work

Posted: 06 Dec 2011, 03:15
by krcn
I found out that it works now with BCI2000-sourceCode files.

Before it I used the BCI executables. Why doesn't it work with the executables?

Re: Offline Analysis Tool doesn't work

Posted: 09 Jan 2012, 13:46
by mellinger
Why doesn't it work with the executables?
Because it's a bug that has been fixed in SVN since the executables were released the last time.

Re: Offline Analysis Tool doesn't work

Posted: 29 Feb 2012, 11:04
by antoniomaggiore
I have the same problem, how you solved?

Re: Offline Analysis Tool doesn't work

Posted: 03 Mar 2012, 10:07
by mellinger
OfflineAnalysis should now work again. There was a problem that has been fixed in r3853.

Best,
Juergen

Re: Offline Analysis Tool doesn't work

Posted: 09 Jun 2012, 10:10
by HockGan
It looks like I'm having a simiar problem. I'm using the executables only. Is the fix mentioned r3853 propagated to the executables? My File version: 9:20.0.0. and the latest download I could see for the executables were Feb 2012 v3.0.4, Source code revision 3798.

Advice on a quick fix qould be much appreciated.

The problem I'm getting is:
<snip------------------------------------>
??? Error using ==> OfflineAnalysis>reloadSettings at 1431
Some of the files necessary are missing or have been corrupted. Please reinstall.

Warning: 1 invisible figure(s) exist at MCR termination.

If your application has terminated unexpectedly, please note that
applications generated by the MATLAB Compiler terminate when there are no
visible figure windows. See the documentation for WaitForFiguresToDie and
WAITFORCALLBACKS for more information.

Warning: Class
'uitools.uibuttongroup'
in use at MCR termination.

If your application has terminated unexpectedly, please note that
applications generated by the MATLAB Compiler terminate when there are no
visible figure windows. See the documentation for WaitForFiguresToDie and
WAITFORCALLBACKS for more information.
<snip---------------------------------------------------->

Re: Offline Analysis Tool doesn't work

Posted: 11 Jun 2012, 07:35
by mellinger
You are right, the latest executable download contains r3798, and thus does not contain the fix from r3853.
Unfortunately, there is no quick fix for that problem until the next binary release comes out, which is scheduled for the next weeks.

If you have a compiler installed, you can checkout BCI2000 from SVN. Then, start Matlab and change to BCI2000/src/core/tools/mex. From there, execute "buildmex". After that, OfflineAnalysis should work again.

Regards,
Juergen

Re: Offline Analysis Tool doesn't work

Posted: 01 Aug 2013, 20:59
by andreyboytsov
Good evening,

I started using BCI2000 today and immediately ran into a problem, which looks exactly as described in this topic. I'd appreciate some help.

The issue persists on 64-bit Windows 7 machine and 32-bit Windows XP virtual machine. Latest MCRs, checked out latest version from SVN today. Collected data for P300 calibration with no visible problems, but then could not get offline analysis to work on any machine (real or virtual).

Is there any way to work around that issue (without purchasing Matlab) or fix it on my own?

Best regards,
Andrey.


Error message:

C:\Tools\BCI2000svn\tools\OfflineAnalysis>OfflineAnalysisWin.exe
??? Error using ==> OfflineAnalysis>reloadSettings at 1431
Some of the files necessary are missing or have been corrupted. Please reinstal
l.


Warning: 1 invisible figure(s) exist at MCR termination.

If your application has terminated unexpectedly, please note that
applications generated by the MATLAB Compiler terminate when there are no
visible figure windows. See the documentation for WaitForFiguresToDie and
WAITFORCALLBACKS for more information.

Warning: Class
'uitools.uibuttongroup'
in use at MCR termination.

If your application has terminated unexpectedly, please note that
applications generated by the MATLAB Compiler terminate when there are no
visible figure windows. See the documentation for WaitForFiguresToDie and
WAITFORCALLBACKS for more information.

Warning: Class
'uitools.uimodemanager'
in use at MCR termination.

If your application has terminated unexpectedly, please note that
applications generated by the MATLAB Compiler terminate when there are no
visible figure windows. See the documentation for WaitForFiguresToDie and
WAITFORCALLBACKS for more information.

Warning: Class
'uitools.uimode'
in use at MCR termination.

If your application has terminated unexpectedly, please note that
applications generated by the MATLAB Compiler terminate when there are no
visible figure windows. See the documentation for WaitForFiguresToDie and
WAITFORCALLBACKS for more information.

Warning: Class
'graphics.datacursormanager'
in use at MCR termination.

If your application has terminated unexpectedly, please note that
applications generated by the MATLAB Compiler terminate when there are no
visible figure windows. See the documentation for WaitForFiguresToDie and
WAITFORCALLBACKS for more information.

Re: Offline Analysis Tool doesn't work

Posted: 05 Aug 2013, 10:52
by mellinger
Hi,

make sure you run OfflineAnalysis from within its own directory.

HTH,
Juergen

Re: Offline Analysis Tool doesn't work

Posted: 06 Aug 2013, 18:30
by andreyboytsov
Hello Juergen,

Thanks for your assistance!

I tried OfflineAnalysisWin.exe now and it worked!

Not sure if it was about the directory (I was running from its own directory, see my previous error log).

Can it be related to Matlab/MCR versions? Last week I tried with MCR R2013a, and ended up with error. Next day I got a permission from my employer to install Matlab R2102. Bat file ran just fine. Now, to my surprise, I found out that Win.exe is fine as well.

Thanks,
Andrey.