Hi, really excited to play this game!
When I download the game I get this "Mac" app that I can't open.
Any ideas on how to play this?
A cryptic puzzle game about being a bad coder. Also ducks. · By
You have to go in your "System Preferences" > "Security & Privacy", and below the "Allow apps downloaded from" you've to click on "Open anyway".
If it doesn't work after that, you just have to relaunch the app and it will work.
I just did that and it worked.
If you need more details, tell me.
Edit:
This other method worked:
https://support.apple.com/guide/mac-help/apple-cant-check-app-for-malicious-soft...
(long press left click + control key -> open) : it will make an exception for this app and open it.
I also had issues opening it at first.
I tried opening it from the terminal but get this error:
The application cannot be opened for an unexpected reason, error=Error Domain=RBSRequestErrorDomain Code=5 "Launch failed." UserInfo={NSLocalizedFailureReason=Launch failed., NSUnderlyingError=0x6000006903c0 {Error Domain=NSPOSIXErrorDomain Code=111 "Unknown error: 111" UserInfo={NSLocalizedDescription=Launchd job spawn failed}}}
That led me to this article: https://developer.apple.com/forums/thread/676627
In short to fix it run the following command in your terminal in the folder where the app/game is located: chmod +x ThatGameMac.app/Contents/MacOS/ThatGame
You should then be able to open the app. After I opened it the first time I had to first allow it to run by going to System Preferences > Security & Privacy > General > "Open Anyway"
Thank you atakker! I really appreciate the assist, as I haven't had a proper opportunity to look into a real fix.
Basically the problem is that When you build a Mac version on PC the accessibility settings are all set wrong. It's a known problem and just another example of an easy problem to fix that Unity has know about for years and just not done anything about. There are solutions to this problem, I've just been stuck in travel-limbo trying to get home to my country and not had a great opportunity to sit down and fix it.
To be specific, it's a permissions issue. I don't know how Unity messed this up, but all that's needed is to add the "x" permission to ThatGame.app/Contents/MacOS/ThatGame using chmod. I don't see why this can't be done with Windows Subsystem for Linux (although I haven't tested that), but that should be much easier than setting up a Catalina VM (although setting up a Linux VM should also be easier if WSL doesn't work, tbh).
I don't suppose someone could download the latest version, apply the fix and upload the files somewhere for me to download? Then I'll replace the file with the fixed version.
Basically, unbelievably, there doesn't seem to be a way to get around this problem unless you build the project from a Mac or Linux system, which I don't have. That or we do as I described above, which would be a massive headache to do every time, but there we are.
Thank you so much Pixafied! I think it should, especially since I'm not unzipping it. Let's give it a go :) Sorry to ask, but I actually have a new version too, I don't suppose you could do the same again with this?
https://drive.google.com/file/d/16ce-N9VcACnZ9Yf_INZNqOE_p8mvNBdc/view?usp=shari...
I'm working on setting up a virtual machine with Catalina, just so I can do this. So shouldn't need to ask you many more times!
No worries!
Here's the newest link: https://we.tl/t-kzFtTiVpEF
This version works on my Mac! However I am noticing bugs that I think are not intentional haha. From the third level and on gravity does not have an effect on me and I will start very slowly floating upward triggered by either touching the platform or random other actions. Sometimes I can win a level still and other times I float too quickly to hit the folder. Once I got in the folder but continued floating and it never triggered a win level event haha (level 6. Didn't get past this one because of this). Perhaps this is something to do with getting it to work on a Mac that messed wit some settings? Dunno! But what I did play of the game I enjoyed!
Yeah, I actually just made a video on this for my friend. The easiest way that I found to fix it is to download and run it from the itch.io app. Not sure why this works, though. There are issues with doing this with some games, but all I've seen from issues like that is texture glitches like in "4d Explorer," which turns a lot of things red.