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

GPU not found - but is up-to-date and installed #247

Closed sebi06 closed 1 year ago

sebi06 commented 4 years ago

When I try to start SciView from Fiji (up-to-date) i get stuck with the following error message (see below). But my GPU works and the driver is up to data. Any ideas what to check?

image

image

[ERROR] No SciJava display available. Use getOrCreateActiveSciView() to automatically create a display if one does not exist.
11:58:05.670 [SciJava-7dbe2ebf-Thread-4] INFO  SciView - imagej-launcher version bigger that non-working version (5.0.2 vs. 4.0.5), all good.
11:58:05.795 [Thread-4] INFO  SciView - NodePublisher listening on tcp://127.0.0.1:6666
11:58:07.469 [SciJava-7dbe2ebf-Thread-4] WARN  Renderer - Vulkan unavailable (java.lang.IllegalArgumentException: Parameter specified as non-null is null: method graphics.scenery.backends.RenderConfigReader$RendertargetConfig.<init>, parameter size, Instantiation of [simple type, class graphics.scenery.backends.RenderConfigReader$RendertargetConfig] value failed (java.lang.IllegalArgumentException): Parameter specified as non-null is null: method graphics.scenery.backends.RenderConfigReader$RendertargetConfig.<init>, parameter size
 at [Source: (sun.net.www.protocol.jar.JarURLConnection$JarURLInputStream); line: 11, column: 3] (through reference chain: graphics.scenery.backends.RenderConfig["rendertargets"]->java.util.LinkedHashMap["GeometryBuffer"])), falling back to OpenGL.
11:58:07.478 [SciJava-7dbe2ebf-Thread-4] INFO  OpenGLRenderer - Initializing OpenGL Renderer...
11:58:07.490 [SciJava-7dbe2ebf-Thread-4] ERROR Renderer - Could not instantiate renderer. Is your graphics card working properly and do you have the most recent drivers installed?
kephale commented 1 year ago

This would need to be tested again. A huge amount has changed since this issues was filed. In particular, we do not use OpenGL at all anymore.