Seahawk72s Posted November 3, 2017 Report Posted November 3, 2017 (edited) A new install of FSX + Acceleration on Win7 64 with the SDK installed. I manually added the FSUIPC entry to the dll.xml, restarted FSX and under Tools the SDK modules were gone and FSUIPC was there. Removed FSUIPC entry, restarted FSX and SDK modules were back under tools. FSUIPC and SDK modules are trusted in FSX.cfg. Downloaded and installed FSUIPC 4.971 and ran install as Administrator. Checked dll.xml and FSUIPC entry was there. Restarted FSX and SDK modules are gone with FSUIPC the only entry. Once more removed FSUIPC entry and SDK modules were back after FSX restart. No SDK modules with code below. Puzzled... <?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>Object Placement Tool</Name> <Disabled>FALSE</Disabled> <ManualLoad>False</ManualLoad> <Path>..\Microsoft Flight Simulator X SDK\SDK\Mission Creation Kit\object_placement.dll</Path> </Launch.Addon> <Launch.Addon> <Name>Traffic Toolbox</Name> <Disabled>FALSE</Disabled> <ManualLoad>False</ManualLoad> <Path>..\Microsoft Flight Simulator X SDK\SDK\Environment Kit\Traffic Toolbox SDK\traffictoolbox.dll</Path> </Launch.Addon> <Launch.Addon> <Name>Visual Effects Tool</Name> <Disabled>FALSE</Disabled> <ManualLoad>False</ManualLoad> <Path>..\Microsoft Flight Simulator X SDK\SDK\Environment Kit\Special Effects SDK\visualfxtool.dll</Path> </Launch.Addon> <Launch.Addon> <Name>FSUIPC 4</Name> <Disabled>False</Disabled> <Path>Modules\FSUIPC4.dll</Path> </Launch.Addon> </SimBase.Document> Edited November 3, 2017 by Seahawk72s added more info
Seahawk72s Posted November 4, 2017 Author Report Posted November 4, 2017 For now I'll just use 2 sets of .xml files, SDK for one and FSUIPC and other modules for the other. I'm assuming its some sort of sensitivity with the SDK install that's causing the problem. Three SDK uninstalls with re-installs is not fixing it.
Pete Dowson Posted November 6, 2017 Report Posted November 6, 2017 On 11/3/2017 at 1:53 AM, Seahawk72s said: I manually added the FSUIPC entry to the dll.xml, Why? The FSUIPC INstaller does that for you. On 11/4/2017 at 6:47 AM, Seahawk72s said: I'm assuming its some sort of sensitivity with the SDK install that's causing the problem. I've always had the Tools and AddOns menu running with no problems. I don't understand why you are manually editing the XML file. You can use SimConnect logging to see what DLLs and EXEs are being loaded by SimConnect from the XML files, and it also logs the error number/message if one it sees does not load. Check that. SimConnect logging is enabled with entries in a Simconnect.ini file in your FS Documents folder. See the FAQ subforum for a thread on that. Pete
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now