僅從該錯誤訊息中的 !Arithmetic overflow 行及其下方的一行來看,我猜測您以某種不太尋常的方式使用了表格標記,導致程式認為需要建立一個沒有欄位的表格,從而導致除以 0 的錯誤。
由於最後一行顯示 \p,我猜測您在表格開始後不久就使用了 \p。l.505 表示錯誤發生在您的 USFM 檔案第 505 行附近,但有時該行號可能不準確。
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.
機器翻譯自 English