Hello,
in my custom app, I load multiple STL files as segmentations, generate a binary label map and a volume and now would like to store this intermediate result, preferrably as one file.
I tried MRB and got this error:
Warning: In vtkMRMLAnnotationStorageNode.cxx, line 535
vtkMRMLAnnotationLinesStorageNode (0x55e81517db70): WriteAnnotationTextProperties: annotation text display node is null
Warning: In vtkMRMLAnnotationLinesStorageNode.cxx, line 395
vtkMRMLAnnotationLinesStorageNode (0x55e81517db70): WriteAnnotationDataInternal: with stream: can't call WriteAnnotationDataInternal on superclass, retval = 0
vtkMRMLScene::WriteToMRB: Failed to save .../slicer-wrk/2023-08-01/2023-08-01-Scene.mrb: Failed to save scene to data bundle directory
bool qSlicerCoreIOManager::saveNodes(qSlicerIO::IOFileType, const IOProperties&, vtkMRMLMessageCollection*, vtkMRMLScene*) error: Saving failed with all writers found for file ".../slicer-wrk/2023-08-01/2023-08-01-Scene.mrb" of type "SceneFile"
void qSlicerSaveDataDialogPrivate::updateStatusIconFromMessageCollection(int, vtkMRMLMessageCollection*, bool) Data save error: "- Error: Failed to save .../slicer-wrk/2023-08-01/2023-08-01-Scene.mrb: Failed to save scene to data bundle directory\n- Error: Failed to save scene as .../slicer-wrk/2023-08-01/2023-08-01-Scene.mrb\n- Error: Saving failed with all writers found for file '.../slicer-wrk/2023-08-01/2023-08-01-Scene.mrb' of type 'SceneFile'.\n"
then I decided to store them as individual files and got
Warning: In vtkMRMLAnnotationLinesStorageNode.cxx, line 395
vtkMRMLAnnotationLinesStorageNode (0x55e81517db70): WriteAnnotationDataInternal: with stream: can't call WriteAnnotationDataInternal on superclass, retval = 0
bool qSlicerCoreIOManager::saveNodes(qSlicerIO::IOFileType, const IOProperties&, vtkMRMLMessageCollection*, vtkMRMLScene*) error: Saving failed with all writers found for file ".../slicer-wrk/2023-08-01/CropROI_Geruest_clipped source volume.acsv" of type "ModelFile"
void qSlicerSaveDataDialogPrivate::updateStatusIconFromMessageCollection(int, vtkMRMLMessageCollection*, bool) Data save error: "Error: Cannot write data file: .../slicer-wrk/2023-08-01/CropROI_Geruest_clipped source volume.acsv.\n"
void qSlicerSaveDataDialogPrivate::updateStatusIconFromMessageCollection(int, vtkMRMLMessageCollection*, bool) Data save information: ""
There is obviously some I/O module missing from my build.
Can you please help?
Thanks
Kambiz