Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

every time i try to run it i get this 

Last login: Mon Mar 17 03:33:39 on ttys001

/Users/_____________/Downloads/BM-PartI106-release-mac/BadManners.app/Contents/MacOS/BadManners ; exit;

_________________ ~ % /Users/_____________/Downloads/BM-PartI106-release-mac/BadManners.app/Contents/MacOS/BadManners ; exit;

/Users/______________/Downloads/BM-PartI106-release-mac/BadManners.app/Contents/MacOS/BadManners: line 60: /Users/______________/Downloads/BM-PartI106-release-mac/BadManners.app/Contents/MacOS/lib/darwin-x86_64/BadManners: Permission denied

/Users/________________/Downloads/BM-PartI106-release-mac/BadManners.app/Contents/MacOS/BadManners: line 60: exec: /Users/______________/Downloads/BM-PartI106-release-mac/BadManners.app/Contents/MacOS/lib/darwin-x86_64/BadManners: cannot execute: Undefined error: 0

Saving session...

...copying shared history...

...saving history...truncating history files...

...completed.

[Process completed]

the ________ are when it uses my info

I also checked the Patreon version it did the exact same thing, I even tried giving it permissions to do things, it didn't work.

I was testing the project for Mac using a Virtual Machine from VMware. Everything worked fine at the time. I don’t have a Mac, so I couldn’t test the project directly on the computer.

Check out the comments via this link:

https://www.patreon.com/posts/31486148

Perhaps one of them will help you.

So I checked this out again after a while, the version you sent me to has the same problem as the previous one where the part that is supposed to run on macOS is a document instead of a unix executable file, Once it's turned into a unix file it is missing the resources to properly run on mac, It only has the basic start up and nothing else so it starts runs all it can then stops unable to process the game, I am going to try moving some of the unix files from the ren'py folder and once i've done that I'll get back to you on my findings

I'm replying to myself here, all of the important files are docs instead of unix files, there is one in MacOS folder but the rest are is a sub folder called Darwin-x86_84 which is in lib, which is in resources, to make the documents unix files go into your terminal and type "chmod +x " then place the doc into your terminal and it will change, you must include the spaces