vscode-plantuml icon indicating copy to clipboard operation
vscode-plantuml copied to clipboard

2.14.2 after while claims to no longer find Graphviz / dot.exe

Open Robaert-codes opened this issue 4 years ago • 5 comments

It seems to me I have problems using 2.14.2 on Windows, local rendering: After looking at some previews, I keep receiving an error claiming dot.exe from Graphviz cannot be found. Wierds me out, as for the pics before it just worked fine... After a restart it seemed to work for bit again... Reverted to 2.14.1, where I did not experience the problem before. Any ideas?

Robaert-codes avatar Feb 02 '21 11:02 Robaert-codes

It's reported by the jar, try set plantuml.jar to the path of a older version, see if it helps.

qjebbs avatar Feb 03 '21 11:02 qjebbs

Thanks. Reverted to 2.14.1 - worked for me. Did I mention I really enjoy using plantuml with your extension?!! 🙏

Jebbs [email protected] schrieb am Mi. 3. Feb. 2021 um 12:24:

It's reported by the jar, try set plantuml.jar to the path of a older version, see if it helps.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/qjebbs/vscode-plantuml/issues/374#issuecomment-772436760, or unsubscribe https://github.com/notifications/unsubscribe-auth/APNQRU3RMC2K5BAITWL5SEDS5EW6XANCNFSM4W6QCAVQ .

Robaert-codes avatar Feb 03 '21 22:02 Robaert-codes

I mean, it may be an issue introduced by the latest "plantuml.jar", try download an older version of it, and set setting:

{
  "plantuml.jar": "path/to/older/plantuml.jar
}

But 2.14.1 is OK for you, since the latest version of extension just added the ko translation.

qjebbs avatar Feb 04 '21 02:02 qjebbs

I also had the same issue. pointing plantuml.jar to the local copy of plantuml.jar allowed the extension to work.

pandorazboxx avatar Mar 02 '21 17:03 pandorazboxx

Nice! I‘ll try that. For now I kept it to version 2.14.1, which worked for me.

pandorazboxx [email protected] schrieb am Di. 2. März 2021 um 18:57:

I also had the same issue. pointing plantuml.jar to the local copy of plantuml.jar allowed the extension to work.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/qjebbs/vscode-plantuml/issues/374#issuecomment-789096275, or unsubscribe https://github.com/notifications/unsubscribe-auth/APNQRU6VYMLRKZMMIFQVIS3TBURHJANCNFSM4W6QCAVQ .

Robaert-codes avatar Mar 02 '21 18:03 Robaert-codes