Simconnect not connecting to P3D v2.2

tdeller

New member
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)

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

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

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>


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

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:DefineID=-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"


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
 

Barrykensett

New member
I got it working OK, these are my notes I have put in my folder, don't understand your files above but you might pick something up from this. It is written to get Squawkbox working but if you do this then ASN automatically adds to the dll.xml.
For system running Flight simulator:
Copy the SimConnect.ini to:
C:\users\FSX\My Documents\Flight simulator X files\SimConnect.ini
and to
C:\users\FSX\My Documents\Prepar3d V2 Files\SimConnect.ini
Open the simconnect.xml in notepad and edit <Address>000.000.000.000</Address> to actual static IP e.g. 192.168.0.15
Copy the file to c:\Users\FSX\AppData\Roaming\Microsft\FSX\SimConnect.xml
and to
C:\users\FSX\AppData\Roaming\Lockheed Martin\ Prepar3d V2\SimConnect.xml
For system running SB
Open the SimConnect.cfg in notepad and change the line Address=000.000.000.000 to actual static address of FS computer e.g. 192.168.0.15
and copy to C:\Documents and Settings\All usewrs\Documents\SimConnect.cfg
Install SB on FS PC and on SB PC.
Above configuration should permit use of SB with FSX.
To run in P3D on the same PC as FSX, locate
C:\users\FSX\App Data\Roaming\Lockheed Martin\Prepar3D V2\dll.xml
and add red lines
<?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>Squawkbox Transponder</Name>
<Disabled>False</Disabled>
<ManualLoad>False</ManualLoad>
<Path>C:\Program Files (x86)\Squawkbox\sbtrans10.dll</Path>
</Launch.Addon>
</SimBase.Document>

Finally copy VIP and Squawkbox plane folders from FSX to P3D (simobjects>aircraft)

Note my user is FSX in case that confuses you.
Although I have got it working I think simconnect is the spawn of the devil.
Barry
www.a320sim.com
 
Last edited:

Barrykensett

New member
Further to above for sone reason I get a SimConnect Diagnostic Output running in a window. If I close the window it closes P3D, I can minimise it and everything works OK but I don't know how I've turned it on and I would like to turn it off. Anybody know how to do it?
Barry
www.a320sim.com
 

netguru

New member
Further to above for sone reason I get a SimConnect Diagnostic Output running in a window. If I close the window it closes P3D, I can minimise it and everything works OK but I don't know how I've turned it on and I would like to turn it off. Anybody know how to do it?
Barry
www.a320sim.com

To get rid of the Diagnostic Output window (DOS Prompt) all you have to do is remove the SimConnect.INI file.

netguru
 

Daveanne

New member
Like the chap that started this thread I am also having BIG problems with getting ASN to connect to P3D V2.2 over a network.
I have been using AS2012 and SqwarkBox v4 over the same network so I know that SimConnect does work, but as he describes ASN (the trial version I have at present) just sits there saying "waiting for simulator".
I have had a look at the debug file and it keeps referring to a problem with the P3D SimConnect.dll, but I am afraid I am not an expert on these things.

Can anyone help, please I have been trying all the posts I have seen on the internet for days an days now to get this thing to connect, but it wont have it!

My P3D is working on a Win7 Ultimate very high spec PC and I am trying to connect to it from an XP machine, as I said earlier AS2012 works fine as does Sqwarkbox v4, which I know both use SimConnect.

HELP! please?
Daveanne
 

damian

Developer
Staff member
We have prepared an alternative Simconnect interface using FSX (SP2) SimConnect module if there are any issues loading the LM P3D module. This is an interim solution while we further identify the issue with LM P3D Managed SimConnect Module on some systems.

If you'd like to try this, please download from http://nimbus.hifitechinc.com/laser/...Beta_B5227.zip - You must uninstall your existing ASN for P3D installation, then install the newer B5227 build.

Note that FSX SimConnect SP2 Managed client must be installed on the client for this to work. The FSX SP2 managed installer is included with P3D distribution, and can be found at [P3D Install Location]\redist\Interface\FSX-SP2-XPACK\retail\lib\SimConnect.msi

Feedback appreciated!
 

Daveanne

New member
Sorry, still "waiting"
Here's my log
ASN.cfg
[ASN Settings]
CurrOptionsFile=Prepar3DOptions
StationFilesNeedUpdating=0
StartupWindowPosition.X=295
StartupWindowPosition.Y=67
StartupWindowSize.Width=900
StartupWindowSize.Height=726
[ASN Dates]
LastTimeWeatherDownloaded=04/25/2014 20:37:13
BackupLastTimeWeatherDownloaded=04/25/2014 20:37:13
[Map Options]
refLat=0
refLon=0
mapRange=4000

ASN_SimConnectionLog.txt
21:37:13:0750-Pre Connect P3D_Connected = False
21:37:13:0750-P3D Connect Pre Attempt: Instantiated = False / mConnected = False
21:37:13:0765-P3D Connect Post Attempt: Instantiated = False / mConnected = False
21:37:13:0765-P3D Connection Attempted
21:37:13:0765-Post Connect P3D_Connected = False
21:37:23:0671-Pre Connect P3D_Connected = False
21:37:23:0671-P3D Connect Pre Attempt: Instantiated = False / mConnected = False
21:37:23:0671-P3D Connect Post Attempt: Instantiated = False / mConnected = False
21:37:23:0671-P3D Connection Attempted
21:37:23:0671-Post Connect P3D_Connected = False
21:37:33:0671-Pre Connect P3D_Connected = False
21:37:33:0671-P3D Connect Pre Attempt: Instantiated = False / mConnected = False
21:37:33:0671-P3D Connect Post Attempt: Instantiated = False / mConnected = False
21:37:33:0671-P3D Connection Attempted
21:37:33:0671-Post Connect P3D_Connected = False
21:37:43:0671-Pre Connect P3D_Connected = False
21:37:43:0671-P3D Connect Pre Attempt: Instantiated = False / mConnected = False
21:37:43:0671-P3D Connect Post Attempt: Instantiated = False / mConnected = False
21:37:43:0671-P3D Connection Attempted
21:37:43:0671-Post Connect P3D_Connected = False
21:37:53:0671-Pre Connect P3D_Connected = False
21:37:53:0671-P3D Connect Pre Attempt: Instantiated = False / mConnected = False
21:37:53:0671-P3D Connect Post Attempt: Instantiated = False / mConnected = False
21:37:53:0671-P3D Connection Attempted
21:37:53:0671-Post Connect P3D_Connected = False
21:38:03:0671-Pre Connect P3D_Connected = False
21:38:03:0671-P3D Connect Pre Attempt: Instantiated = False / mConnected = False
21:38:03:0671-P3D Connect Post Attempt: Instantiated = False / mConnected = False
21:38:03:0671-P3D Connection Attempted
21:38:03:0671-Post Connect P3D_Connected = False
21:38:13:0671-Pre Connect P3D_Connected = False
21:38:13:0671-P3D Connect Pre Attempt: Instantiated = False / mConnected = False
21:38:13:0671-P3D Connect Post Attempt: Instantiated = False / mConnected = False
21:38:13:0671-P3D Connection Attempted
21:38:13:0671-Post Connect P3D_Connected = False
21:38:23:0671-Pre Connect P3D_Connected = False
21:38:23:0671-P3D Connect Pre Attempt: Instantiated = False / mConnected = False
21:38:23:0671-P3D Connect Post Attempt: Instantiated = False / mConnected = False
21:38:23:0671-P3D Connection Attempted
21:38:23:0671-Post Connect P3D_Connected = False
21:38:33:0671-Pre Connect P3D_Connected = False
21:38:33:0671-P3D Connect Pre Attempt: Instantiated = False / mConnected = False
21:38:33:0671-P3D Connect Post Attempt: Instantiated = False / mConnected = False
21:38:33:0671-P3D Connection Attempted
21:38:33:0671-Post Connect P3D_Connected = False
21:38:43:0671-Pre Connect P3D_Connected = False
21:38:43:0671-P3D Connect Pre Attempt: Instantiated = False / mConnected = False
21:38:43:0671-P3D Connect Post Attempt: Instantiated = False / mConnected = False
21:38:43:0671-P3D Connection Attempted
21:38:43:0671-Post Connect P3D_Connected = False
21:38:53:0671-Pre Connect P3D_Connected = False
21:38:53:0671-P3D Connect Pre Attempt: Instantiated = False / mConnected = False
21:38:53:0671-P3D Connect Post Attempt: Instantiated = False / mConnected = False
21:38:53:0671-P3D Connection Attempted
21:38:53:0671-Post Connect P3D_Connected = False
21:39:03:0687-Pre Connect P3D_Connected = False
21:39:03:0687-P3D Connect Pre Attempt: Instantiated = False / mConnected = False
21:39:03:0687-P3D Connect Post Attempt: Instantiated = False / mConnected = False
21:39:03:0687-P3D Connection Attempted
21:39:03:0687-Post Connect P3D_Connected = False
21:39:13:0703-Pre Connect P3D_Connected = False
21:39:13:0703-P3D Connect Pre Attempt: Instantiated = False / mConnected = False
21:39:13:0703-P3D Connect Post Attempt: Instantiated = False / mConnected = False
21:39:13:0703-P3D Connection Attempted
21:39:13:0703-Post Connect P3D_Connected = False
21:39:23:0703-Pre Connect P3D_Connected = False
21:39:23:0703-P3D Connect Pre Attempt: Instantiated = False / mConnected = False
21:39:23:0703-P3D Connect Post Attempt: Instantiated = False / mConnected = False
21:39:23:0703-P3D Connection Attempted
21:39:23:0703-Post Connect P3D_Connected = False
21:39:33:0703-Pre Connect P3D_Connected = False
21:39:33:0703-P3D Connect Pre Attempt: Instantiated = False / mConnected = False
21:39:33:0703-P3D Connect Post Attempt: Instantiated = False / mConnected = False
21:39:33:0703-P3D Connection Attempted
21:39:33:0703-Post Connect P3D_Connected = False
21:39:43:0703-Pre Connect P3D_Connected = False
21:39:43:0703-P3D Connect Pre Attempt: Instantiated = False / mConnected = False
21:39:43:0703-P3D Connect Post Attempt: Instantiated = False / mConnected = False
21:39:43:0703-P3D Connection Attempted
21:39:43:0703-Post Connect P3D_Connected = False
21:39:53:0703-Pre Connect P3D_Connected = False
21:39:53:0703-P3D Connect Pre Attempt: Instantiated = False / mConnected = False
21:39:53:0703-P3D Connect Post Attempt: Instantiated = False / mConnected = False
21:39:53:0703-P3D Connection Attempted
21:39:53:0703-Post Connect P3D_Connected = False
21:40:03:0703-Pre Connect P3D_Connected = False
21:40:03:0703-P3D Connect Pre Attempt: Instantiated = False / mConnected = False
21:40:03:0703-P3D Connect Post Attempt: Instantiated = False / mConnected = False
21:40:03:0703-P3D Connection Attempted
21:40:03:0703-Post Connect P3D_Connected = False
21:40:13:0703-Pre Connect P3D_Connected = False
21:40:13:0703-P3D Connect Pre Attempt: Instantiated = False / mConnected = False
21:40:13:0703-P3D Connect Post Attempt: Instantiated = False / mConnected = False
21:40:13:0703-P3D Connection Attempted
21:40:13:0703-Post Connect P3D_Connected = False
21:40:23:0703-Pre Connect P3D_Connected = False
21:40:23:0703-P3D Connect Pre Attempt: Instantiated = False / mConnected = False
21:40:23:0703-P3D Connect Post Attempt: Instantiated = False / mConnected = False
21:40:23:0703-P3D Connection Attempted
21:40:23:0703-Post Connect P3D_Connected = False
21:40:33:0703-Pre Connect P3D_Connected = False
21:40:33:0703-P3D Connect Pre Attempt: Instantiated = False / mConnected = False
21:40:33:0703-P3D Connect Post Attempt: Instantiated = False / mConnected = False
21:40:33:0703-P3D Connection Attempted
21:40:33:0703-Post Connect P3D_Connected = False
21:40:43:0703-Pre Connect P3D_Connected = False
21:40:43:0703-P3D Connect Pre Attempt: Instantiated = False / mConnected = False
21:40:43:0703-P3D Connect Post Attempt: Instantiated = False / mConnected = False
21:40:43:0703-P3D Connection Attempted
21:40:43:0703-Post Connect P3D_Connected = False
21:40:53:0703-Pre Connect P3D_Connected = False
21:40:53:0703-P3D Connect Pre Attempt: Instantiated = False / mConnected = False
21:40:53:0703-P3D Connect Post Attempt: Instantiated = False / mConnected = False
21:40:53:0703-P3D Connection Attempted
21:40:53:0703-Post Connect P3D_Connected = False
21:41:03:0703-Pre Connect P3D_Connected = False
21:41:03:0703-P3D Connect Pre Attempt: Instantiated = False / mConnected = False
21:41:03:0703-P3D Connect Post Attempt: Instantiated = False / mConnected = False
21:41:03:0703-P3D Connection Attempted
21:41:03:0703-Post Connect P3D_Connected = False
21:41:13:0703-Pre Connect P3D_Connected = False
21:41:13:0703-P3D Connect Pre Attempt: Instantiated = False / mConnected = False
21:41:13:0703-P3D Connect Post Attempt: Instantiated = False / mConnected = False
21:41:13:0703-P3D Connection Attempted
21:41:13:0703-Post Connect P3D_Connected = False
21:41:23:0703-Pre Connect P3D_Connected = False
21:41:23:0703-P3D Connect Pre Attempt: Instantiated = False / mConnected = False
21:41:23:0703-P3D Connect Post Attempt: Instantiated = False / mConnected = False
21:41:23:0703-P3D Connection Attempted
21:41:23:0703-Post Connect P3D_Connected = False
21:41:33:0703-Pre Connect P3D_Connected = False
21:41:33:0703-P3D Connect Pre Attempt: Instantiated = False / mConnected = False
21:41:33:0703-P3D Connect Post Attempt: Instantiated = False / mConnected = False
21:41:33:0703-P3D Connection Attempted
21:41:33:0703-Post Connect P3D_Connected = False
21:41:43:0703-Pre Connect P3D_Connected = False
21:41:43:0703-P3D Connect Pre Attempt: Instantiated = False / mConnected = False
21:41:43:0703-P3D Connect Post Attempt: Instantiated = False / mConnected = False
21:41:43:0703-P3D Connection Attempted
21:41:43:0703-Post Connect P3D_Connected = False

Options\Prepar3DOptions.cfg
[General options]
FSVersion=Prepar3D

ASN_Log
21:37:07:0375-Verifying Active Sky Next for Prepar3D License
21:37:07:0406-AppPath = C:\Program Files\HiFi\ASNext_P3D
21:37:07:0406-AppDataPath = C:\Documents and Settings\Administrator.FSMASTER.001\Application Data\Hifi\ASNP3D\
21:37:07:0406-FS9FlightPlansPath = C:\Documents and Settings\Administrator.FSMASTER.001\My Documents\Flight Simulator Files
21:37:07:0421-FS9AppDataPath = C:\Documents and Settings\Administrator.FSMASTER.001\Application Data\Microsoft\FS9
21:37:07:0453-P3DPath = \\Newsimmaster\E\Lockheed Martin\Prepar3D v2
21:37:07:0453-P3DAppDataPath = \\Newsimmaster\Users\Dave\AppData\Roaming\Lockheed Martin\Prepar3D v2
21:37:10:0796-VOR station list initialized!
21:37:10:0859-NDB station list initialized!
21:37:10:0984-Airport station list initialized!
21:37:11:0140-Map image provider initialized!
21:37:11:0218-Wx Station Database loaded: 9960 station(s)
21:37:11:0406-Weather station list initialized!
21:37:11:0953-Loading previously loaded weather...
21:37:11:0968-Current Version = 1.0.5227.23753 / Latest Official Version = 1.0.5227.23753
21:37:13:0671-Prepar3D SimConnect interface initialized
21:37:13:0687-Local client IP address: 192.168.1.32 - Port: 19284
21:37:13:0718-Weather read complete
21:37:13:0750-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
21:37:13:0750-Attempting FSX SP2 Simconnect instantiation...
21:37:13:0765-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
21:37:13:0765-Downloading USA airmets-sigmets for 4/25/2014 (20Z)...
21:37:13:0781-Scanning servers for best performance...
21:37:14:0703-http://nimbus.hifitechinc.com = 1193ms
21:37:15:0437-http://stratus.hifitechinc.com = 728ms
21:37:15:0921-http://cirrus.hifitechinc.com = 787ms
21:37:16:0656-http://cumulus.hifitechinc.com = 740ms
21:37:17:0718-http://usa4.hifisim.com = 1064ms
21:37:17:0718-Best server: http://stratus.hifitechinc.com - 728ms
21:37:19:0968-Using Client ID: A0AC68E0BA7707353DA6B8E1115C3F72
21:37:22:0828-USA Met/Rep Data Received...
21:37:22:0859-Downloading international sigmets for 4/25/2014 (20Z)...
21:37:22:0859-Using current server: http://stratus.hifitechinc.com
21:37:22:0859-Using Client ID: A0AC68E0BA7707353DA6B8E1115C3F72
21:37:23:0671-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
21:37:23:0671-Attempting FSX SP2 Simconnect instantiation...
21:37:23:0671-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
21:37:25:0156-International Sigmet Data Received...
21:37:25:0390-Downloading global weather data for 4/25/2014 (20Z)...
21:37:25:0390-Using current server: http://stratus.hifitechinc.com
21:37:25:0390-Using Client ID: A0AC68E0BA7707353DA6B8E1115C3F72
21:37:31:0984-Start Download Content License Result Check
21:37:31:0984-Finished Download Content License Result Check in 0 ms
21:37:31:0984-Start Download File Output
21:37:31:0984-Saving weather to disk
21:37:32:0000-Finished Download File Output
21:37:32:0000-Start Decrypt/Decompress
21:37:32:0000-Populating weather stream with new data...
21:37:33:0671-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
21:37:33:0671-Attempting FSX SP2 Simconnect instantiation...
21:37:33:0671-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
21:37:34:0296-Weather read complete
21:37:34:0296-Download complete
21:37:34:0296-Downloading pireps for 4/25/2014 (20Z)...
21:37:34:0296-Using Client ID: A0AC68E0BA7707353DA6B8E1115C3F72
21:37:35:0312-Pirep Data Received...
21:37:43:0671-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
21:37:43:0671-Attempting FSX SP2 Simconnect instantiation...
21:37:43:0671-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
21:37:53:0671-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
21:37:53:0671-Attempting FSX SP2 Simconnect instantiation...
21:37:53:0671-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
21:38:03:0671-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
21:38:03:0671-Attempting FSX SP2 Simconnect instantiation...
21:38:03:0671-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
21:38:13:0671-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
21:38:13:0671-Attempting FSX SP2 Simconnect instantiation...
21:38:13:0671-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
21:38:23:0671-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
21:38:23:0671-Attempting FSX SP2 Simconnect instantiation...
21:38:23:0671-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
21:38:33:0671-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
21:38:33:0671-Attempting FSX SP2 Simconnect instantiation...
21:38:33:0671-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
21:38:43:0671-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
21:38:43:0671-Attempting FSX SP2 Simconnect instantiation...
21:38:43:0671-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
21:38:53:0671-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
21:38:53:0671-Attempting FSX SP2 Simconnect instantiation...
21:38:53:0671-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
21:39:03:0687-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
21:39:03:0687-Attempting FSX SP2 Simconnect instantiation...
21:39:03:0687-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
21:39:13:0703-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
21:39:13:0703-Attempting FSX SP2 Simconnect instantiation...
21:39:13:0703-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
21:39:23:0703-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
21:39:23:0703-Attempting FSX SP2 Simconnect instantiation...
21:39:23:0703-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
21:39:33:0703-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
21:39:33:0703-Attempting FSX SP2 Simconnect instantiation...
21:39:33:0703-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
21:39:43:0703-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
21:39:43:0703-Attempting FSX SP2 Simconnect instantiation...
21:39:43:0703-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
21:39:53:0703-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
21:39:53:0703-Attempting FSX SP2 Simconnect instantiation...
21:39:53:0703-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
21:40:03:0703-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
21:40:03:0703-Attempting FSX SP2 Simconnect instantiation...
21:40:03:0703-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
21:40:13:0703-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
21:40:13:0703-Attempting FSX SP2 Simconnect instantiation...
21:40:13:0703-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
21:40:23:0703-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
21:40:23:0703-Attempting FSX SP2 Simconnect instantiation...
21:40:23:0703-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
21:40:33:0703-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
21:40:33:0703-Attempting FSX SP2 Simconnect instantiation...
21:40:33:0703-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
21:40:43:0703-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
21:40:43:0703-Attempting FSX SP2 Simconnect instantiation...
21:40:43:0703-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
21:40:53:0703-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
21:40:53:0703-Attempting FSX SP2 Simconnect instantiation...
21:40:53:0703-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
21:41:03:0703-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
21:41:03:0703-Attempting FSX SP2 Simconnect instantiation...
21:41:03:0703-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
21:41:13:0703-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
21:41:13:0703-Attempting FSX SP2 Simconnect instantiation...
21:41:13:0703-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
21:41:23:0703-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
21:41:23:0703-Attempting FSX SP2 Simconnect instantiation...
21:41:23:0703-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
21:41:33:0703-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
21:41:33:0703-Attempting FSX SP2 Simconnect instantiation...
21:41:33:0703-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
21:41:43:0703-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
21:41:43:0703-Attempting FSX SP2 Simconnect instantiation...
21:41:43:0703-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.

