# ERROR loading a file on Mac related with Node

**URL:** https://discourse.slicer.org/t/error-loading-a-file-on-mac-related-with-node/27215
**Category:** Support
**Created:** [January 12, 2023, 5:32pm UTC](https://discourse.slicer.org/t/error-loading-a-file-on-mac-related-with-node/27215 "2023-01-12T17:32:20Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Adriana\_Rojas\_Garcia](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/adriana_rojas_garcia/32/17992_2.png) [@Adriana\_Rojas\_Garcia](https://discourse.slicer.org/u/Adriana_Rojas_Garcia)
#### Post date: [January 12, 2023, 5:32pm UTC](https://discourse.slicer.org/t/error-loading-a-file-on-mac-related-with-node/27215/1 "2023-01-12T17:32:20Z")

</div>

Problem report for Slicer 5.2.1 macosx-amd64: I try to charge a mrml file and the following errors appear:

- ERROR: In /Volumes/D/S/S-0/Libs/MRML/Core/vtkMRMLParser.cxx, line 139

vtkMRMLParser (0x600003edc840): Failed to CreateNodeByClass: vtkMRMLChartViewNode

- ERROR: In /Volumes/D/S/S-0/Libs/MRML/Core/vtkMRMLStorableNode.cxx, line 326

vtkMRMLScalarVolumeNode (0x7f79a2dfb180): vtkMRMLStorableNode::UpdateScene failed: Failed to read node 00000000 (vtkMRMLScalarVolumeNode1) using storage node vtkMRMLVolumeArchetypeStorageNode4.

- ERROR: In /Volumes/D/S/S-0/Libs/MRML/Core/vtkMRMLStorableNode.cxx, line 326

vtkMRMLVolumePropertyNode (0x7f79d2775c50): vtkMRMLStorableNode::UpdateScene failed: Failed to read node VolumeProperty (vtkMRMLVolumePropertyNode1) using storage node vtkMRMLVolumePropertyStorageNode1.

- ERROR: In /Volumes/D/S/S-0/Libs/MRML/Core/vtkMRMLStorableNode.cxx, line 326

vtkMRMLAnnotationROINode (0x7f79928fe140): vtkMRMLStorableNode::UpdateScene failed: Failed to read node AnnotationROI (vtkMRMLAnnotationROINode1) using storage node vtkMRMLAnnotationLinesStorageNode1.

I worked with this file last year in a windows operative system and I didn’t have any problems, now when I try to work on it on a Mac the errors shown above appears.

I would appreciate if someone could help me.

---

<div class="post-metadata">

### Author: ![pieper](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/pieper/32/8_2.png) [@pieper](https://discourse.slicer.org/u/pieper)
#### Post date: [January 12, 2023, 5:50pm UTC](https://discourse.slicer.org/t/error-loading-a-file-on-mac-related-with-node/27215/2 "2023-01-12T17:50:54Z")

</div>

It’s hard to say for sure, but if you only copied the .mrml file then these messages mean that the referenced data files are not available on your mac. Using the .mrb format is a good way to ensure you have all the data in one handy file.

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [January 12, 2023, 5:54pm UTC](https://discourse.slicer.org/t/error-loading-a-file-on-mac-related-with-node/27215/3 "2023-01-12T17:54:44Z")

</div>

> [@Adriana\_Rojas\_Garcia](#):
>
> I worked with this file last year in a windows operative system and I didn’t have any problems, now when I try to work on it on a Mac the errors shown above appears.

We improved error reporting during scene loading in recent Slicer versions. Errors that were previously ignored are now displayed. To get rid of the errors, the simplest is to load the data files (.nrrd, .vtk, … files) into Slicer instead of the .mrml file.
