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

incompatible with recent bigdataviewer-core #4

Open
mhdominguez opened this issue Nov 9, 2023 · 0 comments
Open

incompatible with recent bigdataviewer-core #4

mhdominguez opened this issue Nov 9, 2023 · 0 comments

Comments

@mhdominguez
Copy link

mhdominguez commented Nov 9, 2023

Cannot open klb in bdv due to new incompatibility between:

bdv/img/cache/VolatileGlobalCellCache.java
and
KlbVolatileArrayLoaderX.java

Use of net.imglib2.img.basictypeaccess.volatiles.VolatileAccess was removed from VolatileGlobalCellCache.java (@tpietzsch in commit 58beb75), and opening klb datasets in bdv throws this error:

Caused by: java.lang.AbstractMethodError: Method org/janelia/simview/klb/bdv/KlbVolatileArrayLoaderUInt16.loadArray(III[I[J)Lnet/imglib2/img/basictypeaccess/DataAccess; is abstract
at org.janelia.simview.klb.bdv.KlbVolatileArrayLoaderUInt16.loadArray(KlbVolatileArrayLoaderUInt16.java)

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

Successfully merging a pull request may close this issue.

1 participant