Changes between Version 3 and Version 5 of Ticket #804
- Timestamp:
- 09/20/23 23:36:17 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #804 – Description
v3 v5 1 I tried raising this issue with QGISbut I was pointed in your direction.1 I tried raising this [https://github.com/qgis/QGIS/issues/54678 issue with QGIS] but I was pointed in your direction. 2 2 3 3 **What is the bug or the crash?** … … 91 91 So, up until the release of QGIS LTR version 3.28.9 (or 3.28.8), this script had worked fine, but since then we have been seeing this issue 92 92 93 This issue occurs on both fresh installs and upgrade installs (this is similar to the earlier reported QGIS issue #49148 (https://github.com/qgis/QGIS/issues/49148).93 This issue occurs on both fresh installs and upgrade installs (this is similar to the earlier reported [https://github.com/qgis/QGIS/issues/49148 QGIS issue #49148]). 94 94 We use the OSGeo4W installer to install (and/or upgrade) QGIS LTR 95 95 96 96 From my basic understanding it appears that during the install, the path environment does not get updated (as it had previously), so when running the QGIS application the qgis_app.dll can not be found, hence the error message. 97 97 I also note that on a new and upgraded install that the qgis-ltr-bin.env file does not exist so it is not possible to Check this file for correct environment paths. 98 I have re-visited the command line syntax for the OSGeo4W installer (https://trac.osgeo.org/osgeo4w/wiki/CommandLine), to double check there is no changes to the syntax (or mistakes in my command), but all seems as it always has.98 I have re-visited the [https://trac.osgeo.org/osgeo4w/wiki/CommandLine command line syntax for the OSGeo4W installer], to double check there is no changes to the syntax (or mistakes in my command), but all seems as it always has. 99 99 FYI: All our devices run Windows 10 Enterprise (x64) version 22H2 with latest September (or August) 2023 Windows updates installed i.e. Build 10.0.19045.3348 100 100