andrewhwood / alembic

Automatically exported from code.google.com/p/alembic
Other
0 stars 0 forks source link

got a error about the alembic 1.04 in maya #288

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
here we using the abcExport to export the rig file and abcImport for rebuild 
the animation scene.but one of our rig file got some error for abcexport.not it 
is only one file got the error and other work well.

i'm very sorry that i can not attach the rig file here.And can u give me some 
advices from the error log?

What version of the product are you using? On what operating system?
alembic 1.04 in maya 2012.we compile it from maya 2013 lib .os is win 7 

Please provide any additional information below.
here is the error log when i export the  special rig file

HDF5-DIAG: Error detected in HDF5 (1.8.7) thread 0:
  #000: ..\..\..\src\H5O.c line 657 in H5Oget_info_by_name(): object not found
    major: Symbol table
    minor: Object not found
  #001: ..\..\..\src\H5Gloc.c line 747 in H5G_loc_info(): can't find object
    major: Symbol table
    minor: Object not found
  #002: ..\..\..\src\H5Gtraverse.c line 905 in H5G_traverse(): internal path traversal failed
    major: Symbol table
    minor: Object not found
  #003: ..\..\..\src\H5Gtraverse.c line 688 in H5G_traverse_real(): traversal operator failed
    major: Symbol table
    minor: Callback failed
  #004: ..\..\..\src\H5Gloc.c line 702 in H5G_loc_info_cb(): can't get object info
    major: Symbol table
    minor: Can't get value
  #005: ..\..\..\src\H5O.c line 2865 in H5O_get_info(): can't retrieve object's btree & heap info
    major: Object header
    minor: Can't get value
  #006: ..\..\..\src\H5Goh.c line 358 in H5O_group_bh_info(): can't read LINFO message
    major: Symbol table
    minor: Can't get value
  #007: ..\..\..\src\H5Omessage.c line 545 in H5O_msg_read_oh(): unable to decode message
    major: Object header
    minor: Unable to decode value
  #008: ..\..\..\src\H5Olinfo.c line 129 in H5O_linfo_decode(): bad version number for message
    major: Object header
    minor: Unable to load metadata into cache

Original issue reported on code.google.com by adun_...@126.com on 27 Aug 2012 at 6:45

GoogleCodeExporter commented 9 years ago
This has to do with a bug in HDF5 that was fixed in HDF5 1.8.9

A long google group thread is here:
https://groups.google.com/forum/#!msg/alembic-discussion/p0G0E3SVkeI/azXi5_Hs9wQ
J

You should also consider upgrading to Alembic 1.1.

Original comment by miller.lucas on 27 Aug 2012 at 4:20