Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors on loading FLIM data #254

Closed
ilyaradko opened this issue Aug 8, 2016 · 4 comments
Closed

Errors on loading FLIM data #254

ilyaradko opened this issue Aug 8, 2016 · 4 comments

Comments

@ilyaradko
Copy link

I have version 4.9.1, which used to work fine. I have not been using it for several months, and now when I try to load FLIM data (which I successfully did before), FLIMfit gives the following errors in the console:

Attempted to access sizeZCT(3); index out of bounds because numel(sizeZCT)=2.
Error in flim_data_series/get_ZCT (line 43)
Error in flim_data_series/load_multiple (line 54)
Error in flim_data_series/load_single (line 77)
Error in flim_data_series_controller/load_single (line 159)
Error in front_end_menu_controller/menu_file_load_single_callback (line 583)
Error in front_end_menu_controller/set_callbacks/@(varargin)obj.menu_file_load_single_callback(varargin{:})
Error using waitfor
Error while evaluating Menu Callback

What could have changed in my system that broke functionality of FLIMfit and is there a way to troubleshoot? I tried reinstalling both FLIMfit and Matlab compiler runtime without success.

@seanwarren
Copy link
Member

Hi @ilyaradko, could you please let me know which version you're using?
I've just tested the previous data you send to me in the latest version and it seems to load ok.

Thanks

@ilyaradko
Copy link
Author

Hi @seanwarren. The described issue is with version 4.9.1.
I have also tried versions 4.11.0 and 4.11.1 - they do load data files, but show some nonsense. In case of 4.11.0 and 4.11.1, the console gives the following output:

Aug 08, 2016 11:52:52 AM org.scijava.nativelib.BaseJniExtractor extractJni
INFO: Couldn't find resource META-INF/lib/windows_64/ SlideBook6Reader.dll
Aug 08, 2016 11:52:52 AM org.scijava.nativelib.NativeLibraryUtil loadNativeLibrary
WARNING: IOException creating DefaultJniExtractor
java.io.IOException: Couldn't find resource META-INF/lib/windows_64/ SlideBook6Reader.dll
at org.scijava.nativelib.BaseJniExtractor.extractJni(BaseJniExtractor.java:144)
at org.scijava.nativelib.NativeLibraryUtil.loadNativeLibrary(NativeLibraryUtil.java:265)
at loci.formats.in.SlideBook6Reader.(SlideBook6Reader.java:93)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at loci.formats.ClassList.(ClassList.java:127)
at loci.formats.ClassList.(ClassList.java:85)
at loci.formats.ImageReader.getDefaultReaderClasses(ImageReader.java:78)

    at loci.formats.ImageReader.<init>(ImageReader.java:115)
    at loci.formats.ReaderWrapper.<init>(ReaderWrapper.java:62)
    at loci.formats.ChannelFiller.<init>(ChannelFiller.java:71)

It seems to be a problem of my particular environment, and not of the FLIMfit. So I am wondering what could have happened that FLIMfit stopped working and reinstalling it does not help. I am looking for a way to troubleshoot that issue.

@ilyaradko
Copy link
Author

It seems that Java Development Kit, which I recently installed on my PC, was somehow conflicting with FLIMfit installtion. I reinstalled both JDK and JRE, which solved the problem.

@seanwarren
Copy link
Member

I'm glad you've resolved this - I'll keep this in mind in case some one else encounters the same problem! Cheers, Sean

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants