Closed mactkg closed 3 years ago
Strange, it works fine for me on Win10.
Disable this
@krasa Thanks for the reply! I disabled it but got the same error.
I try Remote Rendering, it works.
It seems that your graphviz does not work correctly, perhaps try a different version
OK, I try graphviz 2.44 as mentioned https://plantuml.com/ja/graphviz-dot
I notice that installing graphviz
/ plantuml
was failed somehow. The plugin works correctly after reinstalling xcode command line tools by sudo rm -rf /Library/Developer/CommandLineTools && xcode-install --install
and graphviz
and plantuml
by brew reinstall plantuml, graphviz
.
The issue is fixed. Thanks.
I encountered a strange issue. I tried to find a workaround, but I give up... Please help!
Environment
I'm using this plugin on WebStorm 2021.2/MacBook Air(M1, 2020). Graphviz is installed using homebrew.
The error
I wrote a small test doc but I got an error like this.
Fixed case
The error is fixed when commenting out a line.
Try custom PlantUML jar but failed
I installed PlantUML via homebrew, and I changed the plugin configuration to use a custom jar but got the same result.
Try using the custom jar from CLI, it works
However, I use the same jar from CLI, it works...
java -jar /opt/homebrew/Cellar/plantuml/1.2021.9/libexec/plantuml.jar -Djava.awt.headless=true FILENAME
Is there any other way to fix it?