Mac osX 10.15.7. Can't load volumes

I downloaded and installed slicer 4.11 in my Applications folder.

Slicer starts normally but I can’t load volumes (.nii) or load dcm files. After starting, the following warnings appear.

When loading module “DICOM” , the dependency “SubjectHierarchy” failed to be loaded.
When loading module “DICOM” , the dependency “SubjectHierarchy” failed to be loaded.
When loading module “DICOMPatcher” , the dependency “DICOM” failed to be loaded.
When loading module “MarkupsWidgetsSelfTest” , the dependency “Markups” failed to be loaded.
When loading module “MultiVolumeImporter” , the dependency “MultiVolumeExplorer” failed to be loaded.
When loading module “NeurosurgicalPlanningTutorialMarkupsSelfTest” , the dependency “Segmentations” failed to be loaded.
When loading module “PlotsSelfTest” , the dependency “Plots” failed to be loaded.
When loading module “SegmentEditor” , the dependency “Segmentations” failed to be loaded.
When loading module “SegmentStatistics” , the dependency “SubjectHierarchy” failed to be loaded.
When loading module “SubjectHierarchyCorePluginsSelfTest” , the dependency “SubjectHierarchy” failed to be loaded.
When loading module “SubjectHierarchyGenericSelfTest” , the dependency “SubjectHierarchy” failed to be loaded.
When loading module “TablesSelfTest” , the dependency “Tables” failed to be loaded.

I read the warning, “You cannot install extensions into the read-only volume so you must copy before installing extensions”. I was unsure if that meant I had to load extensions separately, and how to do that.

Thanks for any help!

Are you using latest stable version (Slicer-4.11.20200930)?

Yes - 4.11.20200930. I tried the preview release as well but had similar errors.

Could you upload the application log (menu: Help/Report a bug) somewhere (dropbox/onedrive/gdrive/…) and post the link here? Thanks.

Andras - Thanks for your help. The log file is pretty short so I hope you don’t mind that I post it here (below).

[DEBUG][Qt] 04.11.2020 07:08:03 [] (unknown:0) - Session start time …: 2020-11-04 07:08:03
[DEBUG][Qt] 04.11.2020 07:08:03 [] (unknown:0) - Slicer version …: 4.11.20200930 (revision 29402 / 002be18) macosx-amd64 - installed release
[DEBUG][Qt] 04.11.2020 07:08:03 [] (unknown:0) - Operating system …: Mac OS X / 10.15.7 / 19H2 - 64-bit
[DEBUG][Qt] 04.11.2020 07:08:03 [] (unknown:0) - Memory …: 16384 MB physical, 1024 MB virtual
[DEBUG][Qt] 04.11.2020 07:08:03 [] (unknown:0) - CPU …: GenuineIntel Intel® Core™ i5-9600K CPU @ 3.70GHz, 6 cores, 6 logical processors
[DEBUG][Qt] 04.11.2020 07:08:03 [] (unknown:0) - VTK configuration …: OpenGL2 rendering, Sequential threading
[DEBUG][Qt] 04.11.2020 07:08:03 [] (unknown:0) - Qt configuration …: version 5.15.1, with SSL, requested OpenGL 3.2 (core profile)
[DEBUG][Qt] 04.11.2020 07:08:03 [] (unknown:0) - Developer mode enabled …: no
[DEBUG][Qt] 04.11.2020 07:08:03 [] (unknown:0) - Prefer executable CLI …: yes
[DEBUG][Qt] 04.11.2020 07:08:03 [] (unknown:0) - Application path …: /Applications/Slicer.app/Contents/MacOS
[DEBUG][Qt] 04.11.2020 07:08:03 [] (unknown:0) - Additional module paths …: /Applications/Slicer.app/Contents/Extensions-29402/DCMQI/lib/Slicer-4.11/cli-modules
[DEBUG][Python] 04.11.2020 07:08:03 [Python] (/Applications/Slicer.app/Contents/lib/Python/lib/python3.6/site-packages/pydicom/datadict.py:432) - Reversing DICOM dictionary so can look up tag from a keyword…
[WARNING][Qt] 04.11.2020 07:08:04 [] (unknown:0) - When loading module “DICOM” , the dependency “SubjectHierarchy” failed to be loaded.
[WARNING][Qt] 04.11.2020 07:08:04 [] (unknown:0) - When loading module “DICOM” , the dependency “SubjectHierarchy” failed to be loaded.
[WARNING][Qt] 04.11.2020 07:08:04 [] (unknown:0) - When loading module “DICOMPatcher” , the dependency “DICOM” failed to be loaded.
[WARNING][Qt] 04.11.2020 07:08:04 [] (unknown:0) - When loading module “MarkupsWidgetsSelfTest” , the dependency “Markups” failed to be loaded.
[WARNING][Qt] 04.11.2020 07:08:04 [] (unknown:0) - When loading module “MultiVolumeImporter” , the dependency “MultiVolumeExplorer” failed to be loaded.
[WARNING][Qt] 04.11.2020 07:08:04 [] (unknown:0) - When loading module “NeurosurgicalPlanningTutorialMarkupsSelfTest” , the dependency “Segmentations” failed to be loaded.
[WARNING][Qt] 04.11.2020 07:08:04 [] (unknown:0) - When loading module “PlotsSelfTest” , the dependency “Plots” failed to be loaded.
[WARNING][Qt] 04.11.2020 07:08:04 [] (unknown:0) - When loading module “SegmentEditor” , the dependency “Segmentations” failed to be loaded.
[WARNING][Qt] 04.11.2020 07:08:04 [] (unknown:0) - When loading module “SegmentStatistics” , the dependency “SubjectHierarchy” failed to be loaded.
[WARNING][Qt] 04.11.2020 07:08:04 [] (unknown:0) - When loading module “SubjectHierarchyCorePluginsSelfTest” , the dependency “SubjectHierarchy” failed to be loaded.
[WARNING][Qt] 04.11.2020 07:08:04 [] (unknown:0) - When loading module “SubjectHierarchyGenericSelfTest” , the dependency “SubjectHierarchy” failed to be loaded.
[WARNING][Qt] 04.11.2020 07:08:04 [] (unknown:0) - When loading module “TablesSelfTest” , the dependency “Tables” failed to be loaded.
[WARNING][Python] 04.11.2020 07:08:04 [Python] (/Applications/Slicer.app/Contents/lib/Slicer-4.11/qt-scripted-modules/DataProbeLib/SliceViewAnnotations.py:26) - SliceAnnotations: Disable features relying on vtkPVScalarBarActor
[CRITICAL][Stream] 04.11.2020 07:08:04 [] (unknown:0) - SliceAnnotations: Disable features relying on vtkPVScalarBarActor

Could you please try deleting Slicer completely, then reinstalling it, without installing any extensions?

Hi Andras. Your comment made me realize that the .ini files weren’t deleted with the new install. Once I deleted them, it solved the problem. Thanks for your help!

Great! Thanks for the update.