https://bugs.kde.org/show_bug.cgi?id=407921
amyspark <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |UPSTREAM URL| |https://github.com/AcademyS | |oftwareFoundation/OpenColor | |IO/issues/1322 --- Comment #8 from amyspark <[email protected]> --- This is a bug in OCIO itself. They're using sscanf to parse floating-point numbers in LUTs. This implicitly assumes the files will be parsed using the C locale, which is not the case if you have changed your environment's LANG or LC_* variables. The particular error seen here is triggered by https://github.com/AcademySoftwareFoundation/OpenColorIO/blame/7fece5efb4fecc675376d8d921affb253e52a704/src/core/FileFormatSpi1D.cpp#L131, and is reported in https://github.com/AcademySoftwareFoundation/OpenColorIO/issues/297. I will add a patch for our app's usage as part of 435474. I'm also tagging the relevant bug report upstream. -- You are receiving this mail because: You are watching all bug changes.
