[Aspose.Diagram for Java] vsdファイルを読み込むとDiagramExceptionが発生する

230.vsdを読み込もうとすると、Diagramクラスのインスタンス作成時に以下のエラーが発生します。

SampleCode

public void sample() throws Exception {

Path input = Paths.get("C:\\test\\input");
String fileName = "230.vsd";

try (InputStream stream = Files.newInputStream(input.resolve(fileName))) {
    Diagram diagram = new Diagram(stream);
}

}

Stack trace

com.aspose.diagram.DiagramException: Error in element VisioDocument in \VisioDocument. Error in element Page in \VisioDocument\Pages\Page[-2,147,483,648]. Error in element PageSheet in \VisioDocument\Pages\Page[-2,147,483,648]\PageSheet[00000000-0000-0000-0000-000000000000]. Index: 2359297, Size: 0
at com.aspose.diagram.jx.a(Unknown Source)
at com.aspose.diagram.bw.q(Unknown Source)
at com.aspose.diagram.og.a(Unknown Source)
at com.aspose.diagram.og.a(Unknown Source)
at com.aspose.diagram.Diagram.(Unknown Source)

これはバグでしょうか。ご確認のほどよろしくお願いいたします。

使用バージョン: Aspose.Diagram for Java 22.4
サンプルデータ: 230.zip (81.7 KB)

@yudai_yamaguchi

このケースをさらに調査するために、DIAGRAMJAVA-50943としての調査チケットが問題管理システムに記録されています。チケットの解決に関する明確な更新があり次第、詳細を確認し、お知らせします。しばらくお待ちください。

ご不便をおかけしてしまい申し訳ございません。

The issues you have found earlier (filed as DIAGRAMJAVA-50943) have been fixed in this update. This message was posted using Bugs notification tool by philip.zhou