Hope someone can help me. I'm fresh out of ideas.
I've just installed a fresh install of P3D v2.2 (never had it before).
I want to use ActiveSky Next on a second computer, and I believe I've configured SimConnect properly.
ActiveSky just sits here and says "Waiting for Simulator".
My Server "simconnect.xml" file is taken right from the P3D Simconnect SDK and I've added my computer address and port to the IPv4 section as follows, leaving the others in their default state but disabled:
(File is in \\FS\Users\Ted\AppData\Roaming\Lockheed Martin\Prepar3D v2 -- same folder as Prepar3D.cfg)
My client "simconnect.cfg" file is also taken right from the SDK, and modified to match the server address as follows:
(File is in C:\ASNext_P3D on my 2nd machine)
The DLL.XML file from Prepar3D v2 folder: (updated automatically by ASN apparently, because I didn't edit it)
Here is the ASN_Log_Export.txt :
And a portion of the simconnect000.log file from the P3D machine:
Any help would be appreciated. It has me stymied. (And I'd love to actually see the progam doing some weather injecting before my 7-day trial expires!)
Thanks,
Ted
I've just installed a fresh install of P3D v2.2 (never had it before).
I want to use ActiveSky Next on a second computer, and I believe I've configured SimConnect properly.
ActiveSky just sits here and says "Waiting for Simulator".
My Server "simconnect.xml" file is taken right from the P3D Simconnect SDK and I've added my computer address and port to the IPv4 section as follows, leaving the others in their default state but disabled:
(File is in \\FS\Users\Ted\AppData\Roaming\Lockheed Martin\Prepar3D v2 -- same folder as Prepar3D.cfg)
<?xml version="1.0" encoding="Windows-1252"?>
<SimBase.Document Type="SimConnect" version="1,0">
<Descr>SimConnect Server Configuration</Descr>
<Filename>SimConnect.xml</Filename>
<Disabled>False</Disabled>
<!-- Example Global (remote) Pipe Server Configuration-->
<SimConnect.Comm>
<Disabled>True</Disabled>
<Protocol>Pipe</Protocol>
<Scope>global</Scope>
<MaxClients>64</MaxClients>
<Port>REPLACE_WITH_PORT_NAME</Port>
</SimConnect.Comm>
<!-- Example Global (remote) IPv6 Server Configuration-->
<SimConnect.Comm>
<Disabled>True</Disabled>
<Protocol>IPv6</Protocol>
<Scope>global</Scope>
<MaxClients>64</MaxClients>
<Address>::</Address>
<Port>REPLACE_WITH_PORT_NUMBER</Port>
</SimConnect.Comm>
<!-- Example Global (remote) IPv4 Server Configuration-->
<SimConnect.Comm>
<Disabled>False</Disabled>
<Protocol>IPv4</Protocol>
<Scope>global</Scope>
<MaxClients>64</MaxClients>
<Address>192.168.0.1</Address>
<Port>12000</Port>
</SimConnect.Comm>
<!-- Example Local Pipe Server Configuration-->
<SimConnect.Comm>
<Disabled>True</Disabled>
<Protocol>Pipe</Protocol>
<Scope>local</Scope>
<MaxClients>64</MaxClients>
<Port>REPLACE_WITH_PORT_NAME</Port>
</SimConnect.Comm>
<!-- Example Local IPv6 Server Configuration-->
<SimConnect.Comm>
<Disabled>True</Disabled>
<Protocol>IPv6</Protocol>
<Scope>local</Scope>
<MaxClients>64</MaxClients>
<Address>::1</Address>
<Port>REPLACE_WITH_PORT_NUMBER</Port>
</SimConnect.Comm>
<!-- Example Local IPv4 Server Configuration-->
<SimConnect.Comm>
<Disabled>True</Disabled>
<Protocol>IPv4</Protocol>
<Scope>local</Scope>
<MaxClients>64</MaxClients>
<Address>127.0.0.1</Address>
<Port>REPLACE_WITH_PORT_NUMBER</Port>
</SimConnect.Comm>
</SimBase.Document>
<SimBase.Document Type="SimConnect" version="1,0">
<Descr>SimConnect Server Configuration</Descr>
<Filename>SimConnect.xml</Filename>
<Disabled>False</Disabled>
<!-- Example Global (remote) Pipe Server Configuration-->
<SimConnect.Comm>
<Disabled>True</Disabled>
<Protocol>Pipe</Protocol>
<Scope>global</Scope>
<MaxClients>64</MaxClients>
<Port>REPLACE_WITH_PORT_NAME</Port>
</SimConnect.Comm>
<!-- Example Global (remote) IPv6 Server Configuration-->
<SimConnect.Comm>
<Disabled>True</Disabled>
<Protocol>IPv6</Protocol>
<Scope>global</Scope>
<MaxClients>64</MaxClients>
<Address>::</Address>
<Port>REPLACE_WITH_PORT_NUMBER</Port>
</SimConnect.Comm>
<!-- Example Global (remote) IPv4 Server Configuration-->
<SimConnect.Comm>
<Disabled>False</Disabled>
<Protocol>IPv4</Protocol>
<Scope>global</Scope>
<MaxClients>64</MaxClients>
<Address>192.168.0.1</Address>
<Port>12000</Port>
</SimConnect.Comm>
<!-- Example Local Pipe Server Configuration-->
<SimConnect.Comm>
<Disabled>True</Disabled>
<Protocol>Pipe</Protocol>
<Scope>local</Scope>
<MaxClients>64</MaxClients>
<Port>REPLACE_WITH_PORT_NAME</Port>
</SimConnect.Comm>
<!-- Example Local IPv6 Server Configuration-->
<SimConnect.Comm>
<Disabled>True</Disabled>
<Protocol>IPv6</Protocol>
<Scope>local</Scope>
<MaxClients>64</MaxClients>
<Address>::1</Address>
<Port>REPLACE_WITH_PORT_NUMBER</Port>
</SimConnect.Comm>
<!-- Example Local IPv4 Server Configuration-->
<SimConnect.Comm>
<Disabled>True</Disabled>
<Protocol>IPv4</Protocol>
<Scope>local</Scope>
<MaxClients>64</MaxClients>
<Address>127.0.0.1</Address>
<Port>REPLACE_WITH_PORT_NUMBER</Port>
</SimConnect.Comm>
</SimBase.Document>
My client "simconnect.cfg" file is also taken right from the SDK, and modified to match the server address as follows:
(File is in C:\ASNext_P3D on my 2nd machine)
; Example SimConnect client configurations
[SimConnect]
Protocol=Auto
Address=
Port=
MaxReceiveSize=
DisableNagle=
[SimConnect.1]
Protocol=Pipe
Address=.
[SimConnect.2]
Protocol=Ipv6
Address=::1
[SimConnect.3]
Protocol=Ipv4
Address=127.0.0.1
[SimConnect.4]
Protocol=Pipe
Address=<remote computer address or name here>
Port=<remote computer pipe name (matches Port name given in SimConnect.xml)>
[SimConnect.5]
Protocol=IPv6
Address=<remote computer address or name here>
Port=<remote computer port number here>
[SimConnect.6]
Protocol=IPv4
Address=192.168.0.1
Port=12000
[SimConnect]
Protocol=Auto
Address=
Port=
MaxReceiveSize=
DisableNagle=
[SimConnect.1]
Protocol=Pipe
Address=.
[SimConnect.2]
Protocol=Ipv6
Address=::1
[SimConnect.3]
Protocol=Ipv4
Address=127.0.0.1
[SimConnect.4]
Protocol=Pipe
Address=<remote computer address or name here>
Port=<remote computer pipe name (matches Port name given in SimConnect.xml)>
[SimConnect.5]
Protocol=IPv6
Address=<remote computer address or name here>
Port=<remote computer port number here>
[SimConnect.6]
Protocol=IPv4
Address=192.168.0.1
Port=12000
The DLL.XML file from Prepar3D v2 folder: (updated automatically by ASN apparently, because I didn't edit it)
<?xml version="1.0" encoding="Windows-1252"?>
<SimBase.Document Type="Launch" version="1,0">
<Descr>Launch</Descr>
<Filename>dll.xml</Filename>
<Disabled>False</Disabled>
<Launch.ManualLoad>False</Launch.ManualLoad>
<Launch.Addon>
<Name>FSUIPC 4</Name>
<Disabled>False</Disabled>
<Path>Modules\FSUIPC4.dll</Path>
</Launch.Addon>
<Launch.Addon>
<Name>as_connect</Name>
<Disabled>False</Disabled>
<Path>as_srv\as_btstrp.dll</Path>
</Launch.Addon>
</SimBase.Document>
<SimBase.Document Type="Launch" version="1,0">
<Descr>Launch</Descr>
<Filename>dll.xml</Filename>
<Disabled>False</Disabled>
<Launch.ManualLoad>False</Launch.ManualLoad>
<Launch.Addon>
<Name>FSUIPC 4</Name>
<Disabled>False</Disabled>
<Path>Modules\FSUIPC4.dll</Path>
</Launch.Addon>
<Launch.Addon>
<Name>as_connect</Name>
<Disabled>False</Disabled>
<Path>as_srv\as_btstrp.dll</Path>
</Launch.Addon>
</SimBase.Document>
Here is the ASN_Log_Export.txt :
ASN.cfg
[ASN Settings]
CurrOptionsFile=Prepar3DOptions
StationFilesNeedUpdating=0
StartupWindowPosition.X=487
StartupWindowPosition.Y=119
StartupWindowSize.Width=900
StartupWindowSize.Height=726
WxConfigurationStartDocked=1
SettingsStartDocked=1
MapStartDocked=1
ConditionsStartDocked=1
FlightPlanStartDocked=1
SearchStartDocked=1
DebugStartDocked=1
SocketPort=12000
[ASN Dates]
LastTimeWeatherDownloaded=04/13/2014 20:26:41
BackupLastTimeWeatherDownloaded=04/13/2014 20:26:41
[Map Options]
refLat=0
refLon=0
mapRange=4000
ASN_SimConnectionLog.txt
2:26:41 PM:0255-Pre Connect P3D_Connected = False
2:26:41 PM:0255-P3D Connect Pre Attempt: Instantiated = False / mConnected = False
2:26:41 PM:0333-Sim general message:Sim Msg: p3d_simconnect is NOTHING ...
2:26:41 PM:0786-Sim general message:Sim Msg: Failed to connect - Please ensure P3D is running: Error HRESULT E_FAIL has been returned from a call to a COM component.
2:26:41 PM:0786-P3D Connect Post Attempt: Instantiated = True / mConnected = False
2:26:41 PM:0786-P3D Connection Attempted
2:26:41 PM:0786-Post Connect P3D_Connected = False
2:26:51 PM:0255-Pre Connect P3D_Connected = False
2:26:51 PM:0255-P3D Connect Pre Attempt: Instantiated = True / mConnected = False
2:26:51 PM:0255-Sim general message:Sim Msg: p3d_simconnect is NOTHING ...
2:26:51 PM:0693-Sim general message:Sim Msg: Failed to connect - Please ensure P3D is running: Error HRESULT E_FAIL has been returned from a call to a COM component.
2:26:51 PM:0693-P3D Connect Post Attempt: Instantiated = True / mConnected = False
2:26:51 PM:0693-P3D Connection Attempted
2:26:51 PM:0693-Post Connect P3D_Connected = False
2:27:01 PM:0256-Pre Connect P3D_Connected = False
2:27:01 PM:0256-P3D Connect Pre Attempt: Instantiated = True / mConnected = False
2:27:01 PM:0256-Sim general message:Sim Msg: p3d_simconnect is NOTHING ...
2:27:01 PM:0693-Sim general message:Sim Msg: Failed to connect - Please ensure P3D is running: Error HRESULT E_FAIL has been returned from a call to a COM component.
2:27:01 PM:0693-P3D Connect Post Attempt: Instantiated = True / mConnected = False
2:27:01 PM:0693-P3D Connection Attempted
2:27:01 PM:0693-Post Connect P3D_Connected = False
2:27:11 PM:0256-Pre Connect P3D_Connected = False
2:27:11 PM:0256-P3D Connect Pre Attempt: Instantiated = True / mConnected = False
2:27:11 PM:0256-Sim general message:Sim Msg: p3d_simconnect is NOTHING ...
2:27:11 PM:0694-Sim general message:Sim Msg: Failed to connect - Please ensure P3D is running: Error HRESULT E_FAIL has been returned from a call to a COM component.
2:27:11 PM:0694-P3D Connect Post Attempt: Instantiated = True / mConnected = False
2:27:11 PM:0694-P3D Connection Attempted
2:27:11 PM:0694-Post Connect P3D_Connected = False
2:27:21 PM:0257-Pre Connect P3D_Connected = False
2:27:21 PM:0257-P3D Connect Pre Attempt: Instantiated = True / mConnected = False
2:27:21 PM:0257-Sim general message:Sim Msg: p3d_simconnect is NOTHING ...
2:27:21 PM:0694-Sim general message:Sim Msg: Failed to connect - Please ensure P3D is running: Error HRESULT E_FAIL has been returned from a call to a COM component.
2:27:21 PM:0694-P3D Connect Post Attempt: Instantiated = True / mConnected = False
2:27:21 PM:0694-P3D Connection Attempted
2:27:21 PM:0694-Post Connect P3D_Connected = False
2:27:31 PM:0257-Pre Connect P3D_Connected = False
2:27:31 PM:0257-P3D Connect Pre Attempt: Instantiated = True / mConnected = False
2:27:31 PM:0257-Sim general message:Sim Msg: p3d_simconnect is NOTHING ...
2:27:31 PM:0695-Sim general message:Sim Msg: Failed to connect - Please ensure P3D is running: Error HRESULT E_FAIL has been returned from a call to a COM component.
2:27:31 PM:0695-P3D Connect Post Attempt: Instantiated = True / mConnected = False
2:27:31 PM:0695-P3D Connection Attempted
2:27:31 PM:0695-Post Connect P3D_Connected = False
2:27:41 PM:0258-Pre Connect P3D_Connected = False
2:27:41 PM:0258-P3D Connect Pre Attempt: Instantiated = True / mConnected = False
2:27:41 PM:0258-Sim general message:Sim Msg: p3d_simconnect is NOTHING ...
2:27:41 PM:0695-Sim general message:Sim Msg: Failed to connect - Please ensure P3D is running: Error HRESULT E_FAIL has been returned from a call to a COM component.
2:27:41 PM:0695-P3D Connect Post Attempt: Instantiated = True / mConnected = False
2:27:41 PM:0695-P3D Connection Attempted
2:27:41 PM:0695-Post Connect P3D_Connected = False
Options\Prepar3DOptions.cfg
[General options]
FSVersion=Prepar3D
[Wind options (and effects)]
UseRotationCommandsForTurb=0
[Audio options]
VoiceATIS=0
EnabledVoiceSets=Canada-1,Germany-1,USA-Mid-1
[Cloud options]
ForceBrokenToSeven=1
ASN_Log
2:26:35 PM:0712-Verifying Active Sky Next for Prepar3D License
2:26:38 PM:0056-Using Client ID: 88C62E7455B00FEE22DE927DBDCEEB61
2:26:39 PM:0556-AppPath = C:\ASNext_P3D
2:26:39 PM:0556-AppDataPath = C:\Users\Ted\AppData\Roaming\Hifi\ASNP3D\
2:26:39 PM:0556-FSXFlightPlansPath = C:\Users\Ted\Documents\Flight Simulator X Files
2:26:39 PM:0572-P3DPath = \\Fs\c\Prepar3D
2:26:39 PM:0587-P3DAppDataPath = \\FS\Users\Ted\AppData\Roaming\Lockheed Martin\Prepar3D v2
2:26:39 PM:0822-VOR station list initialized!
2:26:39 PM:0837-NDB station list initialized!
2:26:39 PM:0916-Airport station list initialized!
2:26:39 PM:0931-Map image provider initialized!
2:26:40 PM:0025-Wx Station Database loaded: 11903 station(s)
2:26:40 PM:0134-Weather station list initialized!
2:26:40 PM:0134-Loading previously loaded weather...
2:26:40 PM:0212-Current Version = 1.0.5210.22113 / Latest Official Version = 1.0.5210.22113
2:26:41 PM:0224-Prepar 3D SimConnect found and initialized
2:26:41 PM:0239-Local client IP address: 192.168.0.7 - Port: 12000
2:26:41 PM:0270-LockHeed Martin Prepar3D SimConnect instantiated!
2:26:41 PM:0286-Weather read complete
2:26:41 PM:0302-Downloading USA airmets-sigmets for 2014-04-13 (20Z)...
2:26:41 PM:0317-...using Primary Server...
2:26:41 PM:0317-Using Client ID: 88C62E7455B00FEE22DE927DBDCEEB61
2:26:42 PM:0942-USA Met/Rep Data Received...
2:26:42 PM:0974-Downloading international sigmets for 2014-04-13 (20Z)...
2:26:42 PM:0974-...using Secondary Server...
2:26:42 PM:0989-Using Client ID: 88C62E7455B00FEE22DE927DBDCEEB61
2:26:46 PM:0130-International Sigmet Data Received...
2:26:46 PM:0208-Downloading global weather data for 2014-04-13 (20Z)...
2:26:46 PM:0208-...using Tertiary Server...
2:26:46 PM:0208-Using Client ID: 88C62E7455B00FEE22DE927DBDCEEB61
2:26:52 PM:0865-Start Download Content License Result Check
2:26:52 PM:0865-Finished Download Content License Result Check in 0 ms
2:26:52 PM:0865-Start Download File Output
2:26:52 PM:0865-Saving weather to disk
2:26:52 PM:0865-Finished Download File Output
2:26:52 PM:0880-Start Decrypt/Decompress
2:26:52 PM:0880-Populating weather stream with new data...
2:26:53 PM:0974-Weather read complete
2:26:53 PM:0974-Download complete
2:26:53 PM:0974-Downloading pireps for 2014-04-13 (20Z)...
2:26:53 PM:0974-Using Client ID: 88C62E7455B00FEE22DE927DBDCEEB61
2:26:54 PM:0834-Pirep Data Received...
Registry Settings:
Install_Path = C:\ASNext_P3D
License = 78477C-******-******-******
FSXMyDocsPath = C:\Users\Ted\Documents\Flight Simulator X Files
P3DPath = \\Fs\c\Prepar3D
P3DAppDataPath = \\FS\Users\Ted\AppData\Roaming\Lockheed Martin\Prepar3D v2
[ASN Settings]
CurrOptionsFile=Prepar3DOptions
StationFilesNeedUpdating=0
StartupWindowPosition.X=487
StartupWindowPosition.Y=119
StartupWindowSize.Width=900
StartupWindowSize.Height=726
WxConfigurationStartDocked=1
SettingsStartDocked=1
MapStartDocked=1
ConditionsStartDocked=1
FlightPlanStartDocked=1
SearchStartDocked=1
DebugStartDocked=1
SocketPort=12000
[ASN Dates]
LastTimeWeatherDownloaded=04/13/2014 20:26:41
BackupLastTimeWeatherDownloaded=04/13/2014 20:26:41
[Map Options]
refLat=0
refLon=0
mapRange=4000
ASN_SimConnectionLog.txt
2:26:41 PM:0255-Pre Connect P3D_Connected = False
2:26:41 PM:0255-P3D Connect Pre Attempt: Instantiated = False / mConnected = False
2:26:41 PM:0333-Sim general message:Sim Msg: p3d_simconnect is NOTHING ...
2:26:41 PM:0786-Sim general message:Sim Msg: Failed to connect - Please ensure P3D is running: Error HRESULT E_FAIL has been returned from a call to a COM component.
2:26:41 PM:0786-P3D Connect Post Attempt: Instantiated = True / mConnected = False
2:26:41 PM:0786-P3D Connection Attempted
2:26:41 PM:0786-Post Connect P3D_Connected = False
2:26:51 PM:0255-Pre Connect P3D_Connected = False
2:26:51 PM:0255-P3D Connect Pre Attempt: Instantiated = True / mConnected = False
2:26:51 PM:0255-Sim general message:Sim Msg: p3d_simconnect is NOTHING ...
2:26:51 PM:0693-Sim general message:Sim Msg: Failed to connect - Please ensure P3D is running: Error HRESULT E_FAIL has been returned from a call to a COM component.
2:26:51 PM:0693-P3D Connect Post Attempt: Instantiated = True / mConnected = False
2:26:51 PM:0693-P3D Connection Attempted
2:26:51 PM:0693-Post Connect P3D_Connected = False
2:27:01 PM:0256-Pre Connect P3D_Connected = False
2:27:01 PM:0256-P3D Connect Pre Attempt: Instantiated = True / mConnected = False
2:27:01 PM:0256-Sim general message:Sim Msg: p3d_simconnect is NOTHING ...
2:27:01 PM:0693-Sim general message:Sim Msg: Failed to connect - Please ensure P3D is running: Error HRESULT E_FAIL has been returned from a call to a COM component.
2:27:01 PM:0693-P3D Connect Post Attempt: Instantiated = True / mConnected = False
2:27:01 PM:0693-P3D Connection Attempted
2:27:01 PM:0693-Post Connect P3D_Connected = False
2:27:11 PM:0256-Pre Connect P3D_Connected = False
2:27:11 PM:0256-P3D Connect Pre Attempt: Instantiated = True / mConnected = False
2:27:11 PM:0256-Sim general message:Sim Msg: p3d_simconnect is NOTHING ...
2:27:11 PM:0694-Sim general message:Sim Msg: Failed to connect - Please ensure P3D is running: Error HRESULT E_FAIL has been returned from a call to a COM component.
2:27:11 PM:0694-P3D Connect Post Attempt: Instantiated = True / mConnected = False
2:27:11 PM:0694-P3D Connection Attempted
2:27:11 PM:0694-Post Connect P3D_Connected = False
2:27:21 PM:0257-Pre Connect P3D_Connected = False
2:27:21 PM:0257-P3D Connect Pre Attempt: Instantiated = True / mConnected = False
2:27:21 PM:0257-Sim general message:Sim Msg: p3d_simconnect is NOTHING ...
2:27:21 PM:0694-Sim general message:Sim Msg: Failed to connect - Please ensure P3D is running: Error HRESULT E_FAIL has been returned from a call to a COM component.
2:27:21 PM:0694-P3D Connect Post Attempt: Instantiated = True / mConnected = False
2:27:21 PM:0694-P3D Connection Attempted
2:27:21 PM:0694-Post Connect P3D_Connected = False
2:27:31 PM:0257-Pre Connect P3D_Connected = False
2:27:31 PM:0257-P3D Connect Pre Attempt: Instantiated = True / mConnected = False
2:27:31 PM:0257-Sim general message:Sim Msg: p3d_simconnect is NOTHING ...
2:27:31 PM:0695-Sim general message:Sim Msg: Failed to connect - Please ensure P3D is running: Error HRESULT E_FAIL has been returned from a call to a COM component.
2:27:31 PM:0695-P3D Connect Post Attempt: Instantiated = True / mConnected = False
2:27:31 PM:0695-P3D Connection Attempted
2:27:31 PM:0695-Post Connect P3D_Connected = False
2:27:41 PM:0258-Pre Connect P3D_Connected = False
2:27:41 PM:0258-P3D Connect Pre Attempt: Instantiated = True / mConnected = False
2:27:41 PM:0258-Sim general message:Sim Msg: p3d_simconnect is NOTHING ...
2:27:41 PM:0695-Sim general message:Sim Msg: Failed to connect - Please ensure P3D is running: Error HRESULT E_FAIL has been returned from a call to a COM component.
2:27:41 PM:0695-P3D Connect Post Attempt: Instantiated = True / mConnected = False
2:27:41 PM:0695-P3D Connection Attempted
2:27:41 PM:0695-Post Connect P3D_Connected = False
Options\Prepar3DOptions.cfg
[General options]
FSVersion=Prepar3D
[Wind options (and effects)]
UseRotationCommandsForTurb=0
[Audio options]
VoiceATIS=0
EnabledVoiceSets=Canada-1,Germany-1,USA-Mid-1
[Cloud options]
ForceBrokenToSeven=1
ASN_Log
2:26:35 PM:0712-Verifying Active Sky Next for Prepar3D License
2:26:38 PM:0056-Using Client ID: 88C62E7455B00FEE22DE927DBDCEEB61
2:26:39 PM:0556-AppPath = C:\ASNext_P3D
2:26:39 PM:0556-AppDataPath = C:\Users\Ted\AppData\Roaming\Hifi\ASNP3D\
2:26:39 PM:0556-FSXFlightPlansPath = C:\Users\Ted\Documents\Flight Simulator X Files
2:26:39 PM:0572-P3DPath = \\Fs\c\Prepar3D
2:26:39 PM:0587-P3DAppDataPath = \\FS\Users\Ted\AppData\Roaming\Lockheed Martin\Prepar3D v2
2:26:39 PM:0822-VOR station list initialized!
2:26:39 PM:0837-NDB station list initialized!
2:26:39 PM:0916-Airport station list initialized!
2:26:39 PM:0931-Map image provider initialized!
2:26:40 PM:0025-Wx Station Database loaded: 11903 station(s)
2:26:40 PM:0134-Weather station list initialized!
2:26:40 PM:0134-Loading previously loaded weather...
2:26:40 PM:0212-Current Version = 1.0.5210.22113 / Latest Official Version = 1.0.5210.22113
2:26:41 PM:0224-Prepar 3D SimConnect found and initialized
2:26:41 PM:0239-Local client IP address: 192.168.0.7 - Port: 12000
2:26:41 PM:0270-LockHeed Martin Prepar3D SimConnect instantiated!
2:26:41 PM:0286-Weather read complete
2:26:41 PM:0302-Downloading USA airmets-sigmets for 2014-04-13 (20Z)...
2:26:41 PM:0317-...using Primary Server...
2:26:41 PM:0317-Using Client ID: 88C62E7455B00FEE22DE927DBDCEEB61
2:26:42 PM:0942-USA Met/Rep Data Received...
2:26:42 PM:0974-Downloading international sigmets for 2014-04-13 (20Z)...
2:26:42 PM:0974-...using Secondary Server...
2:26:42 PM:0989-Using Client ID: 88C62E7455B00FEE22DE927DBDCEEB61
2:26:46 PM:0130-International Sigmet Data Received...
2:26:46 PM:0208-Downloading global weather data for 2014-04-13 (20Z)...
2:26:46 PM:0208-...using Tertiary Server...
2:26:46 PM:0208-Using Client ID: 88C62E7455B00FEE22DE927DBDCEEB61
2:26:52 PM:0865-Start Download Content License Result Check
2:26:52 PM:0865-Finished Download Content License Result Check in 0 ms
2:26:52 PM:0865-Start Download File Output
2:26:52 PM:0865-Saving weather to disk
2:26:52 PM:0865-Finished Download File Output
2:26:52 PM:0880-Start Decrypt/Decompress
2:26:52 PM:0880-Populating weather stream with new data...
2:26:53 PM:0974-Weather read complete
2:26:53 PM:0974-Download complete
2:26:53 PM:0974-Downloading pireps for 2014-04-13 (20Z)...
2:26:53 PM:0974-Using Client ID: 88C62E7455B00FEE22DE927DBDCEEB61
2:26:54 PM:0834-Pirep Data Received...
Registry Settings:
Install_Path = C:\ASNext_P3D
License = 78477C-******-******-******
FSXMyDocsPath = C:\Users\Ted\Documents\Flight Simulator X Files
P3DPath = \\Fs\c\Prepar3D
P3DAppDataPath = \\FS\Users\Ted\AppData\Roaming\Lockheed Martin\Prepar3D v2
And a portion of the simconnect000.log file from the P3D machine:
0.00000 SimConnect version 2.2.0.0
0.00128 Server: Scope=global, Protocol=IPv4, Address=192.168.0.1, Port=12000, MaxClients=64
0.00870 Server: Scope=local, Protocol=Pipe, Name=\\.\pipe\Lockheed Martin Prepar3D v2\SimConnect, MaxClients=64
0.01596 Server: Scope=local, Protocol=Pipe, Name=\\.\pipe\Microsoft Flight Simulator\SimConnect, MaxClients=64
0.02316 Server: Scope=local, Protocol=Pipe, Name=\\.\pipe\Microsoft ESP\SimConnect, MaxClients=64
0.03034 Server: Scope=local, Protocol=Pipe, Name=\\.\pipe\Lockheed Martin(R) Prepar3D™\SimConnect, MaxClients=64
0.03758 Server: Scope=local, Protocol=Pipe, Name=\\.\pipe\Lockheed Martin Prepar3D v2\SimConnect, MaxClients=64
0.03868 Server: Scope=local, Protocol=IPv6, Address=::1, Port=49876, MaxClients=64
0.03964 Server: Scope=local, Protocol=IPv4, Address=127.0.0.1, Port=49877, MaxClients=64
0.04023 Panels data export found and set to 642BB0C8
0.04028 DLL Loaded: Path="radar.dll" Version="<Unknown>"
0.09755 Panels data export found and set to 642BB0C8
0.47557 DLL Loaded: Path="Modules\FSUIPC4.dll" Version="4.9.2.9"
3.50452 DLL Loaded: Path="as_srv\as_btstrp.dll" Version="1.0.0.12"
> 5.14693 [64, 1]Open: Version=0x0000000F Name="FSUIPC4"
> 5.14796 [64, 2]AddToDataDefinition
efineID=-558899537, DatumName="IS USER SIM", UnitsName="Bool", DatumType=1, fEpsilon=0.000000, DatumID=0
> 5.16348 [64, 3]SubscribeToSystemEvent:EventID=5, SystemEventName="SimStart"
> 5.16388 [64, 4]SubscribeToSystemEvent:EventID=6, SystemEventName="SimStop"
> 5.16411 [64, 5]SubscribeToSystemEvent:EventID=7, SystemEventName="Sim"
0.00128 Server: Scope=global, Protocol=IPv4, Address=192.168.0.1, Port=12000, MaxClients=64
0.00870 Server: Scope=local, Protocol=Pipe, Name=\\.\pipe\Lockheed Martin Prepar3D v2\SimConnect, MaxClients=64
0.01596 Server: Scope=local, Protocol=Pipe, Name=\\.\pipe\Microsoft Flight Simulator\SimConnect, MaxClients=64
0.02316 Server: Scope=local, Protocol=Pipe, Name=\\.\pipe\Microsoft ESP\SimConnect, MaxClients=64
0.03034 Server: Scope=local, Protocol=Pipe, Name=\\.\pipe\Lockheed Martin(R) Prepar3D™\SimConnect, MaxClients=64
0.03758 Server: Scope=local, Protocol=Pipe, Name=\\.\pipe\Lockheed Martin Prepar3D v2\SimConnect, MaxClients=64
0.03868 Server: Scope=local, Protocol=IPv6, Address=::1, Port=49876, MaxClients=64
0.03964 Server: Scope=local, Protocol=IPv4, Address=127.0.0.1, Port=49877, MaxClients=64
0.04023 Panels data export found and set to 642BB0C8
0.04028 DLL Loaded: Path="radar.dll" Version="<Unknown>"
0.09755 Panels data export found and set to 642BB0C8
0.47557 DLL Loaded: Path="Modules\FSUIPC4.dll" Version="4.9.2.9"
3.50452 DLL Loaded: Path="as_srv\as_btstrp.dll" Version="1.0.0.12"
> 5.14693 [64, 1]Open: Version=0x0000000F Name="FSUIPC4"
> 5.14796 [64, 2]AddToDataDefinition
> 5.16348 [64, 3]SubscribeToSystemEvent:EventID=5, SystemEventName="SimStart"
> 5.16388 [64, 4]SubscribeToSystemEvent:EventID=6, SystemEventName="SimStop"
> 5.16411 [64, 5]SubscribeToSystemEvent:EventID=7, SystemEventName="Sim"
Any help would be appreciated. It has me stymied. (And I'd love to actually see the progam doing some weather injecting before my 7-day trial expires!)
Thanks,
Ted