James Butler

Results 385 comments of James Butler

Great! I didn't see that there was already a debug build fix. I'll definitely add to the [`slicer-v9.5.0.rc1-2025-05-14-fe7cd0efa`](https://github.com/Slicer/VTK/tree/slicer-v9.5.0.rc1-2025-05-14-fe7cd0efa) branch.

@lassoan I've updated the Slicer VTK fork branch and updated the git SHA in this branch to use it (https://github.com/Slicer/VTK/commit/993649f58a7ced5822a6556321e747d3b128211a). So you should be able to try debug builds with...

@lassoan Following up on the ability to build a debug build - I was successfully able to build this branch in Debug mode on the Windows platform.

I've updated this branch pointing to latest VTK release code for the 9.5.0 release. It is currently in a period post rc2 with final release estimated for June 17th per...

I have picked off my debugging commit here associated with failing tests that use `vtkRegressionTestImageThreshold`. These tests include: - `vtkMRMLCameraDisplayableManagerTest1` - `vtkMRMLModelDisplayableManagerTest1` - `vtkMRMLThreeDReformatDisplayableManagerTest1` - `vtkMRMLVolumeRenderingDisplayableManagerTest1`

Thanks I have tested locally and confirmed those last few testing issued have been resolved.

@jcfr Is the app launcher supposed to do any handling of paths to make sure the CLI module executables are running against the msvcp runtime dlls in the application /bin...

I have issued https://github.com/Slicer/SlicerExecutionModel/pull/142 as a workaround to include system libraries next to these CLI executables. Using that PR I observe `..lib/Slicer-5.7/cli-modules/msvcp140.dll` being specified along with the existing `..bin/msvcp140.dll` in...

@lassoan I was running the CLI executable from within a Slicer scripted module. I was calling something like `slicer.cli.run(slicer.modules.resamplescalarvolume, None, parameters, wait_for_completion=True, update_display=False)`. However I was also running it straight...

From https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170 > The Redistributable version must be at least as recent as the MSVC build toolset used to build your app. In my case I built the ResampleScalarVolume.exe with...