-
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Loading expressions throws RuntimeError #5
Comments
FYI: @andreasneumann hit that issue too and provided me a test project. I'm currently looking into this. |
The old patch to get the QGIS expressions "working" in a debug build was way too aggressive. Basically removing all expression functions, which made the whole expression evaluation useless/failing 🙈 This is now fixed with afbdda9 which adds the needed flag (forcing optimization in debug builds) only to The fix is also published to the temporary demo site. The test project form @andreasneumann seems to work fine. Please report back so we can close this issue. |
@boardend and @wonder-sk - looks good. I tested with my project and it loads fine. There are a few issues with this project still (text size too small, cut-off-labels), but for these we should open separate issues. |
Thanks for your feedback. See #8 and feel free to open a new issue for the cut-off-labels. |
When using a QGIS project containing vector tiles layer with a couple of styling rules, it failed to load with this RuntimeError:
QgsExpressionNodeFunction tries to lock a recursive mutex, maybe that's the reason (possibly related to #3 which also fails when locking mutex, but with a different error message)
The text was updated successfully, but these errors were encountered: