I'm getting "Option "render-comment-offset" already defined" exception even though I did not set it. Why can it be?
- Dominant language
- C++
- Stars
- 406
- Forks
- 134
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 24
Description
I'm using version 1.12.0 in my java code.
I'm sometimes getting this error, could not exactly identify when it happens
com.epam.indigo.IndigoException: option manager: Option "render-comment-offset" already defined
at com.epam.indigo.Indigo.checkResult(Indigo.java:105)
at com.epam.indigo.IndigoRenderer.(IndigoRenderer.java:31)
I do set some options in my code like:
indigo.setOption("render-coloring", true)
indigo.setOption("render-stereo-style", "ext")
indigo.setOption("render-superatom-mode", "collapse")
indigo.setOption("render-image-size", "300, 250")
, but not render-comment-offset .
Maybe it makes this exception if something is not good within the mol file?
It looks like I'm starting seeing it sometimes after I added this line:
indigo.setOption("render-image-size", "300, 250")
but I'm not quite sure.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.