August 3, 20214 yr Hi! Thanks for another great tool! I've used Prepar3D Addon Organizer for a long time. Just downloaded and have been setting up MSAO. The only issue I have so far is I get a warning dialog every time I start it saying it seems my exe.xml file is broken. It comes up two times but after closing the warnings the tool works fine. What is it telling me I need to do? Bruce Edited August 3, 20214 yr by bbuckley [CPL] : I9-9900K @5.0GHz HT ON, Maximus XI Hero, ASUS TUF RTX4080 OC, 32GB DDR4 3200 14, 1TB NVMe SSD, 500GB SSD, 1TB HDD, 40" Samsung 4K TV, Honeycomb Alpha & Bravo, Logitech Rudder Pedals, WIN11
August 4, 20214 yr Commercial Member Hello Bruce, what message is that exactly? And do you even have an exe.xml (=what does it look like)? The file should be in the same folder where the UserCfg.opt resides. LORBY-SI
August 4, 20214 yr Author Spoiler <?xml version="1.0" encoding="Windows-1252"?> <SimBase.Document Type="SimConnect" version="1,0"> <Descr>SimConnect</Descr> <Filename>SimConnect.xml</Filename> <Launch.Addon><Disabled>False</Disabled><ManualLoad>False</ManualLoad><Name>FSUIPC7</Name><Path>E:\XX - MSFS2020\My_MSFS_Stuff\FSUIPC7\FSUIPC7.exe</Path><CommandLine>-auto</CommandLine><NewConsole>False</NewConsole></Launch.Addon></SimBase.Document> <Launch.Addon> </Launch.Addon> </SimBase.Document> Pic of msg Yes it is. Here's file and pic of msg. Thanks [CPL] : I9-9900K @5.0GHz HT ON, Maximus XI Hero, ASUS TUF RTX4080 OC, 32GB DDR4 3200 14, 1TB NVMe SSD, 500GB SSD, 1TB HDD, 40" Samsung 4K TV, Honeycomb Alpha & Bravo, Logitech Rudder Pedals, WIN11
August 4, 20214 yr Commercial Member OK, that file is indeed broken, it looks like a mixture of two files (the simconnect.xml and the exe.xml), plus the XML format itself is broken too. This is what your exe.xml should look like: <?xml version="1.0" encoding="utf-8"?> <SimBase.Document Type="AddOnXml" version="1,0"> <Descr>Launch</Descr> <Filename>exe.xml</Filename> <Disabled>False</Disabled> <Launch.ManualLoad>False</Launch.ManualLoad> <Launch.Addon> <Name>FSUIPC7</Name> <Path>E:\XX - MSFS2020\My_MSFS_Stuff\FSUIPC7\FSUIPC7.exe</Path> <Disabled>False</Disabled> <ManualLoad>False</ManualLoad> <CommandLine>-auto</CommandLine> <NewConsole>False</NewConsole> </Launch.Addon> </SimBase.Document> And this is the default SimConnect.xml, just in case <?xml version="1.0" encoding="Windows-1252"?> <SimBase.Document Type="SimConnect" version="1,0"> <Descr>SimConnect Server Configuration</Descr> <Filename>SimConnect.xml</Filename> <SimConnect.Comm> <Descr>Static IP4 port</Descr> <Protocol>IPv4</Protocol> <Scope>local</Scope> <Port>500</Port> <MaxClients>64</MaxClients> <MaxRecvSize>41088</MaxRecvSize> </SimConnect.Comm> <SimConnect.Comm> <Descr>Static IP6 port</Descr> <Protocol>IPv6</Protocol> <Scope>local</Scope> <Port>501</Port> <MaxClients>64</MaxClients> <MaxRecvSize>41088</MaxRecvSize> </SimConnect.Comm> <SimConnect.Comm> <Descr>Custom Pipe</Descr> <Protocol>Pipe</Protocol> <Scope>local</Scope> <Port>Custom\SimConnect</Port> <MaxClients>64</MaxClients> <MaxRecvSize>41088</MaxRecvSize> </SimConnect.Comm> <SimConnect.Comm> <Descr>Dynamic IP4 port</Descr> <Protocol>IPv4</Protocol> <Scope>local</Scope> <Port>0</Port> <MaxClients>64</MaxClients> <MaxRecvSize>41088</MaxRecvSize> </SimConnect.Comm> <SimConnect.Comm> <Descr>Dynamic IP6 port</Descr> <Protocol>IPv6</Protocol> <Scope>local</Scope> <Port>0</Port> <MaxClients>64</MaxClients> <MaxRecvSize>41088</MaxRecvSize> </SimConnect.Comm> <SimConnect.Comm> <Descr>Default FSX Pipe</Descr> <Protocol>Pipe</Protocol> <Scope>local</Scope> <Port>0</Port> <MaxClients>64</MaxClients> <MaxRecvSize>41088</MaxRecvSize> </SimConnect.Comm> </SimBase.Document> Edited August 4, 20214 yr by Lorby_SI LORBY-SI
August 4, 20214 yr Author Thanks so much Oliver! When I get home I’ll fix it and let you know if for some reason it’s still broken. Odd thing is I’ve been flying MSFS like that. FSUIPC7 has acted funky to me in controls assignments though. Maybe this was the problem. bruce [CPL] : I9-9900K @5.0GHz HT ON, Maximus XI Hero, ASUS TUF RTX4080 OC, 32GB DDR4 3200 14, 1TB NVMe SSD, 500GB SSD, 1TB HDD, 40" Samsung 4K TV, Honeycomb Alpha & Bravo, Logitech Rudder Pedals, WIN11
Archived
This topic is now archived and is closed to further replies.