-
-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LittleNavMap may get random hangs (non-responding) #737
Comments
Thanks for the issue. I've got a few reports for this but could not reproduce it yet. It might be related to some user settings because not everybody sees it. Therefore, I need your help. Can you do the following for me?
To https://albar965.github.io/contact.html . Maybe I can see something in the log. If you can find time you can also attach the settings from Plenty thanks in advance. Alex |
Sent tests to e-mail yesterday. |
Yes. Got them. And thank you for the files but I'd like to finish some other issues first. |
Sorry for the delay and thank you very much for the detailed reports. This really helps a lot. I think the winds aloft download might be an issue. Every time LNM tries to contact the NOMAD site there is a delay of half a minute in your log. One address from your log is https://nomads.ncep.noaa.gov/cgi-bin/filter_gfs_1p00.pl?file=gfs.t00z.pgrb2.1p00.anl&lev_80_m_above_ground=on&lev_150_mb=on&lev_200_mb=on&lev_250_mb=on&lev_300_mb=on&lev_450_mb=on&lev_700_mb=on&var_UGRD=on&var_VGRD=on&dir=%2Fgfs.20210717%2F00%2Fatmos Try the link above if there are delays on your computer. LNM downloads the wind files within seconds on my computer. I'll have a closer look at this with your configuration files tomorrow. |
Hi! |
Turn it off in menu There is no need to implement this in a background thread since this happens only every 30 minutes and is usually a matter of a second. It seems that something in your network is broken. Either an anti-virus or a firewall limits the access. Maybe DNS issues which delay resolving. You can also go to LNM options on page Alex |
I'll try to disable Wind Alofts downloading later, I hope - it gonna happen today. |
Here is the latest development build for Windows This contains more changes besides this issue. But I doubt this will help much. I suppose that the initial connection takes too long. 30 seconds is way too much. Check your network with the link I posted above. Edit: I can add multithreading for all downloads to get rid of stutters on startup but this is nothing which can be done in a few days. Alex |
With latest development build - works awesome! No more hangs! |
Perfect. Thanks for the feedback So I can postpone the multithread thing for a later version. |
I didn't disable it, just run without configuring. All settings was cleared before launch dev version. |
Thank you for the feedback and your help again! I posted here: https://www.avsim.com/forums/topic/602846-littlenavmap-not-responding/ Similar issue. |
Yes, I know it is turned on by default. |
Can you disable Weather Source like it was done with Wind?
[2021-07-24 17:04:04.657 DEBUG]: int atools::fs::weather::MetarIndex::readNoaaXplane(QTextStream&, const QString&, bool) "https://tgftp.nws.noaa.gov/data/observations/metar/cycles/15Z.TXT" 5213
[2021-07-24 17:04:04.672 WARN ]: void atools::util::FileSystemWatcher::pathOrFileChanged() File "D:\\Games\\X-Plane 11\\\\METAR.rwx" does not exist
[2021-07-24 17:04:04.672 WARN ]: cannot watch file "D:\\Games\\X-Plane 11\\\\METAR.rwx"
[2021-07-24 17:04:20.294 DEBUG]: int atools::fs::weather::MetarIndex::readNoaaXplane(QTextStream&, const QString&, bool) "https://tgftp.nws.noaa.gov/data/observations/metar/cycles/14Z.TXT" 5256
[2021-07-24 17:04:20.325 WARN ]: void atools::util::FileSystemWatcher::pathOrFileChanged() File "D:\\Games\\X-Plane 11\\\\METAR.rwx" does not exist
[2021-07-24 17:04:20.325 WARN ]: cannot watch file "D:\\Games\\X-Plane 11\\\\METAR.rwx"
[2021-07-24 17:04:55.859 DEBUG]: int atools::fs::weather::MetarIndex::readNoaaXplane(QTextStream&, const QString&, bool) "https://tgftp.nws.noaa.gov/data/observations/metar/cycles/13Z.TXT" 5325
[2021-07-24 17:04:55.984 WARN ]: void atools::util::FileSystemWatcher::pathOrFileChanged() File "D:\\Games\\X-Plane 11\\\\METAR.rwx" does not exist
[2021-07-24 17:04:55.984 WARN ]: cannot watch file "D:\\Games\\X-Plane 11\\\\METAR.rwx"
[2021-07-24 17:05:05.990 WARN ]: void atools::util::FileSystemWatcher::pathOrFileChanged() File "D:\\Games\\X-Plane 11\\\\METAR.rwx" does not exist
[2021-07-24 17:05:05.990 WARN ]: cannot watch file "D:\\Games\\X-Plane 11\\\\METAR.rwx"
[2021-07-24 17:05:15.989 WARN ]: void atools::util::FileSystemWatcher::pathOrFileChanged() File "D:\\Games\\X-Plane 11\\\\METAR.rwx" does not exist
[2021-07-24 17:05:15.989 WARN ]: cannot watch file "D:\\Games\\X-Plane 11\\\\METAR.rwx"
[2021-07-24 17:05:25.989 WARN ]: void atools::util::FileSystemWatcher::pathOrFileChanged() File "D:\\Games\\X-Plane 11\\\\METAR.rwx" does not exist
[2021-07-24 17:05:25.989 WARN ]: cannot watch file "D:\\Games\\X-Plane 11\\\\METAR.rwx"
[2021-07-24 17:05:36.025 WARN ]: void atools::util::FileSystemWatcher::pathOrFileChanged() File "D:\\Games\\X-Plane 11\\\\METAR.rwx" does not exist
[2021-07-24 17:05:36.026 WARN ]: cannot watch file "D:\\Games\\X-Plane 11\\\\METAR.rwx"
[2021-07-24 17:05:46.013 WARN ]: void atools::util::FileSystemWatcher::pathOrFileChanged() File "D:\\Games\\X-Plane 11\\\\METAR.rwx" does not exist
[2021-07-24 17:05:46.013 WARN ]: cannot watch file "D:\\Games\\X-Plane 11\\\\METAR.rwx"
|
LNM gets the You can avoid this by disabling simulator weather for info and tooltips in options and by disabling the airport wind symbols in the weather menu. Anyway, I think the missing option to disable this is inconsistent and confusing. I'll add this. Also have plans to move the options to weather menu. Allex |
Hi, i have encountered slowdowns with LittleNavMap. When you're scrolling on map or exploring navigational objects (waypoints, airports, beacons etc). Application just hangs as non responding for a while, usually approximately 10 seconds, you have to wait to work with it further.
I could try to record (but later) video, so you can see it.
It happen even without connecting to simulator, simulator even turned off.
There none high load In task manager - littlenavmap.exe process has consumptions: CPU 12% , HDD is not loaded at all. System monitor also confirm it, there none high HDD activity.
I using 2.6.11 - 2.6.14, all of them has such thing.
OS Windows 10 20H2
Simulator database - Flight Simulator 2020, stock Steam version.
Hardware - Intel i5 10400, 32GB RAM, RTX 2060 Super, SATA3 HDD 1TB WD Blue without any bad sectors, all games (including simulator itself) and software works fine.
The text was updated successfully, but these errors were encountered: