Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. qt5.14.2
    Log in to post
    • All categories
    • R

      Unsolved Error compiling with blank file!!
      Mobile and Embedded • android qt5.14.2 • • RenanHm

      3
      0
      Votes
      3
      Posts
      129
      Views

      R

      A complete compilation has already been performed several times.

      I can not include a new class in the project.. or even a blank file that this error occurs.

      Will the SDK, NDK and JDK settings be correct?

    • Jez1337

      Solved QWebEngineView crashes on Chromium error
      QtWebEngine • qt5.14.2 qtwebengine chromium • • Jez1337

      11
      0
      Votes
      11
      Posts
      1482
      Views

      Jez1337

      @KH-219Design glad to know I helped and thanks again for your input!

      After working perfectly during one full day of tests, the problem resurfaced again yesterday. Anything built in C++ using QWebEngineView works for all of my tests until it gets to one of the problem URLs, then abruptly crashes. No other URLs cause this problem and the page in question loads fine in any "real" browser I try it in.

      Since I'm not tied to any particular version of Qt, I've downgraded from Qt 5.14.2 to Qt 5.13.2.

      The Qt 5.13.2 QWebEngineView is not crashing. Also, it seems faster than Qt 5.14.2, and doesn't have another annoying behaviour which I believe to be graphics driver-related, which is that for certain pages of a well known UK based left wing newspaper the URL loads and then the whole web engine widget goes grey, and the program freezes.

      With no interest in faffing around further, I'm concluding that inside Qt 5.14.2, either the implementation of Chromium or the Qt WebEngine wrapper is buggy, at least for my particular combination of hardware and software.

      Original Problem
      Using MSVC 2017 + Qt 5.14.2, QWebEngineView crashes randomly on certain URLs which do not appear to be doing anything out of the ordinary.

      Solution
      Avoid Qt 5.14.2, or at least avoid the pre-built MSVC 2017 version which comes when you use the offline installer for Qt 5.14.2. In my case this meant downgrading to Qt 5.13.2.

    • WilliamJ

      Solved Correct code to prevent memory leak with QNAM HTTP Get request to nonexistent URL with Qt 5.14.2
      General and Desktop • qnam timeout qt5.14.2 http get qnetworkaccessm • • WilliamJ

      5
      0
      Votes
      5
      Posts
      224
      Views

      WilliamJ

      Thank you Christian!

      https://bugreports.qt.io/browse/QTBUG-88063 describes exactly what I've been seeing.

    • S

      Unsolved qcombobox drop-down list appears separately(QMDIArea and QMDISubwindow)
      General and Desktop • qcombobox qt5.14.2 qmdisubwindow qmdiarea • • sayan275

      16
      0
      Votes
      16
      Posts
      769
      Views

      S

      @Pl45m4 I'll try this...changing it's position

    • O

      Solved Building Qt5.14.2 from source. Missing QtQML module.
      Installation and Deployment • qtqml qt5.14.2 source code modules • • Oshio

      5
      0
      Votes
      5
      Posts
      248
      Views

      O

      Found it! Thanks!

    • N

      Unsolved Qt wabassembly cache
      Qt for WebAssembly • webassembly qt5.14.2 • • Niushaa

      3
      0
      Votes
      3
      Posts
      323
      Views

      N

      @lorn-potter you mean if I update part of my application I should download all application in my browser?

    • J

      Solved QtCreator SIGSEGV in QString copy ctor
      Tools • qtcreator qt5.14.2 • • Jarek B

      2
      0
      Votes
      2
      Posts
      235
      Views

      J

      Cleaning PATH variable and MSYS2 Environment solve that. I think that it might be caused by different version of some library that was used (because I had a lot of paths in the PATH), but for now it is over and I am happy with that.

    • S

      Unsolved Can't Successfully Login With QNetworkReply* (REST API)
      General and Desktop • qt5.14.2 qnetworkrequest restful api post login • • surferbrain

      12
      0
      Votes
      12
      Posts
      1027
      Views

      SGaist

      Not in the past few days, IIRC, OpenSSL 1.1 support started with 5.10 and the ore-built package switched to it during the 5.12 release cycle.

    • K

      Unsolved Dynamic libs on Android with Qt5.14.2
      Mobile and Embedded • dynamic linking android qt5.14.2 • • koahnig

      7
      0
      Votes
      7
      Posts
      1242
      Views

      sierdzio

      Trick with android/libs should work for older Qt versions, too, and it works the same on qmake and cmake. If all else fails, you could have different .pri per Qt version... It's a nuisance for sure but my hope is that for Qt 5.14+ it will stay as it is for long.