You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: