moonbeam icon indicating copy to clipboard operation
moonbeam copied to clipboard

Got error "Error: Service(Client(VersionInvalid("cannot deserialize module: UnknownOpcode(192)")))"

Open wenjoy opened this issue 1 year ago • 1 comments

I build from v0.31.1 at WSL2.

when run ./target/release/moonbeam --dev, I encountered this error. But it wokrs ./target/release/moonbeam with this command.

wenjoy avatar Jun 10 '23 01:06 wenjoy

This was related to a wrong version of rust IIRC. Can you cargo clean and try again please ?

crystalin avatar Jun 30 '23 17:06 crystalin

I confirm, this was an issue related to rustc.

More context: https://github.com/paritytech/polkadot-sdk/issues/3192

RomarQ avatar May 17 '24 11:05 RomarQ