Closed ronantaylorware closed 3 months ago
Can you please provide a sample project, so we can try to reproduce and fix the issue?
The QFieldSync 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.
Describe the issue
Python Stack Trace Windows fatal exception: access violation
Current thread 0x00002eac (most recent call first): File "C:\Users/Ronan/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\qfieldsync\gui\package_dialog.py", line 177 in package_project offline_convertor.convert()
Reproduction steps
I managed to get it to only throw an error by adding each layer i want to export one by one to a new project, and packaging them one by one until something didn't work. By doing this it threw an error (but didn't crash) in the python log only after i added a particular geopackage with some polylines.
2024-06-27T12:41:55 WARNING Traceback (most recent call last): File "C:\Users\Ronan\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\qfieldsync\libqfieldsync.whl\libqfieldsync\offline_converter.py", line 568, in _on_offline_editing_next_layer layer_name=self.__offline_layer_names[layer_index - 1]