- May 27, 2017
- 512
- 969
Thanks for the feedback! I uncompressed the zip file produced by the renpy developer tool, and then re-zipped them, probably wiping out all the Linux permissions along the way. I'll have to avoid doing that next time I post a build.okay found the problem by reading the sh and comparing it to other games that crash in wine (sunshine love for example crashes instantly in wine because of the intro cinematic)
your linux executables (in the /lib folders) are compiled but shipped without execute permissions, so obviously the shell found the correct library but wasnt able to execute the file and shut down
running a chmod over them fixed that
How do you identify which files in the /lib folders needed chmod +x, or are they all executables?