-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whitespace in directory path causing problems on MacOS #82
Comments
George, could you be so kind as to either attach the zipped log file to this issue—not via email though, this apparently doesn’t work—or to send it to Martin and me at [email protected]? |
I got this log file by running d2t in the directory above where the .tex file was located by using the command: I get similar problems if I go into that subdirectory and simply run: Here's the log file: |
But it seems to run until the end without a severe error. Does it produce any output, that is, a .tex file? I don’t know what to make of Can you send me the docx input? If you don’t want to attach it here publicly you can send it to [email protected]. |
I made a short test file. Here's the input, output, and log: |
@sbulka, can you have a look at it? I reproduced the issue on Cygwin. I put test.docx into a directory For both invocations, I get errors such as:
despite the file URIs pointing to existing files. Could it be that jruby is having problems with percent encoding in file URIs? While you’re at it, you might want to look at this message:
|
I will investigate, may take some time though. |
Ok, the mathtype-extension expliticly states it only accepts file paths, no URI. I don't think we can change this easily. https://github.com/transpect/mathtype-extension#options solution:
The issue also occured on a path containing Regarding the reflection warning, I couldn't reproduce that. Maybe it's a matter of java version? Mine is:
|
Thanks for your advice. I've got the Java warning too:
My Java:
Since it's stated that the Java version "15" is unsupported, it might be sufficient to just include a more recent JRuby version? |
(related to #18)
As reported by @gsfs in #80 (comment)
The text was updated successfully, but these errors were encountered: