Problem with modeling of depletion

Hello everyone, I prepared all steps for modeling depletion due to OpenMC V_0.13, I used openmc.model.pin for fuel elements and openmc.model.Model to collect settings, geometry and materials, but I have an error after reading geometry XML file:
** ERROR: Something went wrong reading surface coeffs.**

As I understand, such error appear at the string: Integrator.integrate(), because if I comment this command, error would not appear.
All my surfaces have create with all necessary coefficients.

Thank you for help.