Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved
    1. Home
    2. Tags
    3. crash app
    Log in to post
    • All categories
    • superg

      Solved My app crashes when trying to quit
      General and Desktop • macos crash app quit appcrash qtcrea c++ qt • • superg

      5
      0
      Votes
      5
      Posts
      117
      Views

      superg

      @SGaist That seems to be the solution, haha! Thanks.

    • BDC_Patrick

      Solved QTDesigner Widget crashs, when trying to do anything with its Widgets.
      General and Desktop • cpp qwidget crash app qvboxlayout constructor • • BDC_Patrick

      3
      0
      Votes
      3
      Posts
      155
      Views

      BDC_Patrick

      @JonB
      Thanks.. found out, that i needed to create a new Pointer in the Declaration of the .h File..

      Means..

      TGS_Widget_AssetList * _assetList;

      Wasn´t enough...
      I needed to do:

      TGS_Widget_AssetList *_assetList = new TGS_Widget_AssetList(this); or auto *_assetList = new TGS_Widget_AssetList(this);

      Now it works.. i will update my initial post here

    • M

      Unsolved When using opencv, the Qt project crashes
      General and Desktop • opencv crash app • • md3848

      6
      0
      Votes
      6
      Posts
      526
      Views

      SGaist

      I am wondering whether there's some bad interaction between the 2017 build of Qt and your 2019 build of OpenCV. There should not as VS 2019 is backward compatible with 2017.

    • Fal92

      Solved Qml VideoItem Crashes on Stream Start using Gstreamer
      QML and Qt Quick • gstreamer gstreamer video nvidia video streaming crash app • • Fal92

      9
      0
      Votes
      9
      Posts
      464
      Views

      SGaist

      Latest version of the driver ?
      Did you test using the nouveau driver ?

    • M

      Unsolved qtcreator crashes
      Installation and Deployment • qtcreator crash app • • MrPink

      2
      0
      Votes
      2
      Posts
      191
      Views

      mrjj

      Hi
      As far as i understand from google its a
      LLVM bug but should be fixed a long time ago.

      Would it be possible to update to a newer version?

      Also, between it worked. and then stopped. can it be that you reboot the WM ?
      (versus pausing it)

    • G

      Unsolved Can't find the invalid pointer
      General and Desktop • invalid pointer qt5.15.0 crash app • • Gallo Magico

      14
      0
      Votes
      14
      Posts
      1185
      Views

      G

      @VRonin I know about the methods that begin with __, I already changed

    • F

      Solved Problem adapting a C code to Qt
      C++ Gurus • c code crash app ricker wavelet scientific comp • • Flavio Mesquita

      8
      0
      Votes
      8
      Posts
      1301
      Views

      jsulm

      @Flavio-Mesquita Then please mark this thread as solved.