Jump to content
Sign in to follow this  
riccardo74

Active Sky Next and networked configuration

Recommended Posts

No, the other way around: Server contains FSX, client contains ASN.

Share this post


Link to post
Share on other sites

Server is where FSX runs or P3D the client is where active sky runs. Only the SDK should be on the client pc NOT FSX/P3D as well. There is a very useful video on setting up fsx on a network by Froogle. Hope this helps

 

Cheers

Share this post


Link to post
Share on other sites

I had the same problem for weeks, but thanks to Bedgie post #13,

changing my .xml file. Now ASNext works just fine on my second PC networked.

Also, it doesn't matter at least on my machine what order I start. FSX or ASNext.

It seems to connect now all the time.  I also Have Avilsoft EFB running on my second PC,

networked and both don't conflict.

 

Share this post


Link to post
Share on other sites

Ok i had a lot of trouble sorting this bugger out, but I think I may have solved it (well it worked for me anyways)

 

If your xml file looks like this:

 

<?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.0.11</Address>

        <MaxClients>64</MaxClients>

        <Port>500</Port>

        <MaxRecvSize>4096</MaxRecvSize>

        <DisableNagle>False</DisableNagle>

    </SimConnect.Comm>

 

<SimConnect.Comm>

<Disabled>False</Disabled>

<Protocol>Auto</Protocol>

<Scope>local</Scope>

</SimConnect.Comm>

</SimBase.Document>

 

And SimConnect still doesn't work, then there's your problem!

 

You have two entries trying to use the same port (500). Only one will win, :t0148:  and if it's the "local" one then you won't get a remote connection in any case.  :shok: 

 

Try this one instead: 

 

<?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.54</Address>

    <MaxClients>64</MaxClients>

    <Port>500</Port>

    <MaxRecvSize>4096</MaxRecvSize>

    <DisableNagle>False</DisableNagle>

</SimConnect.Comm>

<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>

</SimBase.Document>

 

Just change the address I have highlighted in red to suit your machine only!

Leave the bottom address as is.

I am no computer Guru by any means I just did some digging around the net trying different ideas. and low and behold this worked.

 

P.S.

I am using Win 7 x64

WOW! After days  of stuggling to get this to work, it finally works. Thanks bedgie. You should post this in ASN forum. There are alot of people that are stuck and can't move forward from this error.


Troy Kemp

Win 11 64 Pro on 1TB nvme + 500GB ssd  / P3Dv5.3+ on 1TB nvme+ 250GB with P3D addons / MS2020 2TB nvme /I9 13900K@ 5.8ghz / 32GB DDR4 3600mhz / MSI MPG Z690 DDR4 with wifi / RTX 4090FE

 

 

Share this post


Link to post
Share on other sites

I'm having the same trouble, and tried everything, after the latest AS update.  It's not working. 

Share this post


Link to post
Share on other sites

Would love to help. How far are you getting when launching ASN? What error messages do you get?


Troy Kemp

Win 11 64 Pro on 1TB nvme + 500GB ssd  / P3Dv5.3+ on 1TB nvme+ 250GB with P3D addons / MS2020 2TB nvme /I9 13900K@ 5.8ghz / 32GB DDR4 3600mhz / MSI MPG Z690 DDR4 with wifi / RTX 4090FE

 

 

Share this post


Link to post
Share on other sites

It's just not connecting.  I updated ActiveSky Next yesterday, and it hasn't connected on my network.  I installed the ASConnect on FSX too.

Share this post


Link to post
Share on other sites

It's just not connecting.  I updated ActiveSky Next yesterday, and it hasn't connected on my network.  I installed the ASConnect on FSX too.

 

Hi,

 

Is your SimConnect working?

 

Check out this post here:

 

http://forum.avsim.net/topic/462339-ai-controller-14-sid-jet-route-star-and-final-approach-new-beta/?p=3214798


Devin Pollock
CYOW

BetaTeamB.png

Share this post


Link to post
Share on other sites

It's not working.  I installed an ActiveSky update and it stopped working.  Reinstalled ActiveSky and it didn't work.  I think the problem is Simconnect, but how can an ASNext SP2 update affect that program on another computer?

Share this post


Link to post
Share on other sites

 This happened right after an ActiveSky update yesterday. 

Share this post


Link to post
Share on other sites

It's not working.  I installed an ActiveSky update and it stopped working.  Reinstalled ActiveSky and it didn't work.  I think the problem is Simconnect, but how can an ASNext SP2 update affect that program on another computer?

 

So you're saying SimConnect isn't working?  ASN doesn't touch SimConnect.

 

Do you lock your IP address or let it be set dynamically by a router?


Devin Pollock
CYOW

BetaTeamB.png

Share this post


Link to post
Share on other sites

I use the computer name in the address.  Never had a problem with it.

Share this post


Link to post
Share on other sites

Do any other SimConnect programs work? 

 

If you don't have another SimConnect program on the client, use "AI Traffic.exe" found in your SimConnect SDK folder (I think under the Samples Folder).

 

If it connects, then it's not a SimConnect issue.


Devin Pollock
CYOW

BetaTeamB.png

Share this post


Link to post
Share on other sites

Nothing is happening with AI Traffic.

Share this post


Link to post
Share on other sites

OK.  Looks like you're right, and SimConnect got pooched somehow.

 

Can you post your simconnect.cfg from you client and your simconnect.xml from your FSX Appdata folder? (just copy and paste here)


Devin Pollock
CYOW

BetaTeamB.png

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...