Error: 'Simvar.PropertyOutputWindow' - (0x83600FA4)

SDK supports Prepar3D’s philosophy of an open development architecture and encourages third parties to bring new innovations with improved add-ons and training content.
Post Reply
wesleylu
Posts: 8
Joined: Thu Aug 05, 2021 1:50 am

Error: 'Simvar.PropertyOutputWindow' - (0x83600FA4)

Post by wesleylu »

Hello,
I used the SimpleAircraft example in the PDK to rewrite an ISimObject dll.
It injects several variables into the program,
I want to use the Property Display in "https://www.prepar3d.com/SDKv5/sdk/pdk_ ... gging.html",
Currently, my PropertyDebugging.xml has been recognized by the program, but ContentErrors reported the following issues:

[error.0]
error=AceXML Parser Error
Source: C:\Accel\Lockheed Martin\Prepar3D v5\SDK\PropertyDebugging.xml
Line: 1
Column: 0
Error: 'Simvar.PropertyOutputWindow' - (0x83600FA4)

[error.1]
error=AceXML Parser Error
Source: C:\Accel\Lockheed Martin\Prepar3D v5\SDK\PropertyDebugging.xml
Line: 0
Column: 0
Error: (0x83600FC1)

Has anyone used Property Display? Please teach me!
wesleylu
Posts: 8
Joined: Thu Aug 05, 2021 1:50 am

Re: Error: 'Simvar.PropertyOutputWindow' - (0x83600FA4)

Post by wesleylu »

I have solved this problem. For your reference, you need to add the following content before and after the file content:

<?xml version="1.0" encoding="utf-8"?>
<SimBase.Document>
</SimBase.Document>

I hope the official can add these codes to improve the documentation so that more people can succeed at once.
Post Reply