Re: [Open Babel] Error When Running Program

2011-07-20 Thread Chris Morley
I see a couple of errors, although neither would give the crash you observe. An InChI string needs to have InChI at the beginning: InChI=1S/C2H2O3/c3-1-2(4)5/h1H,(H,4,5) ReadString return false on error, so the test is the wrong way round. With these mods it seems to run ok for me (on Windows

Re: [Open Babel] Error When Running Program

2011-07-20 Thread Noel O'Boyle
Try building in debug, and running it through gdb. On 19 July 2011 00:08, Jimmy G Lafontaine Rivera wrote: > Hi, I have been unable to run a program correctly. I need the program to > take a molecule from a SMILES string a perform a substructure search on it. > I get the following error: "Access

Re: [Open Babel] Error When Running Program

2011-07-18 Thread Jimmy G Lafontaine Rivera
I am not sure how to fix this error. Any help will be appreciated. Thanks PS. The message sent early. Sorry about that On Mon, Jul 18, 2011 at 4:08 PM, Jimmy G Lafontaine Rivera wrote: > Hi, I have been unable to run a program correctly. I need the program to > take a molecule from a SMILES st

[Open Babel] Error When Running Program

2011-07-18 Thread Jimmy G Lafontaine Rivera
Hi, I have been unable to run a program correctly. I need the program to take a molecule from a SMILES string a perform a substructure search on it. I get the following error: "Access violation reading location 0x0081". I am not sure if the problem was on the installation of the libraries or it