Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Active Sky Next and networked configuration

Featured Replies

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

  • 1 month later...
  • Replies 69
  • Views 38.8k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • There seems to be some problems if using Windows 8 and Simconnect. For some reason I am only able to get ASE to connect once with Simconnect, but it is very random. If I shut down FSX on my "server"

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

QCaptain 

PC Specs PCCG Master 1070 Gaming System.

• CPU: Intel Core i7 7700K• CPU Cooler: Corsair Hydro Series H100i 240mm Liquid CPU Cooler• Motherboard: ASUS Prime Z270-A Motherboard• Graphics: ASUS ROG GeForce GTX 1070 Strix Gaming 8GB.• Memory: Team T-Force Delta RGB 2400MHz 16GB (2x8GB) DDR4 White.• Solid State Drive: Samsung 850 EVO 250GB SSD,• Hard Drive: Seagate Barracuda 2TB ST2000DM006 • Power Supply: Be Quiet! Pure Power 10 600W Power Supply • Operating System: Microsoft Windows 10 Home USB Flash Drive

Boeing777_Banner_Pilot.jpgBanner_MJC9.png

  • 1 month later...

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.

 

  • 4 weeks later...

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

 

 

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

 

 

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?

Brittany Sventon

Virtual Airline Pilot Since 1999

http://www.deltava.org

 

http://www.facebook.com/profile.php?id=100002318976142

 

Atlanta, It's Home

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
CYOW

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
CYOW

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
CYOW

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.