August 5, 201312 yr Hello Avsim Forum! I have unusual messages that come up everytime I start FSX. In all there are six messages in total. Each pertaining to some addon and its "config number" and Modules. The photo shows the one for A2A Accu-feel. Bit out of my realm I'm afraid. Anyone seen this before or know have a suggestion to get rid of these messages? It does not affect FSX in any perceivable way.
August 5, 201312 yr Commercial Member Problem with your dll modules being set to manually load each time FSX restarts. Not sure why they changed but I know how to fix it. Here is an excerpt from my own dll.xml file: <Launch.Addon> <Name>Traffic Toolbox</Name> <Disabled>True</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>True</ManualLoad> <Path>..\Microsoft Flight Simulator X SDK\SDK\Environment Kit\Special Effects SDK\visualfxtool.dll</Path> </Launch.Addon> As you can see under the Visual Effects Tool I have set the <ManualLoad> entry to True rather than False. Starting FSX I get the same message as you have shown (with different module details of course). You will need to open your dll.xml file (which is located in the same location as your FSX.cfg file) with the notepad editor (don't double click on it as it will open in your internet browser otherwise). Look for and change any <ManualLoad>True</ManualLoad> entries to <ManualLoad>False</ManualLoad> and then save the file. (BUT MAKE A BACKUP OF DLL.XML FIRST) www.antsairplanes.com
August 6, 201312 yr Author Awesome ! It took me longer to remember and find which forum I posted this on than to fix it. Great instructions..Should have known AvSim was the one. (fighting a cold a little slow today). But it works Thanks for all your great help
Create an account or sign in to comment