|
|
#76 |
|
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 884
Karma: 9496847
Join Date: Mar 2013
Location: Guben, Brandenburg, Germany
Device: Kobo Touch, Tolino Shine 3
|
LanguageTool v. 0.4.3, Sigil v. 1.4.2, Windows 10, 32 bit.
I have been forced to reinstall Windows, and thus had to reinstall Sigil and the plugins. Now, at running the languagetool, I receive this error message: Code:
Status: failed
Working on index.xhtml...
Traceback (most recent call last):
File "C:\Program Files\Sigil\plugin_launchers\python\launcher.py", line 142, in launch
self.exitcode = target_script.run(container)
File "C:\Users\Juerg\AppData\Local\sigil-ebook\sigil\plugins\LanguageTool\plugin.py", line 490, in run
result, returncode = ltWrapper(*run_args)
File "C:\Users\Juerg\AppData\Local\sigil-ebook\sigil\plugins\LanguageTool\plugin.py", line 130, in ltWrapper
process = subprocess.Popen(list(args), stdout=subprocess.PIPE, stderr=subprocess.PIPE, startupinfo=startupinfo)
File "subprocess.py", line 854, in __init__
File "subprocess.py", line 1307, in _execute_child
FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden
Error: [WinError 2] Das System kann die angegebene Datei nicht finden
|
|
|
|
|
|
#77 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,289
Karma: 19618507
Join Date: Dec 2010
Device: Kindle PW2
|
|
|
|
|
| Advert | |
|
|
|
|
#78 |
|
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 884
Karma: 9496847
Join Date: Mar 2013
Location: Guben, Brandenburg, Germany
Device: Kobo Touch, Tolino Shine 3
|
This didn't work, although having uninstalled and reinstalled Sigil.
In the LanguagTool.json ther is the following entry: Code:
"ltPath": "F:/Sigil/LanguageTool-4.0/LanguageTool-4.0/languagetool-commandline.jar" Whereas in C:/Program Files/ there is no LanguageTool directory. And even having changed the entry in the LanguagTool.json, after starting the tool, the old entry reappears. And even having created a directory in C: with the given path (inserted the languagetool-commandline.jar, of course), there is the same error message. Ah, I see that I don't have the latest LanguageTool desktop version. But how do I get the zipped version? I only see .oxt. Last edited by Leonatus; 11-26-2020 at 10:07 AM. |
|
|
|
|
|
#79 | ||
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,289
Karma: 19618507
Join Date: Dec 2010
Device: Kindle PW2
|
Quote:
If you open a command prompt window, do you get an error message when you enter the following command? Code:
java -version Quote:
(The direct link for version 5.1 is here.) |
||
|
|
|
|
|
#80 |
|
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 884
Karma: 9496847
Join Date: Mar 2013
Location: Guben, Brandenburg, Germany
Device: Kobo Touch, Tolino Shine 3
|
java -version returns:
Der Befehl "java" ist entweder falsch geschrieben oder konnte nicht gefunden werden. Now that I installed Java, the plugin seems to work. I didn't remember that at reinstalling Windows Java isn't shipped together. The only strange is that the tool boldly returns: "No problems found". ![]() Anyway, thanks for the help again! Last edited by Leonatus; 11-26-2020 at 11:29 AM. |
|
|
|
| Advert | |
|
|
|
|
#81 |
|
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 884
Karma: 9496847
Join Date: Mar 2013
Location: Guben, Brandenburg, Germany
Device: Kobo Touch, Tolino Shine 3
|
Strange, now, at my other computer (Windows 10, 64 bit, Sigil v. 1.4.3, plugin v. 0.4.3) I receive repeatedly this message:
PHP Code:
|
|
|
|
|
|
#82 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,289
Karma: 19618507
Join Date: Dec 2010
Device: Kindle PW2
|
I tested the plugin with on my 64bit Windows 10 machine with Sigil 1.4.3 and the latest LanguageTool release and wasn't able to reproduce your problem.
Download the latest LanguageTool snapshot, unpack it and update the ltPath setting in LanguageTool.json. Also double-check that you have installed the latest plugin version. If that doesn't fix the problem, check whether you have accidentally installed a 32bit Java version. Open a command prompt, paste the following string into it and hit Enter: Code:
java -XshowSettings:properties Code:
sun.arch.data.model = 64
|
|
|
|
|
|
#83 |
|
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 884
Karma: 9496847
Join Date: Mar 2013
Location: Guben, Brandenburg, Germany
Device: Kobo Touch, Tolino Shine 3
|
64bit Java interpreter is o.k.
How do I update the ltPath setting in LanguageTool.json? The actual entry is: Code:
"E:/Plugins/Sigil/LanguageTool-4.9.1/LanguageTool-4.9.1/languagetool-commandline.jar" A suggestion that I would like to ask: As the output of LT sometimes is quite large, it were useful when there were an otion to save it - even if that would mean to lose the possibility of double-clicking and finding the text in question immediately. Is this possible? Last edited by Leonatus; 02-19-2021 at 07:17 AM. |
|
|
|
|
|
#84 | |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,289
Karma: 19618507
Join Date: Dec 2010
Device: Kindle PW2
|
Quote:
Code:
{ "clipboard_copy": true, |
|
|
|
|
|
|
#85 |
|
Guru
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 884
Karma: 9496847
Join Date: Mar 2013
Location: Guben, Brandenburg, Germany
Device: Kobo Touch, Tolino Shine 3
|
Great! Thank you!
|
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What does 'Well-Formed Check EPUB' actually check? | bookman156 | Sigil | 21 | 03-20-2016 07:31 PM |
| Grammar issues (again).... | mukoan | Writers' Corner | 25 | 06-28-2013 03:26 PM |
| Trusting Words grammar check? | jhempel24 | Writers' Corner | 23 | 01-30-2013 03:52 PM |
| Are DRM books with check in/check out allowed? | i8abug | Library Management | 4 | 05-31-2012 03:27 PM |
| Seriously thoughtful English (or US) grammar | Sweetpea | Lounge | 26 | 10-21-2011 11:17 PM |