xBimTeam / XbimWindowsUI

The home of XbimXplorer and WPF components for your desktop BIM applications.
Other
252 stars 149 forks source link

Microsoft.Isam.Esent.Interop Version store out of memory #120

Open ghost opened 5 years ago

ghost commented 5 years ago

Hi, I'm tryng to open a IFC file with XBIM that I have updated at last version. After read geometries in file the opened of file is interrupted and I get this error: -------------------------------------------- ERROR ------------------------------------------------ ==== 11:31 ERROR Xbim.WinUI Error creating geometry context of '0001.ifc' in Microsoft.Isam.Esent.Interop.Api.JetUpdate(JET_SESID sesid, JET_TABLEID tableid, Byte[] bookmark, Int32 bookmarkSize, Int32& actualBookmarkSize) in Microsoft.Isam.Esent.Interop.Update.Save(Byte[] bookmark, Int32 bookmarkSize, Int32& actualBookmarkSize) in Xbim.IO.Esent.EsentShapeGeometryCursor.AddGeometry(IXbimShapeGeometryData shapeGeom) in Xbim.IO.Esent.EsentGeometryInitialiser.AddRegions(XbimRegionCollection regions) in Xbim.ModelGeometry.Scene.Xbim3DModelContext.CreateContext(ReportProgressDelegate progDelegate, Boolean adjustWcs) in XbimXplorer.XplorerMainWindow.OpenAcceptableExtension(Object s, DoWorkEventArgs args).

Error creating geometry context of '\ASSI-DESK040619\Assistenza_Antonio\Condivisione\X_Simone\0001.ifc' in Microsoft.Isam.Esent.Interop.Api.JetUpdate(JET_SESID sesid, JET_TABLEID tableid, Byte[] bookmark, Int32 bookmarkSize, Int32& actualBookmarkSize) in Microsoft.Isam.Esent.Interop.Update.Save(Byte[] bookmark, Int32 bookmarkSize, Int32& actualBookmarkSize) in Xbim.IO.Esent.EsentShapeGeometryCursor.AddGeometry(IXbimShapeGeometryData shapeGeom) in Xbim.IO.Esent.EsentGeometryInitialiser.AddRegions(XbimRegionCollection regions) in Xbim.ModelGeometry.Scene.Xbim3DModelContext.CreateContext(ReportProgressDelegate progDelegate, Boolean adjustWcs) in XbimXplorer.XplorerMainWindow.OpenAcceptableExtension(Object s, DoWorkEventArgs args).

Version store out of memory (cleanup already attempted)

It's possibile to download the ifc file from here: https://tinyurl.com/yyttet3g

It's possibile to use other way to open this file and read the content?