aces 1.0.3 config parse issue with OpenColorIO 2?


Paul Miller
 

Tried loading aces_1.0.3 with OCIO2 and CreateFromFile is throwing an exception:

Error: Loading the OCIO profile '/Users/paul/src/OpenColorIO-Configs/aces_1.0.3' failed. At line 0, '' parsing failed: The specified OCIO configuration file /Users/paul/src/OpenColorIO-Configs/aces_1.0.3 does not appear to have a valid version <null>.

config.ocio starts with ocio_profile_version: 1

Known issue?



bernard.lefebvre@...
 

It is weird that the error says "/Users/paul/src/OpenColorIO-Configs/aces_1.0.3" without config.ocio


Paul Miller
 

Ah sorry I probably just copied/pasted it poorly - that text was in a debugger dump.

On 3/18/20 2:11 PM, bernard.lefebvre@... wrote:

It is weird that the error says "/Users/paul/src/OpenColorIO-Configs/aces_1.0.3" without config.ocio


bernard.lefebvre@...
 

I've just started ociodisplay with
OCIO=D:\OCIO\data\ocio_aces\aces_1.0.3\config.ocio
And it loads fine. Make sure that config.ocio is part of the string you pass to CreateFromFile 


Paul Miller
 

Oh gee I am an idiot. Duh, I passed the path to the folder.

I blame it on the virus!


On 3/18/20 2:21 PM, bernard.lefebvre@... wrote:

I've just started ociodisplay with
OCIO=D:\OCIO\data\ocio_aces\aces_1.0.3\config.ocio
And it loads fine. Make sure that config.ocio is part of the string you pass to CreateFromFile