Jump to content
Sign in to follow this  
michaelengl

Version 32.4.1 Client shows only " Waitinf for P3D"

Recommended Posts

resized-3b1949443-failure.jpg

 

This is parameter xml on client

 

<?xml version="1.0"?>
<parameters>
    <parameter name="MY_MULT_REGS" value="false" />
    <parameter name="RANDOM" value="true" />
    <parameter name="HIGH_PERF_AIRCRAFT" value="false" />
    <parameter name="LIGHT_AIRCRAFT" value="false" />
    <parameter name="HELICOPTERS" value="false" />
    <parameter name="GLIDERS" value="false" />
    <parameter name="ALWAYS_ON_TOP" value="false" />
    <parameter name="GARMIN" value="false" />
    <parameter name="LIG_AUTOMATIC" value="false" />
    <parameter name="AFG_AUTOMATIC" value="false" />
    <parameter name="CLIENT" value="true" />
    <parameter name="SERVER" value="false" />
    <parameter name="LOG_MATCH_LIVE" value="false" />
    <parameter name="LOG_MATCH_STATIC" value="false" />
    <parameter name="AUTO_RANGE" value="false" />
    <parameter name="TRAFFIC_WHEN_USER_AIRBORNE_ONLY" value="false" />
    <parameter name="LEARN_DESTINATION" value="false" />
    <parameter name="COLLISION_USER_GND" value="true" />
    <parameter name="COLLISION_LIVE_PARKED_GND" value="true" />
    <parameter name="GENERIC_PARKING_PERCENTAGE" value="-1" />
    <parameter name="AUTO_RANGE_GND" value="5" />
    <parameter name="AUTO_RANGE_LE10" value="8" />
    <parameter name="AUTO_RANGE_LE15" value="10" />
    <parameter name="AUTO_RANGE_LE20" value="15" />
    <parameter name="AUTO_RANGE_LE30" value="25" />
    <parameter name="AUTO_RANGE_LE40" value="35" />
    <parameter name="AUTO_RANGE_GT40" value="40" />
    <parameter name="MAIN_WINDOW_X" value="400" />
    <parameter name="MAIN_WINDOW_Y" value="20" />
    <parameter name="MATCHING_DEPTH" value="8" />
    <parameter name="PARKED_MATCHING_DEPTH" value="8" />
    <parameter name="LATERAL_RANGE" value="40" />
    <parameter name="SNAPSHOT_MINUTES" value="20" />
    <parameter name="PROGRAM_VERSION" value="32.4.1" />
    <parameter name="BLOCK_CALLSIGN" value="" />
    <parameter name="FLIGHTPLANS_FOLDER" value="" />
    <parameter name="RUNNING" value="true" />
    <parameter name="DESTINATION_AIRPORT" value="" />
    <parameter name="LIVERIES_FOLDER" value="\\FS-Visual-P3D\d\PSXT_P3D\liveries" />
    <parameter name="STOCK_AIRPORTS_FOLDER" value="\\FS-Visual-P3D\d\PSXT_P3D\stock_airports" />
    <parameter name="ADDON_AIRPORTS_FOLDER" value="\\FS-Visual-P3D\d\PSXT_P3D\addon_airports" />
    <parameter name="THIRD_PARTY_AIRPORTS_FOLDER" value="\\FS-Visual-P3D\d\PSXT_P3D\thirdparty_airports" />

 

SimConnect.cfg  and SimConnect.xml was installed, It has worked before. On Server the files was generated. P3Dv4.5 was running, and i have made a update Microsoft Simconnect Client version 10.0.61259.

Best Michael 

 

 

Share this post


Link to post
Share on other sites

In what version did it work?

 

Restart PSXT_P3D

If that does not help, close P3D and close PSXT_P3D,  start P3D and if it runs start PSXT_P3D.

 

Edited by kiek

Share this post


Link to post
Share on other sites

About a week ago it was still working. I have already uninstalled and reinstalled everything.

for safety


on the client in the PSXT_P3D folder: 
SimConnect.cfg
[SimConnect]
Protocol=IPv4
Address=172.20.254.210
Port=29764
MaxReceiveSize=8192
DisableNagle=1

and on server: Simconnect.xml

<?xml version="1.0" encoding="windows-1252"?>
<SimBase.Document Type="SimConnect" version="1,0">
  <Descr>SimConnect</Descr>
  <Filename>SimConnect.xml</Filename>
  <Disabled>False</Disabled>
  <SimConnect.Comm>
    <Disabled>False</Disabled>
    <Protocol>IPv4</Protocol>
    <Scope>global</Scope>
    <Address>172.20.254.210</Address>
    <MaxClients>64</MaxClients>
    <Port>6811</Port>
    <MaxRecvSize>4096</MaxRecvSize>
    <DisableNagle>False</DisableNagle>
  </SimConnect.Comm>
  <SimConnect.Comm>
    <Disabled>False</Disabled>
    <Protocol>IPv4</Protocol>
    <Scope>Global</Scope>
    <MaxClients>64</MaxClients>
    <Address>IP des Servers hier eintragen</Address>
    <Port>500</Port>
  </SimConnect.Comm>
  <SimConnect.Comm>
    <Disabled>False</Disabled>
    <Protocol>Auto</Protocol>
    <Scope>local</Scope>
  </SimConnect.Comm>
  <SimConnect.Comm>
    <Disabled>False</Disabled>
    <Protocol>Auto</Protocol>
    <Scope>local</Scope>
    <MaxClients>64</MaxClients>
    <Address>
    </Address>
    <Port>
    </Port>
    <MaxRecvSize>4096</MaxRecvSize>
    <DisableNagle>False</DisableNagle>
  </SimConnect.Comm>
  <SimConnect.Comm>
    <Disabled>False</Disabled>
    <Protocol>IPv4</Protocol>
    <Scope>global</Scope>
    <MaxClients>64</MaxClients>
    <Address>0.0.0.0</Address>
    <Port>2048</Port>
    <MaxRecvSize>4096</MaxRecvSize>
    <DisableNagle>False</DisableNagle>
  </SimConnect.Comm>
  <SimConnect.Comm>
    <Disabled>False</Disabled>
    <Protocol>IPv6</Protocol>
    <Scope>global</Scope>
    <MaxClients>64</MaxClients>
    <Address>::</Address>
    <Port>2048</Port>
    <MaxRecvSize>4096</MaxRecvSize>
    <DisableNagle>False</DisableNagle>
  </SimConnect.Comm>
  <SimConnect.Comm>
    <Disabled>False</Disabled>
    <Protocol>IPv4</Protocol>
    <Scope>Global</Scope>
    <MaxClients>64</MaxClients>
    <Address>172.20.254.210</Address>
    <Port>29764</Port>
    <MaxRecvSize>8192</MaxRecvSize>
    <DisableNagle>False</DisableNagle>
  </SimConnect.Comm>
</SimBase.Document>

 

Share this post


Link to post
Share on other sites
5 minutes ago, michaelengl said:

I do it , same result

Michael 

In the last week, there were no changes that could affect networked use of PSXT_P3D....

Looks a local networking problem. 

Try a single PC setup.

Edited by kiek

Share this post


Link to post
Share on other sites

32.4.0 was released yesterday, See my previous post

Share this post


Link to post
Share on other sites

I have checked the folders on server:

liveries --> A_liveries.xml is inside
stock_airports -> files inside
addon_airports --> emty
thirdparty_airports -> files inside

Share this post


Link to post
Share on other sites

Right, on Friday morning (10 o'clock) I did not fly, but this version worked. Either it was 32.4.0 or the version before. What do you mean by "See my previous post"

Share this post


Link to post
Share on other sites
1 minute ago, michaelengl said:

 What do you mean by "See my previous post"

Looks a local networking problem. 

Try a single PC setup.

 

The folders is not the problem. It is a Simconnect problem. PSXT_P3D cannot connect over your LAN to P3D...

Share this post


Link to post
Share on other sites
1 minute ago, michaelengl said:

Ok could you sent me the old version 32.4.0 i will try this

That will not make a difference, but you can just change the download url

Share this post


Link to post
Share on other sites
1 hour ago, michaelengl said:

I do not see URL

Right click on the link at my site, copy link address and then change 1 into 0 ....

Share this post


Link to post
Share on other sites

You are right, It was simconnect. I have deinstalled simconnect again and reinstall  it again. Now it works, Sorry for the circumstance, Michael 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

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

Create an account

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

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

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

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