Good point Oliver, it seems to be sufficient to copy the following from bin directory in http://download.gisinternals.com/sdk/downloads/release-1800-x64-gdal-1-11-1-mapserver-6-4-1.zip - curl directory and libcurl.dll [maybe even this can be left out] - libeay32.dll - ssleay32.dll
Apparently Qt for Windows comes without that SSL stuff. Regards, Helmut Am 14.10.2015 um 16:41 schrieb Oliver Eichler: > Hi, > > the map objects for TMS and WMTS do not use GDAL at all. They use > QtNetwork. So if it fails on SSL connections it's because of missing SSL > support in Qt. Or probably some module handling the encryption is missing. > > Oliver > > Am Dienstag, 13. Oktober 2015, 21:59:30 schrieb Helmut Schmidt: > > > Hi Oliver, > > > > > > great! > > > > > > a Windows Installer for this test version is currently uploading to > > > https://bitbucket.org/huirad/test/downloads > > > > > > On my system, I found the log file in > > > C:\Users\Helmut\AppData\Local\Temp. > > > > > > See attach for a test with the AtlasDE > > > > (https://sg.geodatenzentrum.de/wmts_webatlasde__1274d574-5870-56a3-df5e-a7a7 > > > 2cfa13d6/1.0.0/WMTSCapabilities.xml) > > > > > > Debug messages like this > > > > > > 2015-10-13 21:39:55.523 [warning] QSslSocket: cannot resolve > > > TLSv1_1_client_method > > > 2015-10-13 21:39:55.528 [warning] QSslSocket: cannot resolve > > > TLSv1_2_client_method > > > 2015-10-13 21:39:55.532 [warning] QSslSocket: cannot resolve > > > TLSv1_1_server_method > > > 2015-10-13 21:39:55.536 [warning] QSslSocket: cannot resolve > > > TLSv1_2_server_method > > > 2015-10-13 21:39:55.541 [warning] QSslSocket: cannot resolve > > > SSL_select_next_proto > > > 2015-10-13 21:39:55.544 [warning] QSslSocket: cannot resolve > > > SSL_CTX_set_next_proto_select_cb > > > 2015-10-13 21:39:55.548 [warning] QSslSocket: cannot resolve > > > SSL_get0_next_proto_negotiated > > > 2015-10-13 21:39:56.334 [debug] start thread > > > 2015-10-13 21:39:56.339 [debug] bufferScale QPointF(9.55463,-9.55463) > > > 2015-10-13 21:39:56.396 [debug] "Im Ablauf des SSL-Protokolls ist ein > > > Fehler aufgetreten." > > > 2015-10-13 21:39:56.401 [debug] "Im Ablauf des SSL-Protokolls ist ein > > > Fehler aufgetreten." > > > 2015-10-13 21:39:56.406 [debug] "Im Ablauf des SSL-Protokolls ist ein > > > Fehler aufgetreten." > > > > > > may give an indication where the problem is. > > > > > > Might the root cause be that the GDAL which I use is not built against > > > all the SSL etc encyption stuff? > > > If so, then that's bad news because I tried once end then got stuck in > > > dependency hell. I will try not anymore. > > > If I remember correctly, some guys in the naviboard replaced the gdal > > > dll's delivered with QMS with the ones from > > > http://www.gisinternals.com/? That might be the way to go for those who > > > need web maps over secure connections. > > > [No, I do not plan to use the gisinternals precompiled libraries for the > > > windows installers.] > > > > > > Bye, > > > > > > Helmut > > > > > > Am 13.10.2015 um 08:52 schrieb Oliver Eichler: > > > > Hi > > > > > > > > I just committed a patch that writes debug messages to a logfile. > > > > > > > > If you start qmapshack with the commandline option "-f" a logfile " > > > > org.qlandkarte.QMapShack.log" > > > > will be created in the system's temporary folder. > > > > > > > > If there are error messages when loading tiles they will be printed to > > > > that file. > > > > > > > > HTH > > > > > > > > Oliver > > > > > > > > Am 12.10.2015 um 21:44 schrieb z...@cms123.fr: > > > >> Hello, > > > >> > > > >> Just tested > QMapShack_Install_Windows64bit__1.3.1.post.1335.Qt55.exe and > > > >> I get more or less the same result as Pierre : > > > >> > > > >> - OsmTopo only shows routes (french "GRs") at some zoom levels, > and both > > > >> openTopoMap raster map + routes at other ones ; but this should be > > > >> normal as defined in the .tms file > > > >> - using OpenStreetMap.tms does not lead to QMS crash anymore, but no > > > >> tile appear even if the tile download counter value is increased > > > >> - IGN WMTS : not tested as I am not behind my registered IP address > > > >> > > > >> Windows 7 64 bits > > > >> > > > >> Bye > > > >> > > > >> Le 10.10.2015 18:35, Pierre Baldensperger a écrit : > > > >>> Hi Helmut and Oliver, > > > >>> > > > >>> I just downloaded, installed and tried both new versions. > > > >>> The crash is gone in both, so probably Oliver's latest check-in fixed > > > >>> it > > > >>> (or the Qt upgrade from 5.4.0). > > > >>> > > > >>> However, the maps previously affected with the crash stay yellow. > > > >>> OpenCycleMap TMS, WorldAtlas WMTS and WorldTopo WMTS seem to work > > > >>> perfectly at all zoom levels. IGN WMTS and OpenStreetMap TMS stay > > > >>> yellow > > > >>> at all zoom levels. OSM Topo has a really funny behaviour: at the > > > >>> higher > > > >>> zoom levels, it is yellow but with occasional dark red lines > showing up > > > >>> as well as some icons (maybe a separate road layer that works). At > > > >>> lower > > > >>> zoom levels, everythings seems to work. > > > >>> > > > >>> Problem with some bitmap image formats not properly handled maybe ??? > > > >>> > > > >>> Hope this will help find the root cause. > > > >>> Strange that these problems seem specific to some machines under > > > >>> Windows > > > >>> 8 or later... > > > >>> > > > >>> -Pierre. > > > >>> > > > >>> On 10/10/2015 16:48, Oliver Eichler wrote: > > > >>>> Hi > > > >>>> > > > >>>> let's get TMS support working stable first. And WMTS issues next. > > > >>>> > > > >>>> "depreciated" says that the module might be gone with Qt6. But > it will > > > >>>> be supported in all Qt5 versions. Up to now there is no other module > > > >>>> replacing the functionality of QtScript. So it's a bit strange to > > > >>>> depreciate it without a real plan B. Anyway let's wait for Qt6. It > > > >>>> wouldn't be the first time for a depreciated feature having a great > > > >>>> come > > > >>>> back (e.g. QPointer) > > > >>>> > > > >>>> Oliver > > > >>>> > > > >>>> Am Samstag, 10. Oktober 2015, 15:38:22 schrieb Helmut Schmidt: > > > >>>>> Hello Pierre and Oliver, > > > >>>>> I just uploaded the test versions based on latest QMS from > repo, both > > > >>>>> built with Qt 5.4.2 and Qt 5.5 to > > > >>>>> https://bitbucket.org/huirad/test/downloads [1] > > > >>>>> I do not have the impression that much has changed > > > >>>>> (still the WebAtlas_DE maps do not load for me). > > > >>>>> So it will be interesting whether you still observe the crash. > > > >>>>> @Oliver: I noticed that Qt5Script has been marked as deprecated > with > > > >>>>> Qt5.5. It is still there but I had to download it seperately. > > > >>>>> See > http://wiki.qt.io/New-Features-in-Qt-5.5#Deprecated_Functionality > > > >>>>> [2]. > > > >>>>> (Also I had to download Qt5Location seperately to get > Qt5Positioning > > > >>>>> although Qt5Positioning is not deprecated. So I am wondering what > > > >>>>> that > > > >>>>> means.) > > > >>>>> Best Regards, > > > >>>>> Helmut > > > >>>>> > > > >>>>> Am 10.10.2015 um 14:15 schrieb Helmut Schmidt: > > > >>>>>> Hello Pierre and Oliver, > > > >>>>>> thanks for the feedback. > > > >>>>>> I also have a map where the > > > >>>>>> "background stays yellow (despite it saying it is loading > tiles with > > > >>>>>> a > > > >>>>>> counter in the upper left corner of the map window)" > > > >>>>>> (the WebAtlas_DE provided by Oliver). In my case there is never a > > > >>>>>> tile > > > >>>>>> loaded and there is also no tile in the cache directory. And even > > > >>>> > > > >>>> when I > > > >>>> > > > >>>>>> run it in the debugger there are no error logs. > > > >>>>>> @Pierre: Debug messages are currently active in windows when you > > > >>>> > > > >>>> run QMS > > > >>>> > > > >>>>>> from within the VS2013 debugger. I will talk with Oliver what the > > > >>>>>> best > > > >>>>>> solution could be. Maybe I can convince him to add an entry in the > > > >>>>>> settings menu where you can select a file to write the debug > > > >>>> > > > >>>> messages to > > > >>>> > > > >>>>>> (I think command line switches are maybe too tricky for many > Windows > > > >>>>>> users). > > > >>>>>> I am still on Qt5.4 with QMS although Qt5.5 is out since a > while and > > > >>>>>> I > > > >>>>>> already have downloaded it since a while. > > > >>>>>> So I will > > > >>>>>> - update my Qt installation (for Qt5.4 I have 5.4.0-1 while the > > > >>>>>> updater > > > >>>>>> offers me a 5.4.2 as I just notice) > > > >>>>>> - get Olivers latest patch > > > >>>>>> - provide you test binaries with both latest Qt5.4 and 5.5 > > > >>>>>> Please be patient a while - I will keep you updated. > > > >>>>>> Helmut > > > >>>>>> > > > >>>>>> Am 10.10.2015 um 13:54 schrieb Oliver Eichler: > > > >>>>>>> Hi > > > >>>>>>> I checked in another patch. Please test. > > > >>>>>>> Oliver > > > >>> > > > >>> > ------------------------------------------------------------------------ > > > >>> ------ _______________________________________________ > > > >>> Qlandkartegt-users mailing list > > > >>> Qlandkartegt-users@lists.sourceforge.net > > > >>> https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users [3] > > > >> > > > >> Links: > > > >> ------ > > > >> [1] https://bitbucket.org/huirad/test/downloads > > > >> [2] http://wiki.qt.io/New-Features-in-Qt-5.5#Deprecated_Functionality > > > >> [3] https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users > > > >> > > > >> > ------------------------------------------------------------------------- > > > >> ----- _______________________________________________ > > > >> Qlandkartegt-users mailing list > > > >> Qlandkartegt-users@lists.sourceforge.net > > > >> https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users > > > > > > > > > -------------------------------------------------------------------------- > > > > ---- _______________________________________________ > > > > Qlandkartegt-users mailing list > > > > Qlandkartegt-users@lists.sourceforge.net > > > > https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users > > > > ------------------------------------------------------------------------------ > > > > _______________________________________________ > Qlandkartegt-users mailing list > Qlandkartegt-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users > ------------------------------------------------------------------------------ _______________________________________________ Qlandkartegt-users mailing list Qlandkartegt-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users