News:

Status: CAVOK

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Intrepid

#1
Thanks Tim,

Problem completely resolved by turning down a notch or 2 the Windows internet security settings. It works flawlessly now.
#2
15:11:19 Command line. Length = 1 args = S:\Plan-G\Plan-G.exe,
15:11:24 RibbonButton_Click_ConnectFS
15:11:24 SimConnect.Connect
15:11:24 SimConnect.Connect - Remote. Mode = Pipe Server = localhost Port =
15:11:24 Connected to FSX
15:11:24 ShowAircraftOnMap: Lat=51.4727759386459 Lon=-0.438435132580651
15:11:24 ShowAircraftOnMap: Lat = 51.4727759386459 Lng = -0.438435132580651
15:11:24 Error calling setMapPosition: Unknown name. (Exception from HRESULT: 0x80020006 (DISP_E_UNKNOWNNAME))
15:11:24 PlotUserAircraftE: Lat=51.4727759386459 Lon=-0.438435132580651 Hdg=54 sync=Sync C172 N176CM
87ft
0kts
270°T
15:11:24 Error calling plotUserAircraft: Unknown name. (Exception from HRESULT: 0x80020006 (DISP_E_UNKNOWNNAME))
15:11:29 PlotUserAircraftE: Lat=51.4727759386459 Lon=-0.438435132580651 Hdg=54 sync=Sync C172 N176CM
87ft
0kts
270°T
15:11:29 Error calling plotUserAircraft: Unknown name. (Exception from HRESULT: 0x80020006 (DISP_E_UNKNOWNNAME))
#3
Copies the original database and deleted the airspace file as you suggested but the result was the same (same error). My Windows language is set to English (UK) (so is my location setting) and number format is . decimal point and , as the separator. I tried changing location to United States. No joy. I can see how this might cause havoc with the database.. but it seems as if it's nothing to do with the database per se.
#4
Hi Tim,

The error occurs every time I try to connect regardless of position. I've tried several locations in Europe, the US and Australia. Given that the log is reporting the same error code that I get whenever Plan-G finishes building the database I am wondering if this is the root of the problem. Could it be that one of one or more sceneries is causing the problem with the database build which in turn is leading to this problem?

Thanks again for taking the trouble to look into this.
#5
Hi again,

I did as you suggested and re-built the database too after that just in case. The time-out problem seems to have been resolved, however Plan-G crashes after connecting. The log after connection now says this:

17:57:16 RibbonButton_Click_ConnectFS
17:57:16 SimConnect.Connect
17:57:16 SimConnect.Connect - Remote. Mode = Pipe Server = localhost Port =
17:57:16 Connected to FSX
17:57:16 Error calling setMapPosition: Unknown name. (Exception from HRESULT: 0x80020006 (DISP_E_UNKNOWNNAME))
17:57:16 Error calling plotUserAircraft: Unknown name. (Exception from HRESULT: 0x80020006 (DISP_E_UNKNOWNNAME))

#6
Do you have FSUIPC installed? - Yes
Did you previously have 0.8 or earlier version of Plan-G? - Yes, v. 0.8. I deleted the folder of this version. I did not overwrite the contents with v. 0.9

The Port number is a blank already, not 0. Is it not saving the setting correctly perhaps?
#7
Hi Tim,

Yes I can confirm I am using the latest build.

Here's a partial transcript of the log:

04:00:51 PlanG constructor
04:00:51 executableFolder: S:\Plan-G
04:00:51 Starting Plan-G, build 0.9.1.423
04:00:51 FSX is installed
04:00:51 Selected data set is FSX
04:00:51 Starting map
04:00:52 Initialisation complete.
04:00:57 Initializing Jump List
04:00:57 Clearing progress bar
04:00:57 Checking PLN file registration
04:00:57 Checking command line
04:00:57 Command line. Length = 1 args = S:\Plan-G\Plan-G.exe,
04:01:55 Building database for FSX
04:01:55 FS directory is: S:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\
04:01:55 Scanning Scenery.cfg (S:\Program Files (x86)\Microsoft Games\Microsoft Flight Simulator X\Scenery.cfg)

this is followed by the long series of decoded files and at the end of the first build.

04:01:59 Writing 17057 airspace boundaries
04:01:59 04:01:59 Writing 17057 airspace boundaries to AirspaceX.dat file.
04:02:01 Writing 7675 VORs
04:02:01  Writing 7675 VORs to VORsX table.
04:02:11 Writing 8347 NDBs
04:02:11  Writing 8347 NDBs to NDBsX table.
04:02:20 Writing 102905 waypoints
04:02:20  Writing 102905 waypoints to IsecX table.
04:04:17 Writing 24493 airports
04:04:17 04:04:17 Writing 24493 Airports to AirportsX table.
04:07:47  Finished writing Airports.
04:07:47 Database load complete.

