https://bugs.kde.org/show_bug.cgi?id=444280
--- Comment #39 from [email protected] --- Ok, i found the problem. In your debug view trace we have : -- RAW DECODING SETTINGS -------------------------------- 00000588 38.80609131 [19228] -- autoBrightness: true 00000589 38.80609131 [19228] -- sixteenBitsImage: false 00000590 38.80609131 [19228] -- brightness: 1 00000591 38.80609131 [19228] -- RAWQuality: 0 00000592 38.80609131 [19228] -- inputColorSpace: 0 00000593 38.80609131 [19228] -- outputColorSpace: 0 00000594 38.80609131 [19228] -- RGBInterpolate4Colors: false 00000595 38.80609131 [19228] -- DontStretchPixels: false 00000596 38.80609131 [19228] -- unclipColors: 0 00000597 38.80609131 [19228] -- whiteBalance: 1 00000598 38.80609131 [19228] -- customWhiteBalance: 6500 00000599 38.80609131 [19228] -- customWhiteBalanceGreen: 1 00000600 38.80609131 [19228] -- halfSizeColorImage: false 00000601 38.80609131 [19228] -- enableBlackPoint: false 00000602 38.80609131 [19228] -- blackPoint: 0 00000603 38.80609131 [19228] -- enableWhitePoint: false 00000604 38.80609131 [19228] -- whitePoint: 0 00000605 38.80609131 [19228] -- NoiseReductionType: 0 00000606 38.80609131 [19228] -- NoiseReductionThreshold: 0 00000607 38.80609131 [19228] -- medianFilterPasses: 0 00000608 38.80609131 [19228] -- inputProfile: "" 00000609 38.80609131 [19228] -- outputProfile: "" 00000610 38.80609131 [19228] -- deadPixelMap: "" 00000611 38.80609131 [19228] -- whiteBalanceArea: QRect(0,0 0x0) 00000612 38.80609131 [19228] -- dcbIterations: -1 00000613 38.80609131 [19228] -- dcbEnhanceFl: false 00000614 38.80609131 [19228] -- expoCorrection: false 00000615 38.80609131 [19228] -- expoCorrectionShift: 0.994 00000616 38.80609131 [19228] -- expoCorrectionHighlight: 0 00000617 38.80609131 [19228] --------------------------------------------------------- The problem come from this settings : outputColorSpace: 0 This corresponding to Import tool settings view to the ouput color space from color management section. 0 want mean "Raw (no profile)" When i set sRGB, all is fine, when i set RAW, it crash too on my computer. Gilles -- You are receiving this mail because: You are watching all bug changes.
