Hi, that's not an error per se...it's just tyFlow notifying you that 'tyFlow_xxxx.dlo' was not found, but 'tyFlow_xxxx_render.dlo' was found....so it's using that for rendering instead (which is fine). That message will be displayed regardless of whether or not tyFlow is used because it's just a note that is printed when all available plugins are loaded while Max starts). It's not something that's necessarily relevant to any actual errors or crashes that are occurring...
And yes, it's fine to have both tyFlow_xxxx.dlo and tyFlow_xxxx_render.dlo in the same place...in fact, that's the way it should be. If you have them in separate places, legitimate errors may actually occur because if they're not in the same place they may both end up loading, resulting in duplicate class ID errors. This is all explained in the docs:
https://docs.tyflow.com/license/render
So the setup you should aim for is:
Workstations: tyFlow_xxxx.dlo (licensed)
Render machines: tyFlow_xxxx.dlo (unlicensed) AND tyFlow_xxxx_render.dlo
Or if you're loading all dlo files from a shared network location across both licensed and unlicensed workstations, just put tyFlow_xxxx.dlo and tyFlow_xxxx_render.dlo in that same folder and the nodes/workstations will load what they need when they need it (that's what those deadline messages are notifying you about...they're telling you what was found and consequently what is being loaded)
And yes, it's fine to have both tyFlow_xxxx.dlo and tyFlow_xxxx_render.dlo in the same place...in fact, that's the way it should be. If you have them in separate places, legitimate errors may actually occur because if they're not in the same place they may both end up loading, resulting in duplicate class ID errors. This is all explained in the docs:
https://docs.tyflow.com/license/render
So the setup you should aim for is:
Workstations: tyFlow_xxxx.dlo (licensed)
Render machines: tyFlow_xxxx.dlo (unlicensed) AND tyFlow_xxxx_render.dlo
Or if you're loading all dlo files from a shared network location across both licensed and unlicensed workstations, just put tyFlow_xxxx.dlo and tyFlow_xxxx_render.dlo in that same folder and the nodes/workstations will load what they need when they need it (that's what those deadline messages are notifying you about...they're telling you what was found and consequently what is being loaded)