Sure,
this is a new case, so new challenges might appear.
In this case it is relatively easy to find the error cause. If you look at the convergence plots you can see that the absolute residual is very low (~1e-26) while the relative is very high (~1). This hints to the fact that there are actually no forces in your model at all and thus you can not use a relative convergence criteria. In fact, the snap does not move far enough in the first time step to get into contact, so there are no forces at all.
To resolve this, just change in the numerics under nonlinear resolution type the convergence criteria type from relative to absolute.
When this analysis comes to the final stage there are again some problems. This time the master surfaces was missing the rear end surface. After adding this the simulation runs smooth in a few minutes.
Here the link to the resolved project: SimScale
Best,
Richard