Summary: | Crash in Krita when trying to manipulate selection | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Robert Downing <robert.downing> |
Component: | General | Assignee: | Dmitry Kazakov <dimula73> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | dimula73, halla |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Robert Downing
2012-01-27 06:03:51 UTC
Hi Robert, Thanks for your report -- but I'm not I completely get it. There's no "darken" filter and the crash seems to happen in the layer properties dialog. I get the impression that you opened the layer properties dialog and selected a composite mode from the "darken" section. Is that correct? If I do that with an RGBA/8 image, there is no crash. Which color model/channel depth was your image? Sorry, you are correct. Image info: w 4375 h 2394; reso 72 ppi; model RGB; depth 8bits; profile Apple RGB A recovery version had been saved, which I can attach if it would help (would need instruction on how to find it), but I was attempting to darken a selected portion of a person's forehead (to remove the shine). Are you able to reproduce the bug? If so, could you describe the steps needed? I had almost the same bug in my branch, but in KisLayerBox. It happened when the selection mask which was a child of the root node was activated. The composite op of the root node is null (intentively), so the crash happened. This crash can be reproduced in the following way: 1) Activate ShowRootLayer option 2) Open properties of the root layer. I'll fix it in KisDlgLayerProperties Git commit 6c8a221448375cc8aee9807cb422a3f988b72ac0 by Dmitry Kazakov. Committed on 03/02/2012 at 12:26. Pushed by dkazakov into branch 'shapes-as-node-model-kazakov'. Fixed a crash in KisDlgLayerProperties The root layer will not have a compositeOp, because it is meaningless for it. Actually, it doesn't have layer flags and opacity as well, but this is a different bug. M +22 -14 krita/ui/dialogs/kis_dlg_layer_properties.cc M +3 -0 krita/ui/dialogs/kis_dlg_layer_properties.h http://commits.kde.org/calligra/6c8a221448375cc8aee9807cb422a3f988b72ac0 |