Page 8 of 8

Re: FSX: Steam Edition compatibility

Posted: Mon Nov 02, 2015 7:14 pm
by wmburns
lifendet wrote:Found 5 simconnect.XML. Two in simobjects,two in my traffic and one in sdk\core utilities.
With (5) simconnect.xml files how can you "know" which one is actually being used? On my system the file is located:

C:\Users\$user\AppData\Roaming\Microsoft\FSX

Likely this is not the correct location for FSX SE.

Check out:
http://steamcommunity.com/sharedfiles/f ... =363732627
lifendet wrote:This is my simconnect.xml file.
<Disabled>True</Disabled>
Note the XML tag "Disabled" tag snip above. This XML value of "True" marks the line disabled. This is XML's way of making a "comment" line. Careful reading of the XML file shows that NONE of the "pipes" are actually active. Your entire simconnect.xml file is basically one long "example/sample".

I'm sorry but someone else is going to have to carry this ball from here on. I don't have FSX SE and this has exhausted my support knowledge of simmconnect.xml

Re: FSX: Steam Edition compatibility

Posted: Tue Nov 03, 2015 11:23 am
by lifendet
What is it suppose to look like. Can someone post there simconnect.xml file?

Re: FSX: Steam Edition compatibility

Posted: Thu Feb 04, 2016 10:24 am
by bkortye
Hi Keith, the website says if you run the simulator as the administrator, then you have to run PE as the administrator, otherwise it won't work. How do you run PE as the administrator?

Re: FSX: Steam Edition compatibility

Posted: Fri Apr 15, 2016 3:36 pm
by lifendet
Anyone has anymore luck with FSX SE. I'm still getting simconnect error....

Re: FSX: Steam Edition compatibility

Posted: Sat Apr 16, 2016 12:31 pm
by stevekirks
lifendet wrote:Anyone has anymore luck with FSX SE. I'm still getting simconnect error....
Honestly, I run FSX:SE exclusively every day and don't have this issue. I had to install the SimConnect that came with the PE client. I have the PE Client set for "run as admin" and that's the EXE that ends in "_fsx"

Also, I checked FSX and it's not set for "run as admin".

Versions of SimConnect I have installed:

60905
61215
61242
61259

They were all installed for good reasons, but now that I'm stable, I never thought to remove any of the extras. The ONLY FSX:SE error I've ever had as an old plane with a specific weird font setup that crashes the app.

Overall, if you can't run FSX:SE and PE together, you've made this too hard somehow. It's not the PE app and it's not FSX:SE. Do a clean install and start over because it's not the software, it's the steps you followed to get it to this place. I would make sure to install the PE client, the SimConnect that comes with it and run the client as admin

Re: FSX: Steam Edition compatibility

Posted: Wed Oct 26, 2016 6:58 pm
by gsuoumu
Problem solved.

FSX:SE worked fine for me after doing the steps provided here.

Re: FSX: Steam Edition compatibility

Posted: Sun Nov 06, 2016 9:24 am
by lvanek
i am having the same issues connecting.

Windows 8.1 - up to date
FSX:SE - Never had FSX installed on this machine before
Installed PE
Removed the old version of Simconnect.
Installed the version of Simconnect that came with PE
Running PE as administrator
When i try to launch PE (it does see FSX because if i am not loaded it will say unable to locate aircraft position.
Once PE is launched and i try to connect, i get a Protocol Error in the command line window.

Searched and verified there is no other versions of simconnect.xml

I have browsed through the forums and cannot seem to find anything else to try :(

Any suggestions would be greatly appreciated.



here is my simconnect xml file

<?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>True</Disabled>
<Protocol>IPv4</Protocol>
<Scope>global</Scope>
<MaxClients>64</MaxClients>
<Address>0.0.0.0</Address>
<Port>REPLACE_WITH_PORT_NUMBER</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>

Re: FSX: Steam Edition compatibility

Posted: Tue Feb 21, 2017 5:35 pm
by stwulfric
I use FSX Steam. I have Legacy FSX previously installed and have removed it. I really want to use Pilotedge. I have tried getting the simconnect client to work, but it simply won't. I realize that this can be tricky when using a machine that has both legacy-fsx and fsx-se on it. I have combed many webpages and have tried multiple solutions to no avail. I am by no means very handy with computers either which doesn't help. If anyone out there ever wants to try and help a guy try to get this going please let me know. I would be forever grateful. I will update my system someday, but it simply isn't in the budget right now. I just want to use Pilotedge. It seems like such a great addition to an already addictive hobby. I currently have an i7 920 with 6 gigs of ram at 3.3. It actually runs fsx-se pretty nicely, and I am getting about 35-40 fps on three monitors. Just throwing it out there.

Matt (stwulfric)

Re: FSX: Steam Edition compatibility

Posted: Fri Jun 02, 2017 12:17 pm
by Keith Smith
Just released v1.0.3 with a more concrete dependency on simconnect and specific support for FSX:SE.