hi ,
when opening houdini in windows using AYON we can see the houdini console , but when we opening houdini in linux using AYON we are unable to see houdini console , its not printing on terminal as well.
any thoughts.
Does launching Houdini outside of AYON on linux works?
yes, we get the print in terminal when opened outside ayon,
Only with ayon the console output is not seen
This is currently a know issue, ticket: AY-7899_console output to AYON · Issue #1305 · ynput/ayon-core · GitHub
I believe it’s due to Linux: App launcher don't wait for process to end by iLLiCiTiT · Pull Request #220 · ynput/ayon-launcher · GitHub implemented which intended to fix hangs on certain linux distros. Prior to that in Launcher the output would be redirected to console.
However, with Launcher tool: Use webactions by iLLiCiTiT · Pull Request #1226 · ynput/ayon-core · GitHub now implemented in develop
in core I think this is even more complicated - because the application launch then doesn’t go directly through the current running AYON process, but triggers through the executable itself. (Which mean that the initial launcher change can be disregarded anyway.)