Windows x64 version doesn't depict structures with superatoms
- Dominant language
- C++
- Stars
- 406
- Forks
- 134
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 24
Description
The win64 version of indigo doesn't depict structures with superatoms.
MolId:= indigoLoadMoleculeFromFile('Superatom.mol');
indigoSetOption('render-superatom-mode', 'expand');
indigoSetOption('render-output-format','emf');
indigoRenderToFile(MolId, 'Molecule.emf');
-->exception invalid floating point operation
This is true for every structure with superatoms. No output is generated when using any render functions. The same is true for reactions with superatoms: no rendering is generated. Regardless whether 'render-superatom-mode' is set to 'expand' or 'collapse'.
[SuperAtom.zip](https://github.com/epam/Indigo/files/6142990/SuperAtom.zip)
The win32 version does depict structures and reactions with superatoms when 'render-superatom-mode' is set to 'expand'.
The win32 version gives -->exception index error: array: invalid index 10 (size=8), when 'render-superatom-mode' is set to 'collapse'. See also issue #185.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.