-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QGIS crash when syncing with cable and layer feature count enabled #588
Comments
Hey, @meyerlor. Thanks for reporting! Would be great if you share with us a sample project, so we can try to reproduce on our machines. Do you have the problem with all projects, or only this particular one? And if possible, can you try with a different version of QGIS? It sounds like a QGIS regression. |
@meyerlor one other idea to see more details of the crash. Can you please install a QGIS version with debugging enabled? You can find such version in osgeo4w behind a package named |
@suricatus thanks for your time! i removed step by step all layers of the project- the layer I installed the |
Hi @meyerlor |
Ah, indeed it does! Thanks for the pointer! Report DetailsPython Stack Trace
Stack Trace
QGIS Info System Info |
Thanks. As a workaround: can you try disable "show feature count" ("Objektanzahl anzeigen" below) on that layer? |
That does the trick! Feature count is not really neccessary here so that's a good workaround for now! Thanks alot! |
@meyerlor thanks for testing and debugging with us! Unfortunately this is an upstream bug within QGIS, which proved to be very tricky to solve there. We can try to outsmart it within QFieldSync by temporarily disabling feature count within QFieldSync during packaging. I don't want to promise a specific timeframe when this will land in QFieldSync. |
Last week the first project which always worked flawlessly suddenly stopped working - whenever i export the project to Qfield (via cable), QGIS crashes. Nothing major changed in the project file. This is the error stack of QGIS:
Maybe noteworthy: It is a QfieldCloud project - for testing new functions i wanted to export it via cable before rolling it out via cloud.
Report Details
Python Stack Trace
Stack Trace
QGIS Info
QGIS Version: 3.36.3-Maidenhead
QGIS code revision: 2df96554
Compiled against Qt: 5.15.13
Running against Qt: 5.15.13
Compiled against GDAL: 3.9.0
Running against GDAL: 3.9.0
System Info
CPU Type: x86_64
Kernel Type: winnt
Kernel Version: 10.0.19045
I tried to export the project into different directorys (where i definitely have write access) with no success. I'll gladly give you the non-working project fiel/data if you are interested (or provide more logs if you point me to where to collect them)
The text was updated successfully, but these errors were encountered: