[krita] [Bug 411045] Converting image to XYZ color space triggers assert

2019-09-14 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=411045

Dmitry Kazakov  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/kde/ |https://invent.kde.org/kde/
   |krita/commit/ccc25f2e5f |krita/commit/55ffd724aeef07
   |d0167740a8361f83404b06b8da  |a5a8ecce7818e0190d27345f8f

--- Comment #5 from Dmitry Kazakov  ---
Git commit 55ffd724aeef07a5a8ecce7818e0190d27345f8f by Dmitry Kazakov.
Committed on 14/09/2019 at 15:08.
Pushed by dkazakov into branch 'krita/4.2'.

Fix crash when converting color space with OCIO enabled

The crash happened because of recursive entrance into
KisOpenGLImageTextures when a message box was opened. This
patch removes a message box and adds nitification with a floating
message.

M  +9-0libs/ui/opengl/kis_opengl_canvas2.cpp
M  +3-0libs/ui/opengl/kis_opengl_canvas2.h
M  +5-6libs/ui/opengl/kis_opengl_image_textures.cpp
M  +6-1libs/ui/opengl/kis_opengl_image_textures.h

https://invent.kde.org/kde/krita/commit/55ffd724aeef07a5a8ecce7818e0190d27345f8f

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

[krita] [Bug 411045] Converting image to XYZ color space triggers assert

2019-09-14 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=411045

Dmitry Kazakov  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/kde/
   ||krita/commit/ccc25f2e5f
   ||d0167740a8361f83404b06b8da
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

--- Comment #4 from Dmitry Kazakov  ---
Git commit ccc25f2e5fd0167740a8361f83404b06b8da by Dmitry Kazakov.
Committed on 14/09/2019 at 14:52.
Pushed by dkazakov into branch 'master'.

Fix crash when converting color space with OCIO enabled

The crash happened because of recursive entrance into
KisOpenGLImageTextures when a message box was opened. This
patch removes a message box and adds nitification with a floating
message.

M  +9-0libs/ui/opengl/kis_opengl_canvas2.cpp
M  +3-0libs/ui/opengl/kis_opengl_canvas2.h
M  +5-6libs/ui/opengl/kis_opengl_image_textures.cpp
M  +6-1libs/ui/opengl/kis_opengl_image_textures.h

https://invent.kde.org/kde/krita/commit/ccc25f2e5fd0167740a8361f83404b06b8da

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

[krita] [Bug 411045] Converting image to XYZ color space triggers assert

2019-09-10 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=411045

Dmitry Kazakov  changed:

   What|Removed |Added

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

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

[krita] [Bug 411045] Converting image to XYZ color space triggers assert

2019-08-27 Thread Boudewijn Rempt
https://bugs.kde.org/show_bug.cgi?id=411045

Boudewijn Rempt  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED
 CC||b...@valdyas.org

--- Comment #3 from Boudewijn Rempt  ---
I can confirm the issue.

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

[krita] [Bug 411045] Converting image to XYZ color space triggers assert

2019-08-26 Thread Lynx3d
https://bugs.kde.org/show_bug.cgi?id=411045

--- Comment #2 from Lynx3d  ---
Created attachment 122368
  --> https://bugs.kde.org/attachment.cgi?id=122368&action=edit
Full backtrace of recent (23. august 2019) master branch build

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

[krita] [Bug 411045] Converting image to XYZ color space triggers assert

2019-08-21 Thread Lynx3d
https://bugs.kde.org/show_bug.cgi?id=411045

--- Comment #1 from Lynx3d  ---
I think I just figured out the reason, the color space itself doesn't seem to
be the actual issue, but having OpenColorIO active with the OCIO Color Engine
selected in the LUT Management seems to cause the crash.
It then also happens with other color spaces (CMYK, L*a*b) too, although I
could've sworn it only happened with XYZ when I reported this.

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