Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-131247

Qt Quick Text causes crash with static Qt

XMLWordPrintable

      It seems that there are two independent issues:

      1) Qt Scene Graph (qsgbatchrenderer) causes access violation if a shader is not found.

      2) Qt Quick Text uses curve renderer (at least, shaders associated with curve rendering) in certain situations (in our case, underlined text on Windows), even if it is not explicitly enabled with `renderType`. However, `scenegraph_curve_shaders` is never initialized by Qt unlike `scenegraph_shaders` (see `initResources()` of `qsgdefaultcontext.cpp`).

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            esabraha Eskil Abrahamsen Blomfeldt
            fuzun Fatih Uzunoglu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes