Hello, I recently downloaded the GUI application but when using with a .kfx file I'm met with this error message. Any help/tips/pointers ?
Code:
Running X-Ray Builder GUI v2.1.1.0. Log started on 18/09/2019 at 18:54:49.
Extracting metadata...
An error occurred extracting metadata: Could not load file or assembly 'System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
at IonDotnet.Internals.Binary.RawBinaryReader.ReadLongString(Int32 length)
at IonDotnet.Internals.Binary.RawBinaryReader.ReadString(Int32 length)
at IonDotnet.Internals.Binary.SystemBinaryReader.LoadScalarValue()
at IonDotnet.Internals.Binary.SystemBinaryReader.LoadOnce()
at IonDotnet.Internals.Binary.SystemBinaryReader.PrepareValue()
at IonDotnet.Internals.Binary.SystemBinaryReader.StringValue()
at IonDotnet.Internals.PrivateIonWriterBase.WriteValueRecursively(IonType type, IIonReader reader)
at IonDotnet.Internals.PrivateIonWriterBase.WriteContainerRecursively(IonType type, IIonReader reader)
at IonDotnet.Internals.PrivateIonWriterBase.WriteValueRecursively(IonType type, IIonReader reader)
at IonDotnet.Internals.PrivateIonWriterBase.WriteContainerRecursively(IonType type, IIonReader reader)
at IonDotnet.Internals.PrivateIonWriterBase.WriteValueRecursively(IonType type, IIonReader reader)
at IonDotnet.Internals.PrivateIonWriterBase.WriteContainerRecursively(IonType type, IIonReader reader)
at IonDotnet.Internals.PrivateIonWriterBase.WriteValueRecursively(IonType type, IIonReader reader)
at IonDotnet.Internals.PrivateIonWriterBase.WriteContainerRecursively(IonType type, IIonReader reader)
at IonDotnet.Internals.PrivateIonWriterBase.WriteValueRecursively(IonType type, IIonReader reader)
at IonDotnet.Internals.PrivateIonWriterBase.WriteContainerRecursively(IonType type, IIonReader reader)
at IonDotnet.Internals.PrivateIonWriterBase.WriteValueRecursively(IonType type, IIonReader reader)
at IonDotnet.Internals.PrivateIonWriterBase.WriteValue(IIonReader reader)
at IonDotnet.Internals.PrivateIonWriterBase.WriteValues(IIonReader reader)
at IonDotnet.Systems.IonLoader.WriteDatagram(IIonReader reader)
at IonDotnet.Systems.IonLoader.Load(Stream stream)
at IonDotnet.Systems.IonLoader.Load(Byte[] data)
at XRayBuilderGUI.Unpack.KFX.Entity..ctor(Stream stream, Int32 id, Int32 type, ISymbolTable symbolTable, IonLoader loader)
at XRayBuilderGUI.Unpack.KFX.KfxContainer..ctor(Stream fs)
at XRayBuilderGUI.Unpack.MetadataLoader.Load(String file)
at XRayBuilderGUI.UI.UIFunctions.GetAndValidateMetadata(String mobiFile, Boolean saveRawML, ILogger _logger)