• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

P3D v3 [SOLVED] dll.xml could not be read

Messages
228
Country
france
Hi,

SODE v 1.3.2 had stopped working.

When I launch SODE Platform Manager (as administrator), I get this message :

upload_2016-4-24_12-43-50.jpeg


I have FSX installed too and I get no errors when registering.

I have tried a clean install of SODE and let P3D regenerate dll.xml but it doesn't help.

I can't understand what's wrong with registration because dll.xml content seems OK :

dll.xml (C:\ProgramData\Lockheed Martin\Prepar3D v3)

<?xml version="1.0" encoding="Windows-1252"?>

<SimBase.Document Type="AceXML" version="3,0" id="dll">
<Descr>AceXML Document</Descr>
<Filename>dll.xml</Filename>
<Launch.Addon>
<Name>SODE Animation Module</Name>
<Path>C:\Program Files (x86)\12bPilot\SODE\SimObjectAnimationModule.dll</Path>
</Launch.Addon>
</SimBase.Document>


exe.xml (C:\ProgramData\Lockheed Martin\Prepar3D v3)

<?xml version="1.0" encoding="Windows-1252"?>

<SimBase.Document Type="AceXML" version="3,0" id="exe">
<Descr>AceXML Document</Descr>
<Filename>exe.xml</Filename>
<Launch.Addon>
<Name>SODE</Name>
<Path>C:\Program Files (x86)\12bPilot\SODE\SimObjectDisplayEngine.exe</Path>
<CommandLine>P3Dv3</CommandLine>
</SimBase.Document>


PLTMGR.log

Ops: Registration, Install
Arguments EXE.XML: \Prepar3D.exe "-Configure: File=EXE, Operation=Add, Title=SODE, Path=C:\Program Files (x86)\12bPilot\SODE\SimObjectDisplayEngine.exe, CommandLine=P3Dv3"
Arguments DLL.XML: \Prepar3D.exe "-Configure: File=DLL, Operation=Add, Title=SODE Animation Module, Path=C:\Program Files (x86)\12bPilot\SODE\SimObjectAnimationModule.dll"
Creating Process for EXE.XML...
RESULT: 1
ERROR: 1
>CODE: 18
Creating Process for DLL.XML...
RESULT: 1
SUCCESS!
Creating Process for SIMOBJECT.CFG SODE
RESULT: 1
SUCCESS!
Creating Process for SIMOBJECT.CFG COMMON
RESULT: 1
SUCCESS!
--- END ---


and SODE.log

[12:03:16.162] FATAL : No Target Simulator Platform supplied! Shuting down...
[12:03:16.162] INFO : Terminate SODE.


Any help would be appreciated !

(OS Windows 7 64)
 
Last edited:
Jeffrey,

I have spent many hours trying to solve the problem (new P3D v3.2 install, new SODE install ...) but I always get the same message when registering P3D with SODE.

3.jpg


I have noticed that exe.xml and dll.xml path displayed by SODE Platform Manager has a typo : these files are located in C:\ProgramData\Lockheed Martin\Prepar3D v3.

Do you think it has anything to do with my problem ?

Best regards
 
Last edited:
exe.xml (C:\ProgramData\Lockheed Martin\Prepar3D v3)

<?xml version="1.0" encoding="Windows-1252"?>

<SimBase.Document Type="AceXML" version="3,0" id="exe">
<Descr>AceXML Document</Descr>
<Filename>exe.xml</Filename>
<Launch.Addon>
<Name>SODE</Name>
<Path>C:\Program Files (x86)\12bPilot\SODE\SimObjectDisplayEngine.exe</Path>
<CommandLine>P3Dv3</CommandLine>
</SimBase.Document>

Hi Jacques,

Sorry for the late reply, just returned from my holidays.
I quoted the portion which doesn't look right to me: There is a closing tag "</Launch.Addon>" missing after "</CommandLine>

For Prepar3Dv3, the SODEPlatformManager does not edit the files directly, but uses the native Prepar3D.exe to register external modules. I only pass the path to my module and Prepar3D.exe should write the correct entries.
 
Thank you Jeffrey, all is ok now.

I certainly remove this line accidentally when editing the exe.xml.

I'm sorry, I really need to buy a better pair of glasses !
 
Last edited:
Back
Top