FORMULA’s are known to crash. In the below Rick had some tips. I would think you could write a UTILITY template to list all FORMULAs.
Sort the APP by module and look at the module/procedure that comes after the last successful one in the exported TXA. Examine that procedure for anything odd. Formulas are notoriously unstable exporting to TXA. I highly recommend getting rid of any Formulas in your APPs.
Another idea. Selectively export one module at a time to figure out which one is causing the crash. Then examine it for oddities.
Until I switched to module view and tried the Export, I was not getting anything, After doing this I was able to see and old procedure which I thought was deleted, but for some reason was not and it was saying it was an external procedure when it was an IDE generated procedure. I deleted it again, exited app, recompiled, then tried the Export and all seems good.