-
Notifications
You must be signed in to change notification settings - Fork 9
Description
System Information:
3D Slicer 5.10.0
Windows 10
Tutorial Maker — develop branch (version downloaded on 11/19/25 at 11:00 AM)
Steps to Reproduce:
- Install 3D Slicer 5.10.0
- Install MONAIAuto3DSeg from the Extensions Manager
- Download the ZIP file from the develop branch of Tutorial Maker
- Save the ZIP file in the Downloads folder and drag the .py file into 3D Slicer
- Download the tutorials using the “Fetch From Github” button
- Select AIBasedSegmentationIn3DSlicer and click Capture screenshots
- Additionally, I ran the 4-minute tutorial and had no problems.
What Happened:
At the end of the process, the visual output is as follows:
After clicking Cancel, only an empty scene is displayed:
The console shows the following output:
'TUTORIAL_SCREENSHOT_19'
Traceback (most recent call last):
File "C:\Users\Downloads\SlicerTutorialMaker-develop\SlicerTutorialMaker-develop\TutorialMaker\Lib\TutorialUtils.py", line 612, in ScreenshotCallable
callback(_locals)
File "C:\Users\Downloads\SlicerTutorialMaker-develop\SlicerTutorialMaker-develop\TutorialMaker\Outputs\CurrentParsedTutorial.py", line 129, in TUTORIAL_SCREENSHOT_1
slicer.util.loadVolume(adc_path)
File "C:\Users\AppData\Local\slicer.org\3D Slicer 5.10.0\bin\Python\slicer\util.py", line 1016, in loadVolume
return loadNodeFromFile(filename, filetype, properties, returnNode)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\AppData\Local\slicer.org\3D Slicer 5.10.0\bin\Python\slicer\util.py", line 733, in loadNodeFromFile
raise RuntimeError(errorMessage)
RuntimeError: Failed to load node from file: C:/Users/AppData/Local/Temp/Slicer\SlicerData\dataset3_ProstateMRI\msd-prostate-01-adc.nrrd
Error: Loading C:/Users/AppData/Local/Temp/Slicer\SlicerData\dataset3_ProstateMRI\msd-prostate-01-adc.nrrd - load failed.