Comments

Log in with itch.io to leave a comment.

Hey, coming from your previous game I just saw this one was released, I wanted to install this one on Linux via the itch app, but I get an error “Cannot read property ‘build’ of undefined”

Yet I know that Renpy just releases PC containing both Windows and Linux version, so it should work out of the box!

In the meantime I’ll just do a manual download from browser…

Wish I knew how to help! I'm a total amateur when it comes to programming. Let me know if you are able to find a fix or if there's anything I can do.

I found it, your builds are not tagged for OS: mac should check OSX, PC should check Windows and Linux.

I’m surprised as itch has a good parsing system and will auto-detect names like mac or pc (granted, for pc it’s unlikely it selects Windows).

How did you upload the files? You can always override the auto-detection with the 3 methods:

  • manual upload: just check the platforms after upload
  • butler push: the channel name is used to deduce the platform. So mac should work out of the box, pc will probably only add windows though so you’ll have to add linux manually
  • Ren’Py launcher “Upload to itch.io” button (in the build screen, click it after building) -> it’s smart and will auto-tag each build with the correct platforms