Has anyone found the houdini engine to really slow Houdini launch?
I’ve got a pretty vanilla config, and have cleared the studios standard PATH and PYTHONPATH environments, but when launching houdini from sg Desktop it’s taking 10x longer than launching houdini from the terminal.
My houdini_path only has the sg engine added to it, so there’s no studio config interfering as far as I can tell.
This is what I’m getting from the app_launch hook :
. PYTHONPATH :
‘/home/users/patrick/.shotgun/union/p412c773.basic.desktop/cfg/install/core/python:’
. HOUDINI_PATH :
‘/tmp/tk-houdini8kmK7q:/home/users/patrick/.shotgun/bundle_cache/app_store/tk-houdini/v1.6.1/classic_startup:&’
. app_path : /Volumes/software/houdini/hfs18.5.408/bin/houdini
. app_args :
Looking at my houdini log, I think this might help, you can see in the timestamps a 2 minute jump around this section :
2021-02-11 20:53:15,232 [121419 DEBUG sgtk.env.project.tk-houdini] Starting metrics dispatcher...
2021-02-11 20:53:15,233 [121419 DEBUG sgtk.core.util.shotgun.connection] Creating shotgun connection from <SessionUser patrick @ https://union.shotgunstudio.com>...
2021-02-11 20:53:15,233 [121419 DEBUG sgtk.env.project.tk-houdini] Added worker thread: <MetricsDispatchWorkerThread(Thread-2, started daemon 140419309852416)>
2021-02-11 20:53:15,234 [121419 DEBUG sgtk.stopwatch.tank.util.shotgun.connection] create_sg_connection: 0.000956s
2021-02-11 20:53:15,234 [121419 DEBUG sgtk.env.project.tk-houdini] Metrics dispatcher started.
2021-02-11 20:53:15,235 [121419 DEBUG sgtk.env.project.tk-houdini] Init complete: <Sgtk Engine 0x7fb60814af90: tk-houdini, env: project>
2021-02-11 20:55:17,941 [121419 DEBUG sgtk.env.project.tk-houdini] Grouped registered commands.
2021-02-11 20:55:17,942 [121419 DEBUG sgtk.env.project.tk-houdini] Collected context commands for dynamic menu.
2021-02-11 20:55:17,957 [121419 DEBUG sgtk.env.project.tk-houdini] Collected app commands for dynamic menu.
2021-02-11 20:56:37,786 [121419 DEBUG sgtk.env.project.tk-houdini.tk-multi-workfiles2] Synchronizing remote path cache...
Can you give any directions on how I can identify exactly what’s causing the slowdown?
Thanks
p.