Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+2)

我的MacBook玩不了,为什么啊😭😭我真的好需要这个col

(+1)

ohh I'v handled this problem!!use Terminal to Open this game!!

(+5)(-2)

I'm so sorry but I tried to use terminal and it didn't work. May I know in detail how you did it?

(+1)

Sorry this text is  long, but you should be fine if you follow each step one by one.

Step 1: Remove macOS quarantine tag (critical first step)

1. Open Terminal on your Mac. Type this command:

xattr -cr

2. Add a single space after the end of that line. Then click and drag the file named TheFalseSun.app from your folder directly into the Terminal window — it will automatically fill in the full file path for you.

Your final complete line will look something like this (the long middle file path will match where you saved the game):

xattr -cr [your-auto-filled-file-path]/TheFalseSun.app

3. Press the Return/Enter key. If no text or error messages pop up, this step succeeded.

Step 2: Grant executable permissions

1. In Terminal, input this command template (you can drag the app file again to auto-fill the path here too):

chmod +x [your-auto-filled-file-path]/TheFalseSun.app/Contents/MacOS/*

2. Hit Enter to run it. No error messages mean permissions are fixed successfully.

Step 3: Launch the game program

Pick either method to start the game:

Option 1: Paste the full file path into Terminal and press Enter to launch directly.

Option 2: Go back to your game folder, right-click TheFalseSun.app → select Open, then click Open again on the pop-up confirmation window.

I managed to get in! Thank you!

URwelcom (*^▽^*) 

(1 edit)

it worked for me too! TYSMMMMMMMMMMM 

ur an angel! I FINALLY got in after following your directions!!

try going to the mac terminal and follow this, this worked for me (it's the same steps to open the touchstarved game too):

Type the following (this is a lowercase L): ls 

A list of folders should appear and Downloads should be one of them. 

Next, type: cd Downloads 

7. Terminal should now be directed to the folder that game is in

IF YOU ARE USING INTEL, type: chmod -R 777 TheFalseSun 

IF YOU ARE USING APPLE SILICON, type this instead: chmod -R 777 TheFalseSun

I tried this method but it unfortunately didn't work for me but thank you a lot for your time and effort to reply!!