The intial conversion of PRC files to XML files works. However, when attempting to convert the XML files back into PRC files with the -a function, it gives this error:
Trace: list (size="35") (hash="0x0A7892D10D")
Trace: struct (index="0")
Trace: Hash40 (hash="0x045E237E06")
Specified argument was out of the range of valid values. (Parameter 'str')
Actual value was Hash40.
at paracobNET.Extensions.ParamTypeExtensions.FromStandardName(String str) in /home/runner/work/paracobNET/paracobNET/paracobNET/Extensions.cs:line 129
at ParamXML.Program.NodeToParam(XmlNode node) in /home/runner/work/paracobNET/paracobNET/ParamXML/Program.cs:line 270
Any idea on how to solve this problem?
The intial conversion of PRC files to XML files works. However, when attempting to convert the XML files back into PRC files with the -a function, it gives this error:
Trace: list (size="35") (hash="0x0A7892D10D")
Trace: struct (index="0")
Trace: Hash40 (hash="0x045E237E06")
Specified argument was out of the range of valid values. (Parameter 'str')
Actual value was Hash40.
at paracobNET.Extensions.ParamTypeExtensions.FromStandardName(String str) in /home/runner/work/paracobNET/paracobNET/paracobNET/Extensions.cs:line 129
at ParamXML.Program.NodeToParam(XmlNode node) in /home/runner/work/paracobNET/paracobNET/ParamXML/Program.cs:line 270
Any idea on how to solve this problem?