Ticket #193 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

write/read of DVR nodes not working

Reported by: tbeer Assigned to: unassigned
Priority: critical Milestone: 1.8 Release
Component: System Version: 1.8
Keywords: dvr fileio scene write read Cc:
Completion:

Description

DVR nodes are not correctly written out on write; reading of those files (osb, osg, bin) fails accordingly.

Write finishes without error, but regarding the resulting filesize the volume data is not written out.

Read creates empty DVR-nodes and then crashes on BrickSet::sortBricks3D() line 503 in OSGBrick.cpp, when it first tries to access the volume slices.

Change History

06/29/07 11:22:31 changed by dirk

  • status changed from new to closed.
  • resolution set to fixed.

Changed.

Note that it can happen that the data is loaded twice, if both image and filename are accessible, but I assume that's better than crashing. ;)