Exception in thread "main" com.ggasoftware.indigo.IndigoException:
pool: access to unused element 1
at com.ggasoftware.indigo.Indigo.checkResult(Indigo.java:64)
If the molecule's SMILES is changed to
NC1(CC2(C1)OCCO2)C2=CC=C(C=C2)C2=NC=1C=CN3C(C1C=C2C2=CC=CC=C2)=NN=C3NCCCNC
the error changes to :
Exception in thread "main" com.ggasoftware.indigo.IndigoException:
array: invalid index 5 (size=2)
at com.ggasoftware.indigo.Indigo.checkResult(Indigo.java:64)