scenerygraphics / sciview

sciview is a tool for visualization and interaction with ND image and mesh data
BSD 2-Clause "Simplified" License
67 stars 17 forks source link

VolumeTimeseriesDemo is broken #510

Closed kephale closed 1 year ago

kephale commented 1 year ago

When I run VolumeTimeseriesDemo no nodes are added to the scene, and BDV is empty.

kephale commented 1 year ago

The exception is being gobbled by the current SciJava bug, but I was able to get this when just testing the dataset itself.

Exception in thread "main" java.lang.NoSuchMethodError: 'void bdv.tools.InitializeViewerState.initTransform(bdv.viewer.ViewerPanel)'
    at bdv.util.BdvHandle.tryInitTransform(BdvHandle.java:222)
    at bdv.util.BdvHandle.add(BdvHandle.java:207)
    at bdv.util.BdvFunctions.addRandomAccessibleInterval(BdvFunctions.java:541)
    at bdv.util.BdvFunctions.show(BdvFunctions.java:114)
    at bdv.util.BdvFunctions.show(BdvFunctions.java:89)
    at sc.iview.commands.demo.animation.VolumeTimeseriesDemo$Companion.main(VolumeTimeseriesDemo.kt:147)
    at sc.iview.commands.demo.animation.VolumeTimeseriesDemo.main(VolumeTimeseriesDemo.kt)
moreApi commented 1 year ago
image

For me there is something in BDV but it is far in the corner. But SciView is empty for me also.

kephale commented 1 year ago

Oh good eyes!

This exception is concerning though.

kephale commented 1 year ago

This works with updated BDV dependencies. Confirmed working with:

    implementation("sc.fiji:bigdataviewer-core:10.4.7")
    implementation("sc.fiji:bigdataviewer-vistools:1.0.0-beta-32")