I'm running 32-bit Debian.

I installed 32-bit Pharo 6.1 using:
wget -O- https://get.pharo.org | bash

When I try to run Pharo with:
./pharo-ui Pharo.image &

I get this error:

PrimitiveFailed: primitive #createDirectory: in UnixStore failed

And when I try to close the image, I get this error:

PrimitiveFailed: primitive #primSize: in MultiByteFileStream failed

What's going on???