User talk:Neo: Difference between revisions

bug report
No edit summary
(bug report)
Line 84: Line 84:


[[User:Neo|Neo]]
[[User:Neo|Neo]]
I got this error when extracting BINACJBOMelee Profile:
  System.NotImplementedException: Argument value is System.Single[]
  at System.Xml.XmlWriter.WriteValue (System.Object value) [0x00000]
  at Oni.XmlExporter.Oni.Metadata.IMetaTypeVisitor.VisitVector3 (Oni.Metadata.MetaVector3 type) [0x00000]
  at Oni.Metadata.MetaVector3.Accept (IMetaTypeVisitor visitor) [0x00000]
  at Oni.XmlExporter.WriteFields (Oni.Metadata.Field[] fields) [0x00000]
  at Oni.XmlExporter.Oni.Metadata.IMetaTypeVisitor.VisitStruct (Oni.Metadata.MetaStruct type) [0x00000]
  at Oni.Metadata.MetaStruct.Accept (IMetaTypeVisitor visitor) [0x00000]
  at Oni.Objects.CollectionExporter.ExportInstance (Oni.InstanceDescriptor descriptor) [0x00000]
  at Oni.XmlExporter.ExportInstance (Oni.InstanceDescriptor descriptor) [0x00000]
  at Oni.Exporter.ExportInstanceList (System.Collections.Generic.List`1 descriptors) [0x00000]
  at Oni.Exporter.Export (Oni.FileManager fileManager, System.String sourceFilePath, System.String filter) [0x00000]
  at Oni.Program.ExtractXml (System.String[] args) [0x00000]
  at Oni.Program.Main (System.String[] args) [0x00000]  (1)
Also the .xml file looks like this:
  <?xml version="1.0" encoding="utf-8"?>
  <ObjectCollection version="0.9.18.0">
    <Object Id="630" Type="MELE">
        <Header>
            <Flags>0</Flags>
            <Position />
        </Header>
    </Object>
  </ObjectCollection>
830

edits