We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
aztec-wallet
When trying to generate proofs using aztec-wallet, proof generation fails with the following error.
[18:30:29.592] INFO: pxe:bb-native-prover bb - Executing BB with: prove -o /home/josh/.aztec/bin/bb-workdir/tmp-Vmjbnq -b /home/josh/.aztec/bin/bb-workdir/tmp-Vmjbnq/acir.msgpack -w /home/josh/.aztec/bin/bb-workdir/tmp-Vmjbnq/witnesses.msgpack -v --scheme client_ivc --input_type runtime_stack [18:30:29.598] INFO: pxe:bb-native-prover bb - /home/josh/.bb/bb: error while loading shared libraries: libc++.so.1: cannot open shared object file: No such file or directory [18:30:29.598] ERROR: pxe:bb-native-prover Failed to generate client ivc proof [18:30:29.598] ERROR: pxe:bb-native-prover Error running operation at /home/josh/.aztec/bin/bb-workdir/tmp-Vmjbnq: Error: Failed to generate proof. Exit code 127. Signal null.
Using bb directly to generate proofs works (e.g. bb prove ...)
bb
bb prove ...
Also reported on discord here: https://discord.com/channels/1144692727120937080/1326878972071645276/1326878972071645276
I am using Ubuntu desktop 24 LTS.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to generate proofs using
aztec-wallet
, proof generation fails with the following error.Using
bb
directly to generate proofs works (e.g.bb prove ...
)Also reported on discord here: https://discord.com/channels/1144692727120937080/1326878972071645276/1326878972071645276
I am using Ubuntu desktop 24 LTS.
The text was updated successfully, but these errors were encountered: