Aspose.PSD issue with particular document (layer)

Hello.
Using the attached psd file, when we try to add new text portions, we get this error:
image.png (76.8 KB)

var psdImage = (PsdImage)Image.Load(psdFilePath);
foreach (var layer in psdImage.Layers)
{
if (layer is TextLayer textLayer)
{
var newPortion = textLayer.TextData.ProducePortions(
new[] { “adding text” },
null,
null
).First();
}
}
Layer123Problem.7z (12.6 KB)

It seems like the layer has some sort of issue, as we extracted it from a bigger document that has this issue.

Thank you and hope to hear from you soon

@IBurzoEvoRWS
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): PSDNET-2166

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.