Active Sky and FSX
Posted: Fri Jun 15, 2007 3:25 pm
Active Sky X Troubleshooting -
1 - Make sure that you have SP1 installed
2 � You should have the following folders installed -
C:\WINDOWS\WinSxS\x86_Microsoft.FlightSimulator.SimConnect_67c7c14424d61b5b_10.0.60905.........
C:\WINDOWS\WinSxS\x86_Microsoft.FlightSimulator.SimConnect_67c7c14424d61b5b_10.0.61234���
If these folders are not installed, make sure that you perform a repair install of FSX and a clean install of SP1 for FSX.
3 - If you are making changes to the SimConnect.xml file, to allow ASX to function, this can then break SimConnect from functioning locally as well. This is resolved easily with applications such as FSUIPC, which when reinstalled add the local settings back into the SimConnect.xml file.
To remedy the issue with the TrackIR, you need to have the local settings stay defined within the SimConnect.xml file. Note that the highlighted section is required for the TrackIR to function locally.
Example -
<?xml version="1.0" encoding="Windows-1252"?>
<SimBase.Document Type="SimConnect" version="1,0">
<Descr>SimConnect</Descr>
<Filename>SimConnect.xml</Filename>
<Disabled>False</Disabled>
[color:"blue"] <SimConnect.Comm>
<Disabled>False</Disabled>
<Protocol>Auto</Protocol>
<Scope>local</Scope>
<Address></Address>
<MaxClients>64</MaxClients>
<Port></Port>
<MaxRecvSize>4096</MaxRecvSize>
<DisableNagle>False</DisableNagle>
</SimConnect.Comm> [/color]
<SimConnect.Comm>
<Disabled>False</Disabled>
<Protocol>IPv4</Protocol>
<Scope>global</Scope>
<Address>XXXXXXX</Address>
<MaxClients>64</MaxClients>
<Port>XXX</Port>
<MaxRecvSize>4096</MaxRecvSize>
<DisableNagle>False</DisableNagle>
</SimConnect.Comm>
</SimBase.Document>
1 - Make sure that you have SP1 installed
2 � You should have the following folders installed -
C:\WINDOWS\WinSxS\x86_Microsoft.FlightSimulator.SimConnect_67c7c14424d61b5b_10.0.60905.........
C:\WINDOWS\WinSxS\x86_Microsoft.FlightSimulator.SimConnect_67c7c14424d61b5b_10.0.61234���
If these folders are not installed, make sure that you perform a repair install of FSX and a clean install of SP1 for FSX.
3 - If you are making changes to the SimConnect.xml file, to allow ASX to function, this can then break SimConnect from functioning locally as well. This is resolved easily with applications such as FSUIPC, which when reinstalled add the local settings back into the SimConnect.xml file.
To remedy the issue with the TrackIR, you need to have the local settings stay defined within the SimConnect.xml file. Note that the highlighted section is required for the TrackIR to function locally.
Example -
<?xml version="1.0" encoding="Windows-1252"?>
<SimBase.Document Type="SimConnect" version="1,0">
<Descr>SimConnect</Descr>
<Filename>SimConnect.xml</Filename>
<Disabled>False</Disabled>
[color:"blue"] <SimConnect.Comm>
<Disabled>False</Disabled>
<Protocol>Auto</Protocol>
<Scope>local</Scope>
<Address></Address>
<MaxClients>64</MaxClients>
<Port></Port>
<MaxRecvSize>4096</MaxRecvSize>
<DisableNagle>False</DisableNagle>
</SimConnect.Comm> [/color]
<SimConnect.Comm>
<Disabled>False</Disabled>
<Protocol>IPv4</Protocol>
<Scope>global</Scope>
<Address>XXXXXXX</Address>
<MaxClients>64</MaxClients>
<Port>XXX</Port>
<MaxRecvSize>4096</MaxRecvSize>
<DisableNagle>False</DisableNagle>
</SimConnect.Comm>
</SimBase.Document>