-
Notifications
You must be signed in to change notification settings - Fork 0
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
Errors on gimp 2.10.32 on debian #4
Comments
Bevel's work on anything but very dark text - and color overlays only work proper on white text, but I have no idea why it is doing that. This shouldn't happen. I am asking a Gimp dev to investigate. |
Try using GEGL Bevel or GEGL inner glow on their own and see what happens. |
It says it has no property called string. Based on everything I know string is referring to this. I don't know why this error is happening. |
I just confirmed "string" is not the issue. That is a trivial error on line 790 that should have zero effect on the filter. Something else is going on here. |
I can reproduce the warning about string, but not the main problem. Do you have a selection? Make sure, if so, it overlaps with the text layer. I didn't have any selection and it worked fine. Were there any errors when you compiled the plug-in? You could try also gimp 2.99.14. It might be a problem with the video driver you have (NVidia proprietary??). You could try running clinfo in a terminal (for me it says Number of platforms: 0, which is fine as i don't live in a railway station)... and for me,
It might be a problem with the OpEnCL support in your graphics card, in other words. i'm not sure. |
So I just selected the level where there is the text. Yes, I have the nvidia proprietary. Compile log for everything:
The issue appears strangely, if I pick one of those repo filters works. If I switch to another one stops (of this repo), switch to the latest one don't works too. Gimp output:
|
I'm still suspecting a problem in your graphics driver configuration - can you confirm you used the Debian-packaged non-free video driver and paste the output from clinfo and from glxinfo ? i haven't been able to reproduce this problem, unfortunately, to debug it further, but depending on the output from clinfo and glxinfo, i may be able to suggest some more things to try and find the problem. First, we have to make sure the underlying platform is stable. glinfo | grep -i version |
Sure, I am using nvidia proprietary on debian sid. the output:
If there is something I can do also compile gimp let me know :-) |
Thanks. Yes; this filter calls lots of other GEGL opertations (filters), and the problem is likely in one of those since the filter itself doesn't use OpenCL and doesn't do much memory manipulation. Deleting line 790,
which doesn't do anything useful, then recompiling, would make the message about string go away, but i doubt that's causing the problem. |
Well I tried now and seems that now works. Bevel works only if I transform the text as image but in that way gegl effects doesn't work on that but I think that is part of the filter.
|
All filters require transforming text into raster. None of them work in real time. Make sure to use blend modes on bevel. |
So I compiled on my own the libraries to see if this fixed the issues but no.
This on selecting Gegleffects
I get this trying to change parameters on bevel
I have gegl 04.40.
The text was updated successfully, but these errors were encountered: