-
Notifications
You must be signed in to change notification settings - Fork 146
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
Error: Service(Client(VersionInvalid("cannot deserialize module: UnknownOpcode(192)"))) #178
Comments
This is due to version incompatibility. Create in the root of the project file 'rust-toolchain.toml' and place the following content:
The rebuild using This worked for me, I also use Mac with M1 CPU. |
For everyone stumbling across this one, either fix it by using the provided binary instead, or install
|
facing same error with ubuntu 22.04 |
Thank you very much, it is working properly, I appreciate it very much. |
Thanks for the help, this works . |
Should be fixed with the latest master. |
When I try to run "substrate-contracts-node --dev" I get this error:
WARN main wasm-runtime: Cannot create a runtime error=Other("cannot deserialize module: UnknownOpcode(192)")
Error: Service(Client(VersionInvalid("cannot deserialize module: UnknownOpcode(192)"))
I'm use MAC M1
============================
substrate-contracts-node 0.24.0-fe448511262
====
rustup +nightly show
Default host: aarch64-apple-darwin
rustup home: /Users/secoalba/.rustup
installed toolchains
stable-aarch64-apple-darwin (default)
nightly-2023-03-14-aarch64-apple-darwin
nightly-aarch64-apple-darwin
installed targets for active toolchain
aarch64-apple-darwin
wasm32-unknown-unknown
active toolchain
stable-aarch64-apple-darwin (default)
rustc 1.68.2 (9eb3afe9e 2023-03-27)
Default host: aarch64-apple-darwin
rustup home: /Users/secoalba/.rustup
installed toolchains
stable-aarch64-apple-darwin (default)
nightly-2023-03-14-aarch64-apple-darwin
nightly-aarch64-apple-darwin
installed targets for active toolchain
aarch64-apple-darwin
wasm32-unknown-unknown
active toolchain
nightly-aarch64-apple-darwin (overridden by +toolchain on the command line)
rustc 1.70.0-nightly (700938c07 2023-04-04)
The text was updated successfully, but these errors were encountered: