You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We worked with interactively a Japanese Windows 11 machine with limited RAM (8GB) that is meant to run the build.
Jing crashes on document 001-v4 on this machine due to 2 problems:
Jing failed with a "mismatched encoding". This is likely due to the Windows 11 machine being in Japanese, somehow the Java Jing program's validation output does not work with the ruby-jing wrapper gem, and crashes the entire stack.
Jing fails with Java heap size issues because the document is too large. It is shown that 4GB of Java heap size does not work.
@CAMOBAP tested setting the Windows Command Prompt / PowerShell code page to UTF-8 which is a similar issue encountered with latexml:
We had a 3.5 hour debugging session yesterday involving the @AAS-YknKawakita @AIS-RyoMukai @ReesePlews @CAMOBAP and myself.
We worked with interactively a Japanese Windows 11 machine with limited RAM (8GB) that is meant to run the build.
Jing crashes on document 001-v4 on this machine due to 2 problems:
ruby-jing
wrapper gem, and crashes the entire stack.@CAMOBAP tested setting the Windows Command Prompt / PowerShell code page to UTF-8 which is a similar issue encountered with latexml:
But this didn't fix Jing's encoding issue either.
The only solution that worked was to skip validation (through
:novalid:
) entirely as done in:This task is to resolve this issue with Jing once and for all.
The text was updated successfully, but these errors were encountered: