Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+4)

Same problem. Has anyone gotten this to work?


---

Okay I figured this out but it takes some terminal know how.

  1. Copy the app bundle to your Applications folder
  2. Launch the terminal application
  3. Type this command `chmod +x /Applications/wohgame0915h1.app/Contents/MacOS/wohgame0915h1`
  4. Shift right click on the app bundle and hit open

Explanation: The executable is missing the execute bit, also it's not signed so you have to use the right click open approach to tell macOS to trust it.

(+1)

Thank you, this worked for me!

(+1)

Glad I could help!