Despite the long seeming ok, it pops up a window reporting the error which I just ok. This time round the application did not CTD, but I quit it and restarted it just the same and the log said:

04:13:11 UpdatePlanWeather testing IsConnected
04:13:19 PlanG constructor
04:13:19 executableFolder: S:\Plan-G
04:13:19 Starting Plan-G, build 0.9.1.423
04:13:20 FSX is installed
04:13:20 FSX database is built
04:13:20 Selected data set is FSX
04:13:23 Starting map
04:13:23 Initialisation complete.
04:13:23 Initializing Jump List
04:13:23 Clearing progress bar
04:13:23 Checking PLN file registration
04:13:23 Checking command line
04:13:23 Command line. Length = 1 args = S:\Plan-G\Plan-G.exe,

I set up the connection as per the manual and try to connect...

04:16:18 RibbonButton_Click_ConnectFS
04:16:18 SimConnect.Connect
04:16:18 SimConnect.Connect - Remote. Mode = Pipe Server = localhost Port = 0
04:16:21 SimConnect Connect failed: BeatlesBlog.SimConnect.SimConnect+SimConnectException: Pipe Connection Failed ---> System.TimeoutException: The operation has timed out.
   at System.IO.Pipes.NamedPipeClientStream.Connect(Int32 timeout)
   at BeatlesBlog.SimConnect.SimConnect.Networking.Connect()
   --- End of inner exception stack trace ---
   at BeatlesBlog.SimConnect.SimConnect.Networking.Connect()
   at BeatlesBlog.SimConnect.SimConnect.OpenCommon(String strAppName)
   at BeatlesBlog.SimConnect.SimConnect.Open(String strAppName, String strHostName, String strPipeName)
   at FS._SimConnect.Connect()
04:16:25 RibbonButton_Click_ConnectFS
04:16:25 SimConnect.Connect
04:16:25 SimConnect.Connect - Remote. Mode = Pipe Server = localhost Port = 0
04:16:27 SimConnect Connect failed: BeatlesBlog.SimConnect.SimConnect+SimConnectException: Pipe Connection Failed ---> System.TimeoutException: The operation has timed out.
   at System.IO.Pipes.NamedPipeClientStream.Connect(Int32 timeout)
   at BeatlesBlog.SimConnect.SimConnect.Networking.Connect()
   --- End of inner exception stack trace ---
   at BeatlesBlog.SimConnect.SimConnect.Networking.Connect()
   at BeatlesBlog.SimConnect.SimConnect.OpenCommon(String strAppName)
   at BeatlesBlog.SimConnect.SimConnect.Open(String strAppName, String strHostName, String strPipeName)
   at FS._SimConnect.Connect()
04:16:47 RibbonButton_Click_ConnectFS
04:16:47 SimConnect.Connect
04:16:47 SimConnect.Connect - Remote. Mode = Pipe Server = localhost Port = 0
04:16:49 SimConnect Connect failed: BeatlesBlog.SimConnect.SimConnect+SimConnectException: Pipe Connection Failed ---> System.TimeoutException: The operation has timed out.
   at System.IO.Pipes.NamedPipeClientStream.Connect(Int32 timeout)
   at BeatlesBlog.SimConnect.SimConnect.Networking.Connect()
   --- End of inner exception stack trace ---
   at BeatlesBlog.SimConnect.SimConnect.Networking.Connect()
   at BeatlesBlog.SimConnect.SimConnect.OpenCommon(String strAppName)
   at BeatlesBlog.SimConnect.SimConnect.Open(String strAppName, String strHostName, String strPipeName)
   at FS._SimConnect.Connect()
04:16:49 FSUIPC.Connect
04:16:49 Error calling setMapPosition: Unknown name. (Exception from HRESULT: 0x80020006 (DISP_E_UNKNOWNNAME))
04:16:49 Error calling plotUserAircraft: Unknown name. (Exception from HRESULT: 0x80020006 (DISP_E_UNKNOWNNAME))

At this point the applications crashes.

What do you reckon?

Regards.
#8
Hi, I am getting this error: "Error calling setMapPosition: Unknown name. (Exception from HRESULT: 0x80020006 (DISP_E_UNKNOWNNAME))" at the completion of the database build. Plan-G subsequently crashes and although I'm able to restart the application it CTDs as soon as I try to connect to the sim. The log points to this error as the reason for the crash. Any ideas?