State:Closed|icon_bug|icon_nuke|database:public|Resolution:Works For Me|TargetRelease:12.2v7|BugID:391705|
Problem summary:
A boost::filesystem::status message is given when specific errors occur.
This message prompt can occur for different errors such as "Input/output error".
Customer reported version:
nuke.11.2v5
Customer reported platform:
centos7
Steps to reproduce:
1) Launch Nuke
2) In the Script Editor, run the following code, changing the path for a network based .exr
nuke.toNode('preferences')['autoLocalCachePath'].setValue('/')r = nuke.nodes.Read()r['file'].fromUserText('/path/to/network/image.exr') 3) Press Ctrl+Enter to keep running the code, sometimes when it is run, you get the boost error message
Expected behavior:
For there to be no error message
Actual behavior:
A "boost::filesystem::status error: Input/Output" messages are prompted when taking specific actions in a script.
Workaround:
No current workaround is available at this time.
Reproduced by Support in:
This was reproduced by the developers
We're sorry to hear that
Please tell us why