I would really love to try this avn, but it seems that you didn’t put everything needed to properly run it in the download package. Every time I try to install the game it gives me an error. Exact wording, “you can’t open this application “DOGMA MacOS” because it may be damaged or incomplete.”
It works perfectly for everyone else, and everything you need is in the downloaded package.
- What OS are you on?
- What version did you download?
- What EXACT steps did you take to run it?
Also, what does "you can’t opera this application" mean?
Since you said it's the exact wording, I'm assuming it's not a typo.
I recently had to fix this issue for another user, so I know what to do.
It does not have the proper permission to run.
So you'll have to give it permission with chmod in the terminal like so
chmod a+x [GAME]/Contents/MacOS/*
however, the person which also had this issue mentioned that this works:
chmod a+x DOGMA/MacOS.app/0.2+.app/Contents/MacOS/*
And then disable the gatekeeper to open the app.
The reason that this happens is because archiving it in a .rar or any other archive formats removes the permissions from the .app file.
This issue is already known by Dia, but I'm not sure if he'll be able to fix it
I packed the game in a tar archive, check it out
cuz > {The zip
format doesn't have easy support for Unix-like file permissions, so your transfer process is stripping any permission flags that OSX uses to recognize files within that zip
that are supposed to be executable. This can also happen with other file transfer solutions, so it's something to watch out for.
The best solution would be to create an archive which does keep those permissions, such as a tar
archive.}
https://drive.google.com/file/d/1L3G6qWNaJWyF14h158YOibLL8Y3ftX-k/view?usp=shari...