News:

Buying something from Amazon? Please consider using my affiliate links - Amazon.com or Amazon.co.uk - You get your stuff, Plan-G gets a little boost :)   

Main Menu

Hi-Five to the first person...(SimConnect)

Started by Bman., June 03, 2010, 06:34:01 AM

Previous topic - Next topic

Bman.


....help me with a small issue.   I have been running simconnect like a champ for several applications - PlanG, FSMap, FSeconomy.  Here is my issue..

  If I close or (crash) FSX for any particular reason, my simconnect ports are locked / blocked which doesn't allow the applications noted above to reconnect.  I can however, reboot the FSX machine (and not the remote machine) and presto... all connects right back up.

  I have no idea why is does this or what causes these ports to remain shut down when FSX is restarted. 

   Does any one have suggestions on what to try to reopen these ports on the FSX machine without a reboot of the FSX machine?   I have tried the usual suspects - firewall off / A/V off etc...

  For fun, here is my simconnect.xml

<?xml version="1.0" encoding="Windows-1252"?>
<SimBase.Document Type="SimConnect" version="1,0">
  <Descr>SimConnect</Descr>
  <Filename>SimConnect.xml</Filename>
  <Disabled>False</Disabled>
  <SimConnect.Comm>
    <Disabled>False</Disabled>
    <Protocol>IPv4</Protocol>
    <Scope>global</Scope>
    <Address>192.168.1.50</Address>
    <Port>4507</Port>
    <MaxClients>64</MaxClients>
    <MaxRecvSize>4096</MaxRecvSize>
    <DisableNagle>False</DisableNagle>
  </SimConnect.Comm>

  <SimConnect.Comm>
    <Disabled>False</Disabled>
    <Protocol>IPv4</Protocol>
    <Scope>global</Scope>
    <Address>192.168.1.50</Address>
    <Port>500</Port>
    <MaxClients>64</MaxClients>
    <MaxRecvSize>4096</MaxRecvSize>
    <DisableNagle>False</DisableNagle>
  </SimConnect.Comm>

  <SimConnect.Comm>
    <Disabled>False</Disabled>
    <Protocol>IPv4</Protocol>
    <Scope>global</Scope>
    <Address>192.168.1.50</Address>
    <Port>6700</Port>
    <MaxClients>64</MaxClients>
    <MaxRecvSize>4096</MaxRecvSize>
    <DisableNagle>False</DisableNagle>
  </SimConnect.Comm>

  <SimConnect.Comm>
    <Disabled>True</Disabled>
    <Protocol>IPv4</Protocol>
    <Scope>local</Scope>
    <MaxClients>64</MaxClients>
    <Address>127.0.0.1</Address>
    <Port>0</Port>
  </SimConnect.Comm>
</SimBase.Document>


  Perhaps something to do with the 127.0.0.1 ?
  Perhaps something to do with the router security settings?

All suggestions welcome!

Thanks a lot in advance-

Benjamin.