Sui move test not working (segmentation fault)

Hello guys

I installed sui client on WSL (sui-client 1.44.2-homebrew), got connected to devnet and created an address.
When I proceeded to write my first hello_world program (from move-book, section 4) everything built well, but when i try to ‘sui move test’ i get error that says: Segmentation fault (core dumped). I have tried on two different laptops and I end up with the same error on both of them.

I followed every step from SUI installation guides.
I installed al Linux prerequisites,
My WSL is Ubuntu 22.04.2 LTS

Hi, this might be related to compatibility issues with the prebuilt binary.

If you’re using Linux/WSL, building Sui from source could be a better approach. You can follow the guide here: Build Using Cargo (MacOS/Linux)

Try this and see if it resolves the issue.

With Ubuntu under WSL I had the same issue using the brew sui package. Strangely, I couldn’t compile it using cargo either. I was successful using the released tarball for Ubuntu from the GitHub repo.