September 25, 201411 yr It installed properly. The module folder is there. There is nothing in the menu bar regarding FSUIPC4 4.936. It even accepted my key. The only issue I had was that it was looking for FSX which I do not have installed, but that isn't an issue. I am confused as to what to do! Thanks
September 25, 201411 yr Moderator Check your dll.xmll file and make sure the proper entry for FSUIPC has been made: <Launch.Addon> <Name>FSUIPC 4</Name> <Disabled>False</Disabled> <Path>Modules\FSUIPC4.dll</Path> </Launch.Addon> </SimBase.Document> ..\Users\YourName\AppData\Roaming\Lockheed Martin\Prepar3D v2\dll.xml Fr. Bill AOPA Member: 07141481 AARP Member: 3209010556 Avsim Board of Directors | Avsim Forums Moderator
September 27, 201411 yr Author Yes it's there. i don't understand what's happening! Thanks. I'm open to any other suggestions. Here is a copy of the file. <?xml version="1.0" encoding="Windows-1252"?><SimBase.Document Type="Launch" version="1,0"> <Descr>Launch</Descr> <Filename>dll.xml</Filename> <Disabled>False</Disabled> <Launch.ManualLoad>False</Launch.ManualLoad> <Launch.Addon> <Name>RAZBAM Metroliner System Control</Name> <Disabled>False</Disabled> <ManualLoad>False</ManualLoad> <Path>Addon Modules\MM3SM.dll</Path> <DllStartName>module_init</DllStartName> <DllStopName>module_deinit</DllStopName> </Launch.Addon> <Launch.Addon> <Name>VistaMare Core</Name> <Disabled>True</Disabled> <ManualLoad>False</ManualLoad> <Path>VistaMare\ViMaCoreX.dll</Path> </Launch.Addon> <Launch.Addon> <Name>Migration Tool Plugin</Name> <Path>MigTool.dll</Path> <DllStartName>module_init</DllStartName> <DllStopName>module_deinit</DllStopName> </Launch.Addon> <Launch.Addon><Name>RAZBAM Metroliner System Control</Name><Disabled>False</Disabled><ManualLoad>False</ManualLoad><Path>Addon Modules\MM3SM.dll</Path><DllStartName>module_init</DllStartName><DllStopName>module_deinit</DllStopName><Launch.Addon> <Name>FSUIPC 4</Name> <Disabled>False</Disabled> <Path>Modules\FSUIPC4.dll</Path> </Launch.Addon></SimBase.Document>
September 27, 201411 yr Moderator You are missing a </Launch.Addon> tag on the entry directly above the FSUIPC entry. That is causing the FSUIPC module to be ignored! <Launch.Addon> <Name>RAZBAM Metroliner System Control</Name> <Disabled>False</Disabled> <ManualLoad>False</ManualLoad> <Path>Addon Modules\MM3SM.dll</Path> <DllStartName>module_init</DllStartName> <DllStopName>module_deinit</DllStopName> </Launch.Addon> // This entry is missing! <Launch.Addon> Fr. Bill AOPA Member: 07141481 AARP Member: 3209010556 Avsim Board of Directors | Avsim Forums Moderator
September 27, 201411 yr You also have two (2) entries which are identical for the RAZBAM Metroliner System Control. I would remove the last one. Best regards, Jim Young | AVSIM Online! - Simming's Premier Resource! Member, AVSIM Board of Directors - Serving AVSIM since 2001 Submit News to AVSIMImportant other links: Basic FSX Configuration Guide | AVSIM CTD Guide | AVSIM Prepar3D Guide | Help with AVSIM Site | Signature Rules | Screen Shot Rule | AVSIM Terms of Service (ToS) I7 8086K 5.0GHz | GTX 1080 TI OC Edition | Dell 34" and 24" Monitors | ASUS Maximus X Hero MB Z370 | Samsung M.2 NVMe 500GB and 1TB | Samsung SSD 500GB x2 | Toshiba HDD 1TB | WDC HDD 1TB | Corsair H115i Pro | 16GB DDR4 3600C17 | Windows 10
September 27, 201411 yr Moderator Good catch, Jim!My eyes most have just glazed over the first entry... :blush: I wonder why Razbam didn't just use the default ..\Modules folder, but instead created one of their own: ..\Addon Modules :rolleyes: Fr. Bill AOPA Member: 07141481 AARP Member: 3209010556 Avsim Board of Directors | Avsim Forums Moderator
Create an account or sign in to comment