Figuring out what is causing ADE to crash is a bit of an art. The way I would approach it is:
1) Use --test to generate a smaller epub
2) Delete the html file from the epub one by one until you find the one that causing the crash
3) Comment out/delete parts of that html file until you isolate what in the html is causing the crash
Since you say your have already done 3, try running the epub against an epub validator like flightcrew and see if there are errors in the OPF/NCX file.
|