Open leftler opened 2 years ago
I am also experiencing this error. :|
I am experiencing this as well.
Hi all, could you please check if this workaround works for you: https://github.com/bzixilu/dotplugin/issues/23#issuecomment-1100512024
Hi all, could you please check if this workaround works for you: #23 (comment)
doesn't work. (Error during rasterization) Apple M1
❯ dot -V
dot - graphviz version 6.0.1 (20220911.1526)
Hi all, could you please check if this workaround works for you: #23 (comment)
For me, that workaround does not work either.
However, I could work around the issue by starting IntelliJ not via Spotlight/Finder, but from a shell via open -a "IntelliJ IDEA.app"
.
I can confirm that starting IntelliJ from a shell, via open -a "IntelliJ IDEA.app"
, also gets rendering working for me. Is this simply because then it inherits my PATH
value from the shell?
If that's the case, perhaps a configuration option for this plugin could be added to let the user specify where the dot
binary is located?
Is this simply because then it inherits my
PATH
value from the shell?
I think so.
If that's the case, perhaps a configuration option for this plugin could be added to let the user specify where the
dot
binary is located?
Sounds consistent with many other config options in the JetBrains platform
Hi, could you please check if it starts working for you in 1.5.3 version of the plugin? New version will appear on JetBrains marketplace after verification from JB side
Please update the plugin to 1.5.4 version. It should help.
I installed Intellij on my MacOS with a new arm processor. The plugin fails to render any dot file, even the most simple.
scratch_1.dot.txt (renamed because github won't upload .dot)
This causes the following to happen.
I created a fork and a PR #25 to add logging to see what the details where. The output from the added logging was
My intelij version information