Closed f9daq closed 3 years ago
Hi Rok,
Seems to be, it is problem in I/O implementation for std::map<>, which is used inside TGeoManager. I will investigating it.
I fix problem in master and 5.9 branch. Now it mostly work:
I closing issue, it fixed in latest released version
Sorry, 5.9.1 is not yet released, but 6.0.0 coming very soon
Thank you, I confirm that it is working now.
When trying to display the Geant4 VGM coverted geometry, an error is raised (it works in ROOT without any problems).
https://root.cern.ch/js/latest/?gui&file=https://belle2.ijs.si/geom/Belle2Geo.root&item=VGM%20Root%20geometry;1
JSRootIOEvolution.min.js:17 Uncaught RangeError: Offset is outside the bounds of the DataView at DataView.getInt16 ()
at k.ntoi2 (JSRootIOEvolution.min.js:17)
at Object.d.IO.ReadMapElement [as readelem] (JSRootIOEvolution.min.js:100)
at JSRootIOEvolution.min.js:68
at k.ReadNdimArray (JSRootIOEvolution.min.js:22)
at Object.a.readelem.c.$fictional.a.func (JSRootIOEvolution.min.js:68)
at k.ClassStreamer (JSRootIOEvolution.min.js:27)
at JSRootIOEvolution.min.js:39
at JSRootIOEvolution.min.js:38
at XMLHttpRequest.l (JSRootIOEvolution.min.js:32)
Cheers, Rok