Simplemente mirando la línea !Arithmetic overflow de ese mensaje de error y la línea de abajo, mi suposición es que está usando algún tipo de marcadores de tabla de una manera ligeramente inusual, y cree que necesita hacer una tabla sin columnas, y por lo tanto divide por 0.
Como la línea inferior dice \p, mi suposición sería que tiene un \p poco después del inicio de una tabla. El l.505 dice que encontró el error en algún lugar cerca de la línea 505 de su archivo USFM, pero a veces se equivoca.
Just looking at the the !Arithmetic overflow line of that error message and the one below, my guess is that you are using some kind of table markers in a slightly unusual way, and it thinks it needs to make a table with no columns, and thus divides by 0.
As the bottom line says \p, my guess would be that you have a \p soon after the start of a table. The l.505 says that it met the error somewhere near line 505 of your USFM file, but sometimes it gets it wrong.
Traducción automática desde English