hsluoyz/Atalanta

Error : INPUT is not valid

Opened this issue · 7 comments

I had followed all steps given in Installation Procedure, but then I am getting the following error

zakir@zakir-virtual-machine:~$ atalanta c17.bench
INPUT is not valid
Fatal error: Error in circuit file

I had followed all steps given in Installation Procedure, but then I am getting the following error

zakir@zakir-virtual-machine:~$ atalanta c17.bench
INPUT is not valid
Fatal error: Error in circuit file

I am still waiting for the reply

It's open source. Please debug the code to find where outputs INPUT is not valid

I have found that if you use CRLF as your line endings, this error appears. Try using LF instead?

@EdrichVeburg can you make a PR to fix it?

A quick and easy fix for the user is to just remove all CR characters from their .bench files. Instead of using CRLF, they only need LF. Do you want to add support for CR in the tool? Otherwise you just need to add a note to the readme so that users use LF instead of CRLF

A quick and easy fix for the user is to just remove all CR characters from their .bench files. Instead of using CRLF, they only need LF. Do you want to add support for CR in the tool? Otherwise you just need to add a note to the readme so that users use LF instead of CRLF

This - of course - is if this even fixes @mdzakirhussain 's issue.

@mdzakirhussain is this the case?