DICOM segmentation import problem on Windows

I am trying to view DICOM segmentations on slicer as an overlay on PET and CT images. The DICOM segmentations won’t load. I have tried uninstalling and reinstalling the extensions one by one as well as all at once. The PET and CT images both load with no problems.

Slicer Version: 4.10.2
Operating System: Windows 10
Extensions that are causing the error messages: PETDICOMExtension, SlicerRT, LongitudinalPETCT
Error Message when Slicer loads: DLL load failed: The specified module could not be found.

When you say “DICOM segmentations” - what is the modality that shows up in the series list? Does it say “SEG” for the series you are trying to load in the DICOM browser? There are many ways how a segmentation could be saved in a DICOM file.

image

What happens when they don’t load?

Which extensions did you install?

If it is a DICOM Segmentation image object that you are trying to load, you will need to install “Quantitative Reporting” extension, and also all of the dependencies it will prompt you to install.

When I try to load it, it is labelled as “SEG”.

When they don’t load, multiple error messages pop up. “Warning: Plugin failed: DICOMPETSUVPlugin”,
“Warning: Plugin failed: DICOMSroImportPlugin” and “Warning: Plugin failed: DICOMRTImportExportPlugin”

I have DCMQI, PETDICOMExtension, LongitudinalPETCT, SlicerRT, QuantitativeReporting, SlicerDevelopmentToolbox, SlicerRadiomics

When they don’t load, the PET and CT will load but the DICOM segmentations will not and the error box appears that says they are unable to load as a DICOM segmentation.

Can you share the error log?

You can get it in “Help > Report a bug”.

The error log is extremely long. Cannot load library is repeated throughout

Cannot load library C:\Users\laure\AppData\Roaming\NA-MIC\Extensions-28257\SlicerRT\lib\Slicer-4.10\qt-loadable-modules\qSlicerDoseAccumulationModule.dll: The specified module could not be found.

DLL load failed: The specified module could not be found.

Maybe your extension installation is incomplete. Reinstall your extensions. Make sure you wait for the “Restart” button to appear (even if it takes several minutes) and click that (do not click “Close”). If it does not help then send us the log (upload somewhere and post just the download link here).

You might run into the error described here. Installing Visual Studio redistributables may fix the problem.

After installing the Visual Studio redistributables the segmentations loaded and all extensions seemed to be working! Thank you!

Thank you, this is very useful feedback. I’ve filed a bug report here.