Registry Settings:
Install_Path = C:\Program Files\HiFi\ASNext_P3D
License = 48323B-******-******-******
FS9MyDocsPath = C:\Documents and Settings\Administrator.FSMASTER.001\My Documents\Flight Simulator Files
P3DPath = \\Newsimmaster\E\Lockheed Martin\Prepar3D v2
P3DAppDataPath = \\Newsimmaster\Users\Dave\AppData\Roaming\Lockheed Martin\Prepar3D v2

Hope you can make or tails of it?
daveanne
 

damian

Developer
Staff member
Hi,

I assume this is on a Windows XP client? Please make sure you have all the latest service packs/updates installed, and also confirm you have .NET 2.0 framework installed on the client?

If this still isn't working, can you please open a ticket at support.hifitechinc.com with all the details, and we can troubleshoot directly? Thanks!
 

tdeller

New member
I should update my original message by saying I submitted a trouble ticket and got great support (thank you DAVE).
I'm still not quite sure why mine didn't work but there was a lot of extra default stuff in them, so perhaps cleaning that out was the secret. But in any case, Dave passed on a couple of config files that did the trick. I just placed my FS computer's ip address in both, and voila...everything worked like a charm, and "P3D Connected" lit up green as day.

Now, with my trial period over and things working perfectly, I'm off to buy the license.

-T
 

bigmack

New member
I'm still having connection issues with the B5227 in P3D 2.2. Is there a official fix or edit I need to make somewhere. I'm running over a network with win 7 pro. FSX connects fine without issue.

Bill M
 

damian

Developer
Staff member
Bill,

Please post a log export from a "failed" connection session (tools/export logs).
 

bigmack

New member
Bill,

Please post a log export from a "failed" connection session (tools/export logs).
10:34:16 AM:0285-Verifying Active Sky Next for Prepar3D License
10:34:16 AM:0325-AppPath = C:\Program Files\HiFi\ASNext_P3D
10:34:16 AM:0335-AppDataPath = C:\Documents and Settings\Bill\Application Data\Hifi\ASNP3D\
10:34:16 AM:0355-FS9Path = \\Desktop\flight simulator 9
10:34:16 AM:0406-P3DPath = \\Desktop\d\PROGRAM FILES\Lockheed Martin\Prepar3D v2
10:34:16 AM:0426-P3DAppDataPath = \\Desktop\Bill M\AppData\Roaming\Lockheed Martin\Prepar3D v2
10:34:16 AM:0466-ASConnect module load position was modified
10:34:16 AM:0506-ASConnect module installation was successful
10:34:26 AM:0119-Installed File: \\Desktop\d\PROGRAM FILES\Lockheed Martin\Prepar3D v2\as_srv\as_audio.exe
10:34:26 AM:0210-Installed File: \\Desktop\d\PROGRAM FILES\Lockheed Martin\Prepar3D v2\as_srv\as_btstrp.dll
10:34:26 AM:0250-Installed File: \\Desktop\d\PROGRAM FILES\Lockheed Martin\Prepar3D v2\as_srv\as_connect.dll
10:34:26 AM:0320-Installed File: \\Desktop\d\PROGRAM FILES\Lockheed Martin\Prepar3D v2\as_srv\NAudio.dll
10:34:26 AM:0871-Map image provider initialized!
10:34:27 AM:0231-Current Version = 1.0.5227.23753 / Latest Official Version = 1.0.5227.23753
10:34:27 AM:0842-Airport station list initialized!
10:34:27 AM:0902-VOR station list initialized!
10:34:28 AM:0152-NDB station list initialized!
10:34:28 AM:0243-Wx Station Database loaded: 11903 station(s)
10:34:28 AM:0453-Weather station list initialized!
10:34:28 AM:0473-Loading previously loaded weather...
10:34:31 AM:0117-Prepar3D SimConnect interface initialized
10:34:31 AM:0347-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:34:31 AM:0357-Attempting FSX SP2 Simconnect instantiation...
10:34:31 AM:0377-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:34:31 AM:0427-Local client IP address: 192.168.1.241 - Port: 19284
10:34:31 AM:0467-Weather read complete
10:34:31 AM:0557-Downloading USA airmets-sigmets for 4/28/2014 (17Z)...
10:34:31 AM:0577-Scanning servers for best performance...
10:34:31 AM:0788-http://nimbus.hifitechinc.com = 492ms
10:34:32 AM:0208-http://stratus.hifitechinc.com = 418ms
10:34:32 AM:0629-http://cirrus.hifitechinc.com = 630ms
10:34:33 AM:0069-http://cumulus.hifitechinc.com = 435ms
10:34:33 AM:0230-http://usa4.hifisim.com = 99999ms
10:34:33 AM:0240-Best server: http://stratus.hifitechinc.com - 418ms
10:34:35 AM:0753-Using Client ID: F8FE74E86567EFF10C4600C8CCD2ACE2
10:34:37 AM:0646-USA Met/Rep Data Received...
10:34:37 AM:0987-Downloading international sigmets for 4/28/2014 (17Z)...
10:34:37 AM:0997-Using current server: http://stratus.hifitechinc.com
10:34:37 AM:0997-Using Client ID: F8FE74E86567EFF10C4600C8CCD2ACE2
10:34:39 AM:0228-International Sigmet Data Received...
10:34:40 AM:0100-Downloading global weather data for 4/28/2014 (17Z)...
10:34:40 AM:0110-Using current server: http://stratus.hifitechinc.com
10:34:40 AM:0120-Using Client ID: F8FE74E86567EFF10C4600C8CCD2ACE2
10:34:41 AM:0181-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:34:41 AM:0191-Attempting FSX SP2 Simconnect instantiation...
10:34:41 AM:0211-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:34:46 AM:0218-Start Download Content License Result Check
10:34:46 AM:0228-Finished Download Content License Result Check in 10.0144 ms
10:34:46 AM:0238-Start Download File Output
10:34:46 AM:0258-Saving weather to disk
10:34:46 AM:0379-Finished Download File Output
10:34:46 AM:0399-Start Decrypt/Decompress
10:34:46 AM:0409-Populating weather stream with new data...
10:34:50 AM:0274-Weather read complete
10:34:50 AM:0294-Download complete
10:34:50 AM:0304-Downloading pireps for 4/28/2014 (17Z)...
10:34:50 AM:0384-Using Client ID: F8FE74E86567EFF10C4600C8CCD2ACE2
10:34:51 AM:0075-Pirep Data Received...
10:34:51 AM:0196-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:34:51 AM:0206-Attempting FSX SP2 Simconnect instantiation...
10:34:51 AM:0216-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:35:01 AM:0190-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:35:01 AM:0200-Attempting FSX SP2 Simconnect instantiation...
10:35:01 AM:0220-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:35:11 AM:0194-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:35:11 AM:0204-Attempting FSX SP2 Simconnect instantiation...
10:35:11 AM:0224-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:35:21 AM:0199-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:35:21 AM:0219-Attempting FSX SP2 Simconnect instantiation...
10:35:21 AM:0229-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:35:31 AM:0203-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:35:31 AM:0213-Attempting FSX SP2 Simconnect instantiation...
10:35:31 AM:0233-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:35:41 AM:0207-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:35:41 AM:0227-Attempting FSX SP2 Simconnect instantiation...
10:35:41 AM:0237-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:35:51 AM:0222-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:35:51 AM:0232-Attempting FSX SP2 Simconnect instantiation...
10:35:51 AM:0242-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:36:01 AM:0216-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:36:01 AM:0236-Attempting FSX SP2 Simconnect instantiation...
10:36:01 AM:0246-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:36:11 AM:0231-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:36:11 AM:0241-Attempting FSX SP2 Simconnect instantiation...
10:36:11 AM:0251-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:36:21 AM:0235-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:36:21 AM:0245-Attempting FSX SP2 Simconnect instantiation...
10:36:21 AM:0255-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:36:31 AM:0239-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:36:31 AM:0249-Attempting FSX SP2 Simconnect instantiation...
10:36:31 AM:0269-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:36:41 AM:0244-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:36:41 AM:0254-Attempting FSX SP2 Simconnect instantiation...
10:36:41 AM:0264-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:36:51 AM:0248-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:36:51 AM:0258-Attempting FSX SP2 Simconnect instantiation...
10:36:51 AM:0268-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:37:01 AM:0253-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:37:01 AM:0263-Attempting FSX SP2 Simconnect instantiation...
10:37:01 AM:0273-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:37:11 AM:0257-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:37:11 AM:0267-Attempting FSX SP2 Simconnect instantiation...
10:37:11 AM:0277-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:37:21 AM:0261-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:37:21 AM:0271-Attempting FSX SP2 Simconnect instantiation...
10:37:21 AM:0281-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:37:31 AM:0266-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:37:31 AM:0276-Attempting FSX SP2 Simconnect instantiation...
10:37:31 AM:0286-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:37:41 AM:0270-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:37:41 AM:0280-Attempting FSX SP2 Simconnect instantiation...
10:37:41 AM:0290-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:37:51 AM:0274-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:37:51 AM:0284-Attempting FSX SP2 Simconnect instantiation...
10:37:51 AM:0294-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:38:01 AM:0279-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:38:01 AM:0289-Attempting FSX SP2 Simconnect instantiation...
10:38:01 AM:0299-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:38:11 AM:0283-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:38:11 AM:0293-Attempting FSX SP2 Simconnect instantiation...
10:38:11 AM:0303-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:38:21 AM:0288-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:38:21 AM:0298-Attempting FSX SP2 Simconnect instantiation...
10:38:21 AM:0318-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:38:31 AM:0292-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:38:31 AM:0302-Attempting FSX SP2 Simconnect instantiation...
10:38:31 AM:0312-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:38:41 AM:0296-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:38:41 AM:0306-Attempting FSX SP2 Simconnect instantiation...
10:38:41 AM:0326-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:38:51 AM:0301-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:38:51 AM:0311-Attempting FSX SP2 Simconnect instantiation...
10:38:51 AM:0331-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:39:01 AM:0305-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:39:01 AM:0315-Attempting FSX SP2 Simconnect instantiation...
10:39:01 AM:0335-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:39:11 AM:0310-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:39:11 AM:0320-Attempting FSX SP2 Simconnect instantiation...
10:39:11 AM:0340-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:39:21 AM:0314-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:39:21 AM:0324-Attempting FSX SP2 Simconnect instantiation...
10:39:21 AM:0344-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:39:31 AM:0318-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:39:31 AM:0328-Attempting FSX SP2 Simconnect instantiation...
10:39:31 AM:0348-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:39:41 AM:0323-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:39:41 AM:0333-Attempting FSX SP2 Simconnect instantiation...
10:39:41 AM:0353-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:39:51 AM:0327-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:39:51 AM:0337-Attempting FSX SP2 Simconnect instantiation...
10:39:51 AM:0357-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:40:01 AM:0331-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:40:01 AM:0341-Attempting FSX SP2 Simconnect instantiation...
10:40:01 AM:0362-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:40:11 AM:0336-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:40:11 AM:0346-Attempting FSX SP2 Simconnect instantiation...
10:40:11 AM:0366-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:40:21 AM:0340-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:40:21 AM:0360-Attempting FSX SP2 Simconnect instantiation...
10:40:21 AM:0370-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:40:31 AM:0345-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:40:31 AM:0365-Attempting FSX SP2 Simconnect instantiation...
10:40:31 AM:0375-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:40:41 AM:0349-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:40:41 AM:0359-Attempting FSX SP2 Simconnect instantiation...
10:40:41 AM:0379-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:40:51 AM:0353-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:40:51 AM:0363-Attempting FSX SP2 Simconnect instantiation...
10:40:51 AM:0383-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:41:01 AM:0358-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:41:01 AM:0368-Attempting FSX SP2 Simconnect instantiation...
10:41:01 AM:0388-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:41:11 AM:0362-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:41:11 AM:0372-Attempting FSX SP2 Simconnect instantiation...
10:41:11 AM:0392-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:41:21 AM:0367-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:41:21 AM:0387-Attempting FSX SP2 Simconnect instantiation...
10:41:21 AM:0397-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:41:31 AM:0371-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:41:31 AM:0391-Attempting FSX SP2 Simconnect instantiation...
10:41:31 AM:0401-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:41:41 AM:0375-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:41:41 AM:0395-Attempting FSX SP2 Simconnect instantiation...
10:41:41 AM:0405-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:41:51 AM:0380-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:41:51 AM:0400-Attempting FSX SP2 Simconnect instantiation...
10:41:51 AM:0410-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:42:01 AM:0384-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:42:01 AM:0404-Attempting FSX SP2 Simconnect instantiation...
10:42:01 AM:0414-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:42:11 AM:0388-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:42:11 AM:0409-Attempting FSX SP2 Simconnect instantiation...
10:42:11 AM:0419-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:42:21 AM:0403-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:42:21 AM:0413-Attempting FSX SP2 Simconnect instantiation...
10:42:21 AM:0423-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:42:31 AM:0397-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:42:31 AM:0417-Attempting FSX SP2 Simconnect instantiation...
10:42:31 AM:0427-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:42:41 AM:0412-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:42:41 AM:0422-Attempting FSX SP2 Simconnect instantiation...
10:42:41 AM:0432-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.
10:42:51 AM:0416-Unable to instantiate P3D LM Simconnect: A procedure imported by 'LockheedMartin.Prepar3D.SimConnect.dll' could not be loaded.
10:42:51 AM:0426-Attempting FSX SP2 Simconnect instantiation...
10:42:51 AM:0436-Unable to instantiate either Simconnect version: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 runtime without additional configuration information.

Bill M
 

damian

Developer
Staff member
We've posted a newer update, B5235, which should resolve the last remaining issues regarding sim connectivity in a networked setup. Thanks!
 

bigmack

New member
We've posted a newer update, B5235, which should resolve the last remaining issues regarding sim connectivity in a networked setup. Thanks!
Yes I tried the new update and P3D now connects fine. Thanks for the help.

Bill M
 
Top