It is likely because HasModelLoaded never returns true for a specific model.
Either because the model does not exist, is broken, or cannot be requested.
You should use IsModelInCdimage to ensure the model is relevant, and maybe a timeout if HasModelLoaded is too slow to return true.

1 Like