Oh but that's weird! Just did a simple with various resize settings and I cannot recreate the issue. Can you please send me you workflow so I can investigate?
When I import your workflow the custom avisynth node holding the "Sharpen"-template is empty, thereby causing the exact same error you posted. Can you please check if the "Sharpen" step is valid in your copy of the workflow?
# Variables:
#
# m_clip = The last returned AviSynth media
#
# Do NOT change any of the following variables!!!
# _ffas_video = <original video>
# _ffas_audio = <original audio>
# _ffas_height = <source height>
# _ffas_width = <source width>
# _m_clip_a_channels = <total channels>
# _ffas_work_fdr = Working folder for the workflow
#
m_clip = m_clip.Sharpen(.30)
# The following MUST be the last line of your script
Return m_clip
I used "File/Export Workflow" function, may be it has missed some ini files.
Hm, if I copy your script into the Sharpen node everything works perfectly. No errors. There must be something wrong with that particular node.
Can you please locate the following file: FFAStrans\Processors\templates\.avs_custom\5368617270656E.ini
It SHOULD be your "Sharpen"-template. If it's not there but you still see it in your node then there is a bug. Because the error you're seeing is exactly the same as I see when the Sharpen-node is empty.
If you DO locate the file can you please send it to me? Also, can you try and create a new template with a different name but with the same script?
I have replaced Custom Avisynth Node with the new one and have made new template with the same code. And it has started to work normally.
Maybe it was the bug of migration from 0.7.5 to 0.7.6 (or to 0.7.6.1). The workflow had stopped working after the software upgrade. I definitely didn't touch the workflow.
It's hard to say what the cause was. The method for dealing with templates has changed much from 0.7.5 to 0.7.6 so it's not far fetched to say that it's a bug but at this time I cannot figure out what it is. Also, your template file seem to be ok. I've tried to export and import another workflow with the template and it works like it's supposed to. Do you have similar issues with other workflows?