- Jul 1, 2018
- 40
- 68
Firstly, that string isn't in the game from what I can tell, so it might be corrupt.What did I do wrong?
But I note you're executing linux libraries, and it thinks it's Windows 10. So, either you're on a Windows machine and somehow took a very wrong turn, or, more likely, your sandboxing/wine/proton/whatever software is screwing with you.
Note that the game runs fine with the linux libraries without wine/proton. Every Ren'Py game I've tried does. Though you may need to run
chmod -R u+x lib *.sh
which sets the libraries and the launch script, whatever it may be, as executable. They need to execute to function.Also, if you haven't, and especially since you've delved into the world of Linux: consider sandboxing software. We know your first name now.