January 9, 20179 yr Hi, After many months/years of running ASN/ASN16 on a client PC with FSX:SE on the server; today it ain't connecting. So far I've : un-installed/re-installed ASN16 verified the cache on Steam run the ASConnect2016_FSX.exe a couple of times Shut and powered down a few times .... and still ASN16 fails to connect. From looking at the log files simconnect appears to be loaded and running on the client (ASN16) PC but the server PC ain't communicating. Has anybody got any ideas : Why it may have failed after all these months What individual components to check to ensure they are operating as they should Anything else that may help Thanks in anticipation Peter
January 9, 20179 yr I had the same happen to me a while back. I ended up being a corrupted SimConnect.xml file on the host computer. I copy a sample from the SDK folder and it worked.
January 9, 20179 yr Author Thanks for the info. The IP address on my (FSX) server is anumber....66 whereas the .xml file has it as anumber.....87, and the client PC is anumber....194. It looks like an IP address may have been re-issued (?). Which one does the .xml file need client or server ?
January 10, 20179 yr Author Well I've changed the IP address of the server in SimConnect.xml to the current one ending in 66, but still no joy. It seems that SimConnect is not initiating when FSX:SE loads. Has anybody got any ideas what I try next ?
January 10, 20179 yr Commercial Member There's several regular things can stop your simconnect running across your network, for example a DHCP server on your router has reissued ip addresses, or the port you specified has subsequently become blocked. On your server you should have the file "Simconnect.xml" in your User folder: ..\Users\[you]\AppData\Roaming\Microsoft\FSX on a single installed FSX:SE system or ..\Users\[you]\AppData\Roaming\Microsoft\FSX-SE on a dual FSX/FSX:SE installed system the contents should look like this but you would substitute your server ip in the <address> line. The port should be any port over 1024 except 8080, I've used 1025: <SimBase.Document Type="SimConnect" version="1,0"> <Descr>SimConnect</Descr> <Filename>SimConnect.xml</Filename> <SimConnect.Comm> <Disabled>False</Disabled> <Protocol>IPv4</Protocol> <Scope>Global</Scope> <MaxClients>64</MaxClients> <Address>192.168.1.124</Address> <- insert your server ip <Port>1025</Port> <MaxRecvSize>4096</MaxRecvSize> <DisableNagle>False</DisableNagle> </SimConnect.Comm> <SimConnect.Comm> <Disabled>False</Disabled> <Protocol>Auto</Protocol> <Scope>Local</Scope> </SimConnect.Comm> </SimBase.Document> on your client PC in C:\Users\[you]\Documents a file called "Simconnect.cfg", using the same ip and port: [SimConnect] Protocol=IPv4 Address=192.168.1.124 <- insert your server ip Port=1025 MaxReceiveSize=4096 DisableNagle=0 If you get that going you can change the address to \\MyPCname (your PC name) to avoid going wrong if the DHCP service alters the ip, the DNS service maps your PC name to the ip address given by the DHCP service. Steve Waite: Engineer at codelegend.com
January 10, 20179 yr Author A HUGE thanks Steve. The file I didn't update was the SimConnect.cfg with the new IP Address in my Documents on the client PC....... I just knew there should be something on the client PC but I couldn't track it down. Delving into (on server PC) AdminTools/System Information/Components/Network/Adapter .... it seems the Microsoft Kernel Debug Network Adapter reset itself yesterday morning, and thus acquired another IP address. Why it should do that I've no idea .... but my wife was using the PC at that time ...... Thanks again Steve Peter
January 10, 20179 yr Commercial Member Nice to hear it's running now! Good work Peter. Steve Waite: Engineer at codelegend.com
Archived
This topic is now archived and is closed to further replies.