[krita] [Bug 395979] Starting Transform Tool Causes Crash

2018-07-16 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=395979

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||xiodethe...@gmail.com

--- Comment #12 from Boudewijn Rempt  ---
*** Bug 396562 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 395979] Starting Transform Tool Causes Crash

2018-07-04 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=395979

Dmitry Kazakov  changed:

   What|Removed |Added

  Latest Commit|https://commits.kde.org/kri |https://commits.kde.org/kri
   |ta/5f86c598a310da66006d29cb |ta/a22b4d14dc6ad0f44fb31d34
   |8976260d4853abf5|37c5cf434a66267d

--- Comment #11 from Dmitry Kazakov  ---
Git commit a22b4d14dc6ad0f44fb31d3437c5cf434a66267d by Dmitry Kazakov.
Committed on 03/07/2018 at 11:57.
Pushed by dkazakov into branch 'krita/4.1'.

Fix loading of files with 'Box' transformation filter

Summary:
We have released Krita with new name for the Box filter,
so now we have two variants for the name of this filer,
which is used in different places.

This patch adds aliases support for KoGenericRegistry and
makes 'Box' to be a variant for 'NearestNeighbour'

Test Plan:
0) Add the following section to kritarc
```
[KisToolTransform]
filterId=Box
```
1) Start Krita
2) Krita shouldn't crash
3) Also try for other filter ids: Bicubic, NearestNeighbor, Bilinear

Reviewers: #krita, rempt

Tags: #krita

Differential Revision: https://phabricator.kde.org/D13796

M  +36   -5interfaces/KoGenericRegistry.h
M  +3-2libs/image/kis_filter_strategy.cc

https://commits.kde.org/krita/a22b4d14dc6ad0f44fb31d3437c5cf434a66267d

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 395979] Starting Transform Tool Causes Crash

2018-07-01 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=395979

Dmitry Kazakov  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kri
   ||ta/5f86c598a310da66006d29cb
   ||8976260d4853abf5
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

--- Comment #10 from Dmitry Kazakov  ---
Git commit 5f86c598a310da66006d29cb8976260d4853abf5 by Dmitry Kazakov.
Committed on 01/07/2018 at 08:58.
Pushed by dkazakov into branch 'master'.

Fix loading of files with 'Box' transformation filter

Summary:
We have released Krita with new name for the Box filter,
so now we have two variants for the name of this filer,
which is used in different places.

This patch adds aliases support for KoGenericRegistry and
makes 'Box' to be a variant for 'NearestNeighbour'

Test Plan:
0) Add the following section to kritarc
```
[KisToolTransform]
filterId=Box
```
1) Start Krita
2) Krita shouldn't crash
3) Also try for other filter ids: Bicubic, NearestNeighbor, Bilinear

Reviewers: #krita, rempt

Tags: #krita

Differential Revision: https://phabricator.kde.org/D13796

M  +36   -5interfaces/KoGenericRegistry.h
M  +3-2libs/image/kis_filter_strategy.cc

https://commits.kde.org/krita/5f86c598a310da66006d29cb8976260d4853abf5

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 395979] Starting Transform Tool Causes Crash

2018-07-01 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=395979

--- Comment #9 from Boudewijn Rempt  ---
Please make a backtrace in that case, because that must be something different
then, and attach your kritarc to the bug reports.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 395979] Starting Transform Tool Causes Crash

2018-06-30 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=395979

jca...@gmail.com changed:

   What|Removed |Added

 CC||jca...@gmail.com

--- Comment #8 from jca...@gmail.com ---
In my Kritarc is only a line "filterId=Bicubic". When i remove it bug persists.
Also it not only crashes when hitting ctrl+t, but also when pressing the button
in the toolbox.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 395979] Starting Transform Tool Causes Crash

2018-06-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=395979

--- Comment #7 from astral...@yahoo.com ---
Rempt,

I have removed the specified line from kritarc, and stopped the crashes.
Clearly this is the same problem you've identified.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 395979] Starting Transform Tool Causes Crash

2018-06-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=395979

artistach...@gmail.com changed:

   What|Removed |Added

 CC|artistach...@gmail.com  |

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 395979] Starting Transform Tool Causes Crash

2018-06-29 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=395979

Dmitry Kazakov  changed:

   What|Removed |Added

   Assignee|krita-bugs-n...@kde.org |dimul...@gmail.com
 CC||dimul...@gmail.com

--- Comment #6 from Dmitry Kazakov  ---
A proposed patch fixing the problem:
https://phabricator.kde.org/D13796

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 395979] Starting Transform Tool Causes Crash

2018-06-29 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=395979

--- Comment #5 from Boudewijn Rempt  ---
Okay, we found  the problem: 

If you experience a crash when enabling the transform tool in krita 4.1.0, go
to your kritarc file
(https://docs.krita.org/en/KritaFAQ.html#where-are-the-configuration-files-stored
…) and remove the line that says "filterId=Box" in the [KisToolTransform]
section. Sorry for the inconvenience.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 395979] Starting Transform Tool Causes Crash

2018-06-29 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=395979

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||b...@valdyas.org

--- Comment #4 from Boudewijn Rempt  ---
Also, please share your kritarc with us; Dmitry reports that resetting the
config makes the crash go away, but we need to figure out which settings causes
it.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 395979] Starting Transform Tool Causes Crash

2018-06-29 Thread Antti Savolainen
https://bugs.kde.org/show_bug.cgi?id=395979

Antti Savolainen  changed:

   What|Removed |Added

 CC||antti.s...@gmail.com

--- Comment #3 from Antti Savolainen  ---
Can you install krita with debug symbols so we can the exact point of code that
the crash happens in?

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 395979] Starting Transform Tool Causes Crash

2018-06-29 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=395979

Boudewijn Rempt  changed:

   What|Removed |Added

 CC||artistach...@gmail.com

--- Comment #2 from Boudewijn Rempt  ---
*** Bug 395987 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 395979] Starting Transform Tool Causes Crash

2018-06-28 Thread Nathan GDquest
https://bugs.kde.org/show_bug.cgi?id=395979

Nathan GDquest  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||nat...@gdquest.com
 Ever confirmed|0   |1

--- Comment #1 from Nathan GDquest  ---
Confirmed, Ctrl T crashes Krita 4.1 every time.

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 395979] Starting Transform Tool Causes Crash

2018-06-28 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=395979

astral...@yahoo.com changed:

   What|Removed |Added

Version|unspecified |4.1.0

-- 
You are receiving this mail because:
You are watching all bug changes.