Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Hey, when starting it via the bash file on Linux 5.15 (x86_64), Python 3.9.7, I'm getting

```

Could not import renpy.bootstrap. Please ensure you decompressed Ren'Py

correctly, preserving the directory structure.

ImportError: No module named future.standard_library

```

Same happens if I invoke the python file directly. Version 0.5 works without problems.

Any idea what this is? And would you mind telling me the SHA512 sum of the MurMur-0.6-pc.zip so I can check if I have a corrupted download?

I don't have Linux installed to answer your question in full. But it sounds like it's a problem with a download or extraction. Try to redownload the game and tell me if that worked.

The redownload resulted in the exact same file, so no difference. MD5 is 'a3a5fae00ca6c5cc1b60831280d4f89a' in case you can verify that. I also downloaded the compressed version and that worked without issues.

Try "pip install future". Idk what it does, I was adviced that this can help. 

Already tried that, but it looks like RenPy ships its own version of Python 2 and doesn't use the system's one. Since I could play the compressed version, it's all good - but, on a slightly related note, would you consider adding a torrent download starting with the next version? This way it would be easier to make sure one always has the correct file without having to redownload from potentially rate-limited services. Thanks!

I'll see what I can do ^^