Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Chegen

2
Posts
9
Following
A member registered Dec 25, 2019

Recent community posts

You can use this process for any games that have the same issue. 

Check the files ( [gamename], python, pythonw, zsync, zsyncmake ) in the mentioned locations and if they show up as plain text, change them to unix exec.

Seems that you have to change the plain text file to unix executable file (worked for me) :

- Open terminal , type chmod +x (with a space at the end, and do NOT press enter yet)

- Then, drag Contents>Mac OS >Dreams of Desire from the Finder and drop it on top of the Terminal window. The file path and filename should automatically fill in (and you should ensure that there's a space between "+x" and the file path).

-Press enter.

Repeat this process for the following 5 files in Contents>Mac OS > lib>darwin-x86_64 :

DreamsOfDesireEP5, python, pythonw, zsync, zsyncmake


Hope it works for you to