Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prove_ultraplonk.sh Fails with Parse Errors and Missing Files #3

Open
YashBit opened this issue Aug 3, 2024 · 0 comments
Open

prove_ultraplonk.sh Fails with Parse Errors and Missing Files #3

YashBit opened this issue Aug 3, 2024 · 0 comments

Comments

@YashBit
Copy link

YashBit commented Aug 3, 2024

Issue:

After running the default scripts with the correct versions, script fails with errors.

Description:
When running the prove_ultraplonk.sh script, I encounter several errors related to value parsing and missing files. The script produces parse errors and indicates that the witness file is missing or not created.

Error Output:

./prove_ultraplonk.sh                       
./prove_ultraplonk.sh: line 11: 1722684417N: value too great for base (error token is "1722684417N")

Parse error: bad token
    <stdin>:1

Witness generated in:  seconds
gunzip: can't stat: ./target/witness-name.gz (./target/witness-name.gz.gz): No such file or directory
Input is not large enough
./prove_ultraplonk.sh: line 20: 1722684418N: value too great for base (error token is "1722684418N")
./prove_ultraplonk.sh: line 21: 1722684418N: value too great for base (error token is "1722684418N")

Parse error: bad token
    <stdin>:1

Parse error: bad token
    <stdin>:1

Proof generated in:  seconds
Total time:  seconds

Steps to Reproduce:

  1. Run the prove_ultraplonk.sh script using the command: ./prove_ultraplonk.sh
  2. Observe the output and errors as shown above.

Expected Behavior:

  • The script should process the inputs correctly without parse errors.
  • The witness file should be created and accessible.
  • The proof generation process should complete successfully.

Actual Behavior:

  • The script encounters parsing errors related to values being too great for base.
  • The witness file is reported as missing or not created.
  • Additional parse errors are encountered during execution.

Environment:

  • OS:
    ProductName: macOS
    ProductVersion: 14.5
    BuildVersion: 23F79
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant