Jump to content

Critical Error Currupt


carlosmax50

Recommended Posts

  • Deputy Sheriffs

The problem is not SIMstarter, but as the error message states, the DLL.XML file of your P3Dv4. Looks like it has been damaged.

If you want you can post that file here and we will have a look into it.

 

Link to comment
Share on other sites

Hi ok. No idea what to do.. Here's my DLL

 

<?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>PMDG Interface</Name>
        <Disabled>False</Disabled>
        <Path>PMDG\DLLs\PMDG_Interface.dll</Path>
        <DllStartName>module_init</DllStartName>
        <DllStopName>module_deinit</DllStopName>
    </Launch.Addon>
        <Name>PMDG_HUD_interface</Name>
        <Disabled>False</Disabled>
        <Path>PMDG\DLLs\PMDG_HUD_interface.dll</Path>
        <DllStartName>module_init</DllStartName>
        <DllStopName>module_deinit</DllStopName>
    </Launch.Addon>
      <Launch.Addon>
            <Name>RAASPRO</Name>
            <Disabled>False</Disabled>
            <ManualLoad>False</ManualLoad>
            <Path>.\RAASPRO\RAASPRO.dll</Path>
            <DllStartName>module_init</DllStartName>
            <DllStopName>module_deinit</DllStopName>
      </Launch.Addon>
</SimBase.Document>
 

Link to comment
Share on other sites

  • Deputy Sheriffs

There is a line missing in you dll.xml for whatever reason:

I inserted it in red:

 

<?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>PMDG Interface</Name>
        <Disabled>False</Disabled>
        <Path>PMDG\DLLs\PMDG_Interface.dll</Path>
        <DllStartName>module_init</DllStartName>
        <DllStopName>module_deinit</DllStopName>
    </Launch.Addon>

    <Launch.Addon>
        <Name>PMDG_HUD_interface</Name>
        <Disabled>False</Disabled>
        <Path>PMDG\DLLs\PMDG_HUD_interface.dll</Path>
        <DllStartName>module_init</DllStartName>
        <DllStopName>module_deinit</DllStopName>
    </Launch.Addon>
    <Launch.Addon>
        <Name>RAASPRO</Name>
        <Disabled>False</Disabled>
        <ManualLoad>False</ManualLoad>
        <Path>.\RAASPRO\RAASPRO.dll</Path>
        <DllStartName>module_init</DllStartName>
        <DllStopName>module_deinit</DllStopName>
    </Launch.Addon>
</SimBase.Document>


Copy the lines above, open a texteditor like Windows Notepad (never use Word or something similar!), paste the lines in a new document, save it as dll.xml and replace the original one, but make a backup of the old file.

 

 

Link to comment
Share on other sites

19 minutes ago, mopperle said:

There is a line missing in you dll.xml for whatever reason:

I inserted it in red:

 

<?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>PMDG Interface</Name>
        <Disabled>False</Disabled>
        <Path>PMDG\DLLs\PMDG_Interface.dll</Path>
        <DllStartName>module_init</DllStartName>
        <DllStopName>module_deinit</DllStopName>
    </Launch.Addon>

    <Launch.Addon>
        <Name>PMDG_HUD_interface</Name>
        <Disabled>False</Disabled>
        <Path>PMDG\DLLs\PMDG_HUD_interface.dll</Path>
        <DllStartName>module_init</DllStartName>
        <DllStopName>module_deinit</DllStopName>
    </Launch.Addon>
    <Launch.Addon>
        <Name>RAASPRO</Name>
        <Disabled>False</Disabled>
        <ManualLoad>False</ManualLoad>
        <Path>.\RAASPRO\RAASPRO.dll</Path>
        <DllStartName>module_init</DllStartName>
        <DllStopName>module_deinit</DllStopName>
    </Launch.Addon>
</SimBase.Document>


Copy the lines above, open a texteditor like Windows Notepad (never use Word or something similar!), paste the lines in a new document, save it as dll.xml and replace the original one, but make a backup of the old file.

 

 

man so silly of me for not to see such a simple solution. Thanks is fix now

Link to comment
Share on other sites

  • Deputy Sheriffs

Because we believe this topic has been answered we have closed it. If you have any more questions feel free to open a new topic.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy & Terms of Use