TomographicImaging / CILViewer

A simple Viewer for 3D data built with VTK
Apache License 2.0
9 stars 6 forks source link

Error when closing the viewer #438

Open DanicaSTFC opened 2 months ago

DanicaSTFC commented 2 months ago
2024-08-29 15:23:07.548 (   7.184s) [                ]vtkWin32OpenGLRenderWin:102    ERR| vtkWin32OpenGLRenderWindow (0000021C0E47D000): wglMakeCurrent failed in Clean(), error: 6

The vtk objects do not seem to be destroyed properly before the window of the app is closed.

lauramurgatroyd commented 2 months ago

This is a duplicate of https://github.com/TomographicImaging/CILViewer/issues/226

DanicaSTFC commented 2 months ago

This is a duplicate of #226

Is it? 226 says "The handle is invalid", this is "failed in Clean()"