| Summary: | Error when changing View setting with OCIO config | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | animtim |
| Component: | General | Assignee: | Krita Bugs <krita-bugs-null> |
| Status: | RESOLVED UPSTREAM | ||
| Severity: | normal | CC: | halla |
| Priority: | NOR | ||
| Version First Reported In: | git master (please specify the git hash!) | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
animtim
2014-08-18 16:00:00 UTC
Hm, that seems to work here: use opengl true success "OPENGL_SUCCESS" QGLShader::link: "Fragment info ------------- 0(78) : warning C7533: global function texture3D is deprecated after version 120 " use opengl true success "OPENGL_SUCCESS" QGLShader::link: "Fragment info ------------- 0(78) : warning C7533: global function texture3D is deprecated after version 120 " Yes, it must be caused by a/some newer system library, as I can reproduce on both Manjaro and Mageia which both have quite recent libs. After investigation with dmitryK, we found it happens on my system because locale is set to french, which cause a bug in OCIO.. reported upstream: https://github.com/imageworks/OpenColorIO/issues/379 We can close then :-) |