qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.53k stars 2.99k forks source link

Error on QGIS start: Qt: Attribute Qt::AA_EnableHighDpiScaling must be set before QCoreApplication is created. #40751

Closed CoryAlbrecht closed 3 years ago

CoryAlbrecht commented 3 years ago

Describe the bug

The error message Qt: Attribute Qt::AA_EnableHighDpiScaling must be set before QCoreApplication is created. shows up wen starting QGIS.

image

Full console output

cory@redbarchetta[15:03:59]~$ qgis
../../src/app/main.cpp:510 : (main) [0ms] Starting qgis main
Info: Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
../../src/core/qgsmessagelog.cpp:29 : (logMessage) [165ms] 2020-12-24T15:04:02 [1] Successfully loaded globalsettingsfile path: /usr/share/qgis/resources/qgis_global_settings.ini
../../src/core/qgsproviderregistry.cpp:267 : (init) [404ms] Loaded 26 providers (DB2;OAPIF;WFS;arcgisfeatureserver;arcgismapserver;delimitedtext;ept;gdal;geonode;gpx;grass;grassraster;mdal;memory;mesh_memory;mssql;ogr;ows;pdal;postgres;postgresraster;spatialite;vectortile;virtual;wcs;wms) 
../../src/providers/grass/qgsgrass.cpp:518 : (lock) [2ms] lock
../../src/providers/grass/qgsgrass.cpp:317 : (init) [0ms] do init
../../src/providers/grass/qgsgrass.cpp:2660 : (defaultGisbase) [0ms] gisbase from envar = 
../../src/providers/grass/qgsgrass.cpp:2686 : (defaultGisbase) [0ms] gisbase = /usr/lib/grass78
../../src/providers/grass/qgsgrass.cpp:483 : (isValidGrassBaseDir) [0ms] isValidGrassBaseDir()
../../src/providers/grass/qgsgrass.cpp:2660 : (defaultGisbase) [0ms] gisbase from envar = 
../../src/providers/grass/qgsgrass.cpp:2686 : (defaultGisbase) [0ms] gisbase = /usr/lib/grass78
../../src/providers/grass/qgsgrass.cpp:383 : (init) [0ms] Valid GRASS gisbase is: /usr/lib/grass78
../../src/providers/grass/qgsgrass.cpp:2660 : (defaultGisbase) [0ms] gisbase from envar = 
../../src/providers/grass/qgsgrass.cpp:2686 : (defaultGisbase) [0ms] gisbase = /usr/lib/grass78
../../src/providers/grass/qgsgrass.cpp:2660 : (defaultGisbase) [0ms] gisbase from envar = /usr/lib/grass78
../../src/providers/grass/qgsgrass.cpp:2660 : (defaultGisbase) [0ms] gisbase from envar = /usr/lib/grass78
../../src/providers/grass/qgsgrass.cpp:419 : (init) [0ms] sGrassModulesPaths = /usr/lib/grass78/bin,/usr/lib/grass78/scripts,/usr/share/qgis/grass/scripts,/usr/lib/qgis/grass/modules
../../src/providers/grass/qgsgrass.cpp:524 : (unlock) [3ms] unlock
../../src/core/qgsmessagelog.cpp:29 : (logMessage) [588ms] 2020-12-24T15:04:03 Python warning[1] warning:/usr/lib/python3/dist-packages/qgis/utils.py:792: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
  mod = _builtin_import(name, globals, locals, fromlist, level)

