View Single Post
Old 05-01-2025, 08:17 PM   #206
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 47,402
Karma: 171313058
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Rather odd. What version of Java are you running? If you are running a 64 bit version of Java, you could try modifying the main.py file in the EPUBCHECK directory by modifying the 64 bit command line parameters line to read:

Code:
            # define epubcheck command line parameters
            if is32bit:
                args = [java_path, '-Dfile.encoding=UTF8', '-Xss1024k', '-jar', epc_path, '--version']
            else:
                args = [java_path, '-Dfile.encoding=UTF8', '-Xss2048k', '-jar', epc_path, '--version']
I will have to say that running a 64bit Java, I only found 1 time when I got a stack overflow error and that was a omnibus document that to put it mildly was poorly constructed. OTOH, it reported over 1000 errors not the no errors which your case seems to show. OTOH, neither does your image show the version of epubcheck being used.

Last edited by DNSB; 05-01-2025 at 08:22 PM.
DNSB is offline   Reply With Quote