Jump to content

aivlasoft

Administrators
  • Posts

    5,924
  • Joined

  • Last visited

Everything posted by aivlasoft

  1. Jack, I'm afraid that screenshots will not help me either. The exception has been thrown from the underlying .net framework (SocketException) and therefore it's beyond the scope of EFB. It might sound hard to you but sometimes the only way to fix such a problem is to do a clean re-install of Windows 7.
  2. Marc-Andre, I did some tests now and it seems that the problem only exists if you try to get the METAR data for an airport which is not listed at NOAA. Here for example I tried to load data for SPNP which is not available: 2012-06-10 18:09:15,473 [17] WARN AivlaSoft.Efb.DisplayUnit [(null)] - File SPNP.TXT not available for download. 2012-06-10 18:09:15,784 [17] WARN AivlaSoft.Efb.DisplayUnit [(null)] - MetarRequestService: (threaded) FTP connection aborted with error 2012-06-10 22:02:47,774 [16] WARN AivlaSoft.Efb.DisplayUnit [(null)] - File SPNP.TXT not available for download. 2012-06-10 22:02:48,316 [16] WARN AivlaSoft.Efb.DisplayUnit [(null)] - MetarRequestService: (threaded) FTP connection aborted with error 2012-06-11 08:59:03,421 [6] WARN AivlaSoft.Efb.DisplayUnit [(null)] - File SPNP.TXT not available for download. 2012-06-11 08:59:03,731 [6] WARN AivlaSoft.Efb.DisplayUnit [(null)] - MetarRequestService: (threaded) FTP connection aborted with error If I try to get METAR for LSZH it works (no entry in logfile).
  3. Pete, from the source code I can see that the frequencies are enabled as soon as the connection state is "green", which means the connection to FSX is up and FSX is running (not paused nor any menu item is open).
  4. Hi Don, thanks for your feedback. I'm glad to read that you have sorted out the problem.
  5. Andreas, thanks for the good news. I just realized that when I wrote my post I forgot to mention that you should try to remove the lines, but I see you already did it .
  6. Jean-Claude, did you already read this: viewtopic.php?f=3&t=217
  7. Jean-Claude, EFB needs the .net framework to be installed, at least version 3.5 SP1. Could you please verify this?
  8. Hi, according to the forum rules, please sign your posts with your real first name. Thanks. Does it happen at all airports or only at certain airports. Does it happen with all approach procedures at a certain airport?
  9. Hi Andreas, are you using stock scenery or third-party scenery? If you are using a third-party scenery you may check the content of the "runways.txt" file. With the default installation some entries for LFSB are already in there. By default the "runways.txt" file can be located in the following folder: C:\Users\[username]\Documents\AivlaSoft\EFB\UserData
  10. Florin, just a guess from my side: If you can read these flight plans into FSX then it might be that the data format is FS9-style. Did you already try to load it into EFB using the FS9/2004 import module?
  11. @all, please do not rename "AivlaSoft.Efb.DataProvider.exe" to "Fsx.exe", because it will not work in certain situations, especially when a restart of the application is needed. As I already described above, the DataProvider connects to SimConnect and not to Fsx. It only watches for a running process named Fsx so as not to continuously try to connect to SimConnect when Fsx is not (yet) running. To make sure that the scenery update is scanning the "Prepar3D bgl-files" you also must update the registry key for the Fsx installation path. But if you do so, bear in mind that a next EFB-installer might no longer run since it also reads this key from the registry. Please don't forget that Prepar3D is not yet supported by EFB. Please wait for version 2. I cannot guarantee that all this tinkering will work in every circumstances. You do it on your own risk.
  12. Gary, thanks for the files. The route that you sent to me loads perfectly into the 737NGX FMC and the 744X FMC (I do not have the J4100 and other aircraft from PMDG). Please verify whether you saved the route for the 737NGX in the path "..\flightplans\NGX". The NGX requires the flightplans to be found in that folder and not only "Flightplans". The 744X is using the folder "Flightplans". It seems that this is not the problem (Windows filesystem is not case sensitive). Can you please verify whether the following settings are set:DataProvider: "Folders" tab, then "Create FSX flight plans" and select the folder where the FSX flightplans must be saved. If you have an English version of FSX then it is most probable the following folder: C:\Users\[username]\Documents\Flight Simulator X Files DisplayUnit: "Folders and Links" tab, then "FSX flightplnas". Select the same folder as above described. DisplayUnit: "Miscellaneous" tab, then "Create Garmin GPS Flight plans" DisplayUnit: "Charts" tab, then "Traffic" tab -> "Show AI / Multiplayer traffic". What product for AI traffic do you use?
  13. Gary, could you please send me the following files for inspection: - C:\Users\[username]\Documents\AivlaSoft\EFB\Settings\DisplayUnit_UserSettings.bin - the EFB route (*.efbr) which you used to create the PMDG rte-file - the resulted and saved *.rte file itself Please sent them to 'support@aivlasoft.com'
  14. Allan, I'm glad to hear that you have sorted out the issue and that the registration worked. Thanks for your feedback.
  15. Hi, According to the forum rules, please sign your posts with your real first name. Thanks. FSX allows a maximum range of approximately 200 km (~ 108 NM). This is used internally in EFB. If you don't set any further filters in the DisplayUnit settings then this is the range that airplanes will be considered. If you fly online (IVAO or VATSIM) you should not forget to check the respective filters in the corresponding 'pilot-client-software' (Squawkbox, FSInn, IvAp).
  16. Joe, as far as I know the problem has been solved by installing the latest version of EFB (1.3.2 SP1) AND installing the latest service pack for the 737NGX (IIRC this must be SP1c).
  17. Salut Jean-Louis, I also had a look at this first and couldn't find an entry for LFOB. So I decided to "dig" a bit deeper . I must assume that the situation here is the same. Maybe it helps to explain how the "runways.txt" file is used by EFB. Whenever a FSX runway identifier is used in conjunction with a Navigraph runway identifier, EFB looks first whether there are some assignments for the related airport in the "runways.txt" file. If an assignment has been found it will always be considered to determine the identifier. EFB doesn't verify whether it is right or wrong. Done, but I just realized that it must be shortened because of the limited space for a thread title ...
  18. Jean-Louis, I just have had a look into the replaced file "APX48140.bgl" and I must say that the runway identifiers have changed. With the "RadioAids" file they are now in accordance with the Navigraph data. In other words, just remove the LFOB lines from your "runways.txt" file and the approach procedures will be available again. BTW, would you mind if I were changing the title of this thread to "EFB does not show approach procedures after installing 'RadioAids'"
  19. Hi, According to the forum rules, please sign your posts with your real first name. Thanks. EFB reads the taxiway information from the BGL files. If the information is not found in the BGL file then it cannot be depicted. I don't have this scenery file(s) so I cannot say whether this information is available there or not. Sometimes it's also a problem that scenery designers compile the files in FS9 format instead of FSX. Since EFB has been developed according to the BGL-file definitions of FSX it cannot read FS9 formatted files. I'm not a scenery designer, but I heard of possibilities to show some items in the scenery without having the data for the item in the BGL file. A question to other users of UK2000 EGLL: Is the issue described above something that also happens on your system?
  20. Jean-Louis, The first idea that came into my mind when I read your post was "runways.txt". I assume that RadioAids changes the runway identifiers in the BGL files. Maybe there are some lines in runways.txt which are no longer needed?
  21. Henk, this is not yet implemented. If I recall correct this is an item on the EFB 2 features list.
  22. from Robert via email: ----------------------------- Hi URS, I finally figured out why I couldn't see the traffic - it wasn't EFB at all - it was SQUAWKBOX! I reset it to all the defaults and enabled multiplayer mode. Golden! Turned off Ultimate Traffic to test it - works fine, can see the flight number of the VATSIM airplanes and ONLY the Vatsim airplanes. LOVE IT. -----------------------------
  23. Hi, if DTNH is not available in (stock-)FSX then the Electronic Flight Bag cannot find this airport as a destination for a route. DTNH is only available in Navigraph FMS data (therefore you can select it from the PMDG's FMC). EFB needs a lot more data for any airport than Navigraph FMS data offers, so the best solution is to find a freeware (or payware) FSX scenery of DTNH. BTW: According to the forum rules, please sign your posts with your real first name. Thx. We like to know to whom we're talking.
  24. Hi, it seems to be a bug in EFB which happens if the approach procedure consists of only two waypoints and the first of them is equal to the last of the selected transition. Workaround: - stop moving map - press 'OK' on message box (if needed do this as often as message boxes are open) - reselect the same procedure but without the transition Hope this helps. BTW: According to the forum rules, please sign your posts with your real first name. Thx.
×
×
  • Create New...