traceback:  File "<string>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/qgis/utils.py", line 354, in startPlugin
    if not _startPlugin(packageName):
  File "/usr/lib/python3/dist-packages/qgis/utils.py", line 334, in _startPlugin
    plugins[packageName] = package.classFactory(iface)
  File "/home/cory/.local/share/QGIS/QGIS3/profiles/default/python/plugins/CanadianWebServices/__init__.py", line 34, in classFactory
    from .canadian_web_services import CanadianWebServices
  File "/usr/lib/python3/dist-packages/qgis/utils.py", line 792, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/cory/.local/share/QGIS/QGIS3/profiles/default/python/plugins/CanadianWebServices/canadian_web_services.py", line 23, in <module>
    from future import standard_library
  File "/usr/lib/python3/dist-packages/qgis/utils.py", line 792, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "<frozen importlib._bootstrap>", line 1042, in _handle_fromlist
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/usr/lib/python3/dist-packages/future/standard_library/__init__.py", line 65, in <module>
    import imp
  File "/usr/lib/python3/dist-packages/qgis/utils.py", line 792, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/usr/lib/python3.8/imp.py", line 31, in <module>
    warnings.warn("the imp module is deprecated in favour of importlib; "

Warning: Attribute Qt::AA_EnableHighDpiScaling must be set before QCoreApplication is created.
Stacktrace (piped through c++filt):
/usr/bin/qgis.bin(+0xe842)[0x558dfe38d842]
/usr/bin/qgis.bin(+0xefaf)[0x558dfe38dfaf]
/lib/x86_64-linux-gnu/libQt5Core.so.5(+0xb61f8)[0x7f382a5bc1f8]
/lib/x86_64-linux-gnu/libQt5Core.so.5(+0xb6319)[0x7f382a5bc319]
/lib/x86_64-linux-gnu/libQt5Core.so.5(QMessageLogger::warning(char const*, ...) const+0xba)[0x7f382a58b302]
/lib/x86_64-linux-gnu/libQt5Core.so.5(QCoreApplication::setAttribute(Qt::ApplicationAttribute, bool)+0xed)[0x7f382a78c43d]
/usr/lib/python3/dist-packages/PyQt5/QtCore.cpython-38-x86_64-linux-gnu.so(+0x1b392e)[0x7f378855592e]
/lib/x86_64-linux-gnu/libpython3.8.so.1.0(+0x2a8408)[0x7f3788951408]
/lib/x86_64-linux-gnu/libpython3.8.so.1.0(_PyObject_MakeTpCall+0xab)[0x7f37889517db]
/lib/x86_64-linux-gnu/libpython3.8.so.1.0(+0x74df3)[0x7f378871ddf3]
/lib/x86_64-linux-gnu/libpython3.8.so.1.0(_PyEval_EvalFrameDefault+0x7d86)[0x7f3788725ef6]
/lib/x86_64-linux-gnu/libpython3.8.so.1.0(+0x8006b)[0x7f378872906b]
/lib/x86_64-linux-gnu/libpython3.8.so.1.0(_PyObject_FastCallDict+0xe7)[0x7f37889530c7]
/lib/x86_64-linux-gnu/libpython3.8.so.1.0(_PyObject_Call_Prepend+0xcd)[0x7f37889531dd]
/lib/x86_64-linux-gnu/libpython3.8.so.1.0(+0x243b87)[0x7f37888ecb87]
/lib/x86_64-linux-gnu/libpython3.8.so.1.0(+0x248fa9)[0x7f37888f1fa9]
/lib/x86_64-linux-gnu/libpython3.8.so.1.0(_PyObject_MakeTpCall+0xab)[0x7f37889517db]
/lib/x86_64-linux-gnu/libpython3.8.so.1.0(+0x74df3)[0x7f378871ddf3]
/lib/x86_64-linux-gnu/libpython3.8.so.1.0(_PyEval_EvalFrameDefault+0x12fd)[0x7f378871f46d]
/lib/x86_64-linux-gnu/libpython3.8.so.1.0(+0x8006b)[0x7f378872906b]
../../src/core/qgsmessagelog.cpp:29 : (logMessage) [73023ms] 2020-12-24T15:05:16 Messages[2] Qt : Attribute Qt::AA_EnableHighDpiScaling must be set before QCoreApplication is created.
../../src/core/qgsmessagelog.cpp:29 : (logMessage) [9ms] 2020-12-24T15:05:16 Plugins[0] Loaded Canadian Web Services (package: CanadianWebServices)
../../src/core/qgsmessagelog.cpp:29 : (logMessage) [36ms] 2020-12-24T15:05:16 Python warning[1] warning:/home/cory/.local/share/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/qgis_proj_helper.py:8: DeprecationWarning: QgsCoordinateReferenceSystem constructor is deprecated
  CRS_3857 = QgsCoordinateReferenceSystem(3857)

traceback:  File "<string>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/qgis/utils.py", line 354, in startPlugin
    if not _startPlugin(packageName):
  File "/usr/lib/python3/dist-packages/qgis/utils.py", line 334, in _startPlugin
    plugins[packageName] = package.classFactory(iface)
  File "/home/cory/.local/share/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/__init__.py", line 34, in classFactory
    from .quick_map_services import QuickMapServices
  File "/usr/lib/python3/dist-packages/qgis/utils.py", line 792, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/cory/.local/share/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/quick_map_services.py", line 40, in <module>
    from .qgis_map_helpers import add_layer_to_map
  File "/usr/lib/python3/dist-packages/qgis/utils.py", line 792, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/cory/.local/share/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/qgis_map_helpers.py", line 17, in <module>
    from .py_tiled_layer.tilelayer import TileLayer
  File "/usr/lib/python3/dist-packages/qgis/utils.py", line 792, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/cory/.local/share/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/py_tiled_layer/tilelayer.py", line 36, in <module>
    from ..qgis_proj_helper import ProjectionHelper
  File "/usr/lib/python3/dist-packages/qgis/utils.py", line 792, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/cory/.local/share/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/qgis_proj_helper.py", line 7, in <module>
    class ProjectionHelper:
  File "/home/cory/.local/share/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/qgis_proj_helper.py", line 8, in ProjectionHelper
    CRS_3857 = QgsCoordinateReferenceSystem(3857)

../../src/core/qgsmessagelog.cpp:29 : (logMessage) [18ms] 2020-12-24T15:05:16 Python warning[1] warning:/home/cory/.local/share/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/py_tiled_layer/tilelayer.py:64: DeprecationWarning: QgsCoordinateReferenceSystem constructor is deprecated
  CRS_3857 = QgsCoordinateReferenceSystem(3857)

traceback:  File "<string>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/qgis/utils.py", line 354, in startPlugin
    if not _startPlugin(packageName):
  File "/usr/lib/python3/dist-packages/qgis/utils.py", line 334, in _startPlugin
    plugins[packageName] = package.classFactory(iface)
  File "/home/cory/.local/share/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/__init__.py", line 34, in classFactory
    from .quick_map_services import QuickMapServices
  File "/usr/lib/python3/dist-packages/qgis/utils.py", line 792, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/cory/.local/share/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/quick_map_services.py", line 40, in <module>
    from .qgis_map_helpers import add_layer_to_map
  File "/usr/lib/python3/dist-packages/qgis/utils.py", line 792, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/cory/.local/share/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/qgis_map_helpers.py", line 17, in <module>
    from .py_tiled_layer.tilelayer import TileLayer
  File "/usr/lib/python3/dist-packages/qgis/utils.py", line 792, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/home/cory/.local/share/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/py_tiled_layer/tilelayer.py", line 62, in <module>
    class TileLayer(QgsPluginLayer):
  File "/home/cory/.local/share/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/py_tiled_layer/tilelayer.py", line 64, in TileLayer
    CRS_3857 = QgsCoordinateReferenceSystem(3857)

../../src/core/qgsmessagelog.cpp:29 : (logMessage) [77ms] 2020-12-24T15:05:16 Python warning[1] warning:/home/cory/.local/share/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/rb_result_renderer.py:35: DeprecationWarning: QgsCoordinateReferenceSystem constructor is deprecated
  self.srs_wgs84 = QgsCoordinateReferenceSystem(4326)

traceback:  File "<string>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/qgis/utils.py", line 359, in startPlugin
    plugins[packageName].initGui()
  File "/home/cory/.local/share/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/quick_map_services.py", line 121, in initGui
    self.init_server_panel()
  File "/home/cory/.local/share/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/quick_map_services.py", line 311, in init_server_panel
    self.server_toolbox = QmsServiceToolbox(self.iface)
  File "/home/cory/.local/share/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/qms_service_toolbox.py", line 135, in __init__
    self.extent_renderer = RubberBandResultRenderer()
  File "/home/cory/.local/share/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/rb_result_renderer.py", line 35, in __init__
    self.srs_wgs84 = QgsCoordinateReferenceSystem(4326)

../../src/core/qgsmessagelog.cpp:29 : (logMessage) [326ms] 2020-12-24T15:05:17 Python warning[1] warning:/usr/lib/python3/dist-packages/urllib3/connectionpool.py:999: InsecureRequestWarning: Unverified HTTPS request is being made to host 'qms.nextgis.com'. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  warnings.warn(

traceback:  File "<string>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/qgis/utils.py", line 359, in startPlugin
    plugins[packageName].initGui()
  File "/home/cory/.local/share/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/quick_map_services.py", line 121, in initGui
    self.init_server_panel()
  File "/home/cory/.local/share/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/quick_map_services.py", line 311, in init_server_panel
    self.server_toolbox = QmsServiceToolbox(self.iface)
  File "/home/cory/.local/share/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/qms_service_toolbox.py", line 155, in __init__
    self.show_news()
  File "/home/cory/.local/share/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/qms_service_toolbox.py", line 160, in show_news
    qms_news = client.get_news()
  File "/home/cory/.local/share/QGIS/QGIS3/profiles/default/python/plugins/quick_map_services/qms_external_api_python/api/api_abstract.py", line 64, in get_news
    response = get(url, verify=False)
  File "/usr/lib/python3/dist-packages/requests/api.py", line 75, in get
    return request('get', url, params=params, **kwargs)
  File "/usr/lib/python3/dist-packages/requests/api.py", line 60, in request
    return session.request(method=method, url=url, **kwargs)
  File "/usr/lib/python3/dist-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/usr/lib/python3/dist-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/usr/lib/python3/dist-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 665, in urlopen
    httplib_response = self._make_request(
  File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 376, in _make_request
    self._validate_conn(conn)
  File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 999, in _validate_conn
    warnings.warn(

../../src/core/qgsmessagelog.cpp:29 : (logMessage) [197ms] 2020-12-24T15:05:17 Plugins[0] Loaded QuickMapServices (package: quick_map_services)
../../src/core/qgsmessagelog.cpp:29 : (logMessage) [48ms] 2020-12-24T15:05:17 Plugins[0] Loaded MapTiler (package: qgis-maptiler-plugin)
../../src/core/qgsmessagelog.cpp:29 : (logMessage) [386ms] 2020-12-24T15:05:17 Plugins[0] Loaded QuickOSM (package: QuickOSM)
../../src/core/qgsmessagelog.cpp:29 : (logMessage) [33ms] 2020-12-24T15:05:17 Plugins[0] Loaded OSMDownloader (package: OSMDownloader)
../../src/core/qgsmessagelog.cpp:29 : (logMessage) [347ms] 2020-12-24T15:05:18 Processing[1] Duplicate parameter coordinates registered for alg v.net.visibility
../../src/core/qgsmessagelog.cpp:29 : (logMessage) [25ms] 2020-12-24T15:05:18 Processing[2] Problem with SAGA installation: SAGA was not found or is not correctly installed
../../src/core/qgsmessagelog.cpp:29 : (logMessage) [291ms] 2020-12-24T15:05:18 Plugins[0] Loaded Processing (package: processing)
../../src/core/qgsmessagelog.cpp:29 : (logMessage) [33ms] 2020-12-24T15:05:18 Plugins[0] Loaded DB Manager (package: db_manager)
../../src/core/qgsmessagelog.cpp:29 : (logMessage) [102ms] 2020-12-24T15:05:18 Plugins[0] Loaded MetaSearch Catalog Client (package: MetaSearch)
../../src/core/qgsmessagelog.cpp:29 : (logMessage) [181ms] 2020-12-24T15:05:18 [0] Application state:
QGIS_PREFIX_PATH env var:       
Prefix:     /usr
Plugin Path:        /usr/lib/qgis/plugins
Package Data Path:  /usr/share/qgis
Active Theme Name:  default
Active Theme Path:  /usr/share/qgis/resources/themes/default/icons/
Default Theme Path: :/images/themes/default/
SVG Search Paths:   /usr/share/qgis/svg/
        /home/cory/.local/share/QGIS/QGIS3/profiles/default/svg/
User DB Path:   /usr/share/qgis/resources/qgis.db
Auth DB Path:   /home/cory/.local/share/QGIS/QGIS3/profiles/default/qgis-auth.db

Warning: Logged warning: Duplicate shortcut registered: About

How to Reproduce

Run QGIS on a 4k dispkay.

QGIS and OS versions

QGIS version 3.17.0-Master QGIS code revision 5deda1f456
Compiled against Qt 5.12.8 Running against Qt 5.12.8
Compiled against GDAL/OGR 3.0.4 Running against GDAL/OGR 3.0.4
Compiled against GEOS 3.8.0-CAPI-1.13.1 Running against GEOS 3.8.0-CAPI-1.13.1
Compiled against SQLite 3.31.1 Running against SQLite 3.31.1
Compiled against PDAL 2.0.1 Running against PDAL 2.0.1 (git-version: Release)
PostgreSQL Client Version 12.5 (Ubuntu 12.5-0ubuntu0.20.04.1) SpatiaLite Version 4.3.0a
QWT Version 6.1.4 QScintilla2 Version 2.11.2
Compiled against PROJ 6.3.1 Running against PROJ Rel. 6.3.1, February 10th, 2020
OS Version Ubuntu 20.04.1 LTS This copy of QGIS writes debugging output.
Active python plugins CanadianWebServices; quick_map_services; qgis-maptiler-plugin; QuickOSM; OSMDownloader; processing; db_manager; MetaSearch
gioman commented 3 years ago

@CoryAlbrecht I think that on QGIS master those verbose log messages are expected.

github-actions[bot] commented 3 years ago

The QGIS project highly values your report and would love to see it addressed. However, this issue has been left in feedback mode for the last 14 days and is being automatically marked as "stale". If you would like to continue with this issue, please provide any missing information or answer any open questions. If you could resolve the issue yourself meanwhile, please leave a note for future readers with the same problem and close the issue. In case you should have any uncertainty, please leave a comment and we will be happy to help you proceed with this issue. If there is no further activity on this issue, it will be closed in a week.

bellanz80 commented 3 years ago

Hi. I hace the same error, but on Ubuntu 20.04 QGIS 3.16.3 QT QT

My monitor es 2K Ultra Wide (3440*1440 pixel) Apparently, with new profile it is not presented. But it might just be because I didn't run so many tests. The error appears randomly. And the error specifically mentions something about the monitor, Thanks a lot

In windows, I have no problem with the same monitor.

Error QGIS

bellanz80 commented 3 years ago

I have found the plug that generates the error: Relief Visualization Tool. I already opened an issue on the authors' Github. Thank you

CoryAlbrecht commented 3 years ago

@bellanz80 But that still begs the question, shouldn't QGIS be doing that when it detects high resolution monitors, before any plugins are initialised, so that if a plug in tries to do that it wouldn't cause a problem?

QGIS doesn't seem to understand any high DPI stuff yet at all, and does not scale UI elements like modern applications do.

github-actions[bot] commented 3 years ago

The QGIS project highly values your report and would love to see it addressed. However, this issue has been left in feedback mode for the last 14 days and is being automatically marked as "stale". If you would like to continue with this issue, please provide any missing information or answer any open questions. If you could resolve the issue yourself meanwhile, please leave a note for future readers with the same problem and close the issue. In case you should have any uncertainty, please leave a comment and we will be happy to help you proceed with this issue. If there is no further activity on this issue, it will be closed in a week.

gioman commented 3 years ago

it seems it was fixed in this plugin https://github.com/EarthObservation/rvt-qgis/issues/8 if the same error is caused by other plugins reports it to the author's.