Create and Fuck your AI Cum Slut –70% OFF
x

nikkieliot

Member
Mar 29, 2025
477
461
82
Is the app is in your homefolder (such as Downloads for example), and not in a folder that belongs to the system ?
An administrator is still limited on what he can do outside of his home folder. Granting Full disk access might indeed help here. As last resort, put sudo before the chmod command, as mentioned by Kingtom13 in his post.
If he selects full disk access for terminal and run command in terminal with admin privileges it should work no matter in which folder is app located.which is basically what you stated
 
  • Like
Reactions: PBS666

Mharzel

Member
Aug 19, 2021
350
99
38
Is the app is in your homefolder (such as Downloads for example), and not in a folder that belongs to the system ?
An administrator is still limited on what he can do outside of his home folder. Granting Full disk access might indeed help here. As last resort, put sudo before the chmod command, as mentioned by Kingtom13 in his post.
It's in the downloads, I typically just extract it from the zip then click to play. There's no request to grant full disk access nor is it present in security and privacy section.

I allowed terminal full disk access redid it and still "Permission denied" did the sudo thing it asked for my password, placed the password and still "Permission denied".

Granted I've been downloading the file from Mega, I haven't tried downloading it from other links in the description. Maybe I should try other links in the hopes that maybe it might be different from mega?
 

nikkieliot

Member
Mar 29, 2025
477
461
82
It's in the downloads, I typically just extract it from the zip then click to play. There's no request to grant full disk access nor is it present in security and privacy section.

I allowed terminal full disk access redid it and still "Permission denied" did the sudo thing it asked for my password, placed the password and still "Permission denied".

Granted I've been downloading the file from Mega, I haven't tried downloading it from other links in the description. Maybe I should try other links in the hopes that maybe it might be different from mega?
Check file flags
ls -lO ~/Starperiphery if you see uchg
Then run
sudo chflags nouchg ~/Starperiphery

thnen run xattr again
If issue persists its SIP protection google how to turn it off -courtessy of apple...

and yes source of files like mega can cause quarantine issue...
 

PBS666

Engaged Member
Feb 19, 2019
3,611
3,406
448
It's in the downloads, I typically just extract it from the zip then click to play. There's no request to grant full disk access nor is it present in security and privacy section.

I allowed terminal full disk access redid it and still "Permission denied" did the sudo thing it asked for my password, placed the password and still "Permission denied".

Granted I've been downloading the file from Mega, I haven't tried downloading it from other links in the description. Maybe I should try other links in the hopes that maybe it might be different from mega?
Check file flags
ls -lO ~/Starperiphery if you see uchg
Then run
sudo chflags nouchg ~/Starperiphery

thnen run xattr again
If issue persists its SIP protection google how to turn it off -courtessy of apple...

and yes source of files like mega can cause quarantine issue...
Using ls -lO (path to app) will indeed give more useful information, such as current permissions, ownership etc. You can run it on the starperiphery executable found in /Contents/MacOS as well. Please list the results.

It never hurts of trying a fresh download, and when unzipping, use The Unarchiver instead of the build-in archive utility.

Also Mharzel which version of MacOs are you on ?
 

Lewdsense

Newbie
Jan 19, 2019
15
5
58
Apologies if it's already been asked and answered, but slogging through 300+ pages to find the answer is a bit much - what program were the background renders made in? I don't think I've ever seen a visual novel with this level of detail and atmosphere in the renders.
 

Mharzel

Member
Aug 19, 2021
350
99
38
First off I don't know what I'm doing but I ran -lO ~/Starperiphery and -lO~/Starperiphery, I get "-bash: -lO: command not found" and "No such file or directory". I have downloaded both the mega and the workupload version both give the no permission. As for my Os I run Big Sur ver 11.5.1. I don't think this is an issue since the previous versions of the game ran properly.

Edit - I just downloaded the "The Unarchiver" best app ever it works now, I don't know how or what it did but I just opened it with the app and it works. Thanks!
 

Mharzel

Member
Aug 19, 2021
350
99
38
Dr. Iris is a professional at her job, but Lise is still number 1. With that being said does not having the enough stats the "too big enough" like a skill check lead into some lines or scenes not showing up or no?
 

SynthScribe

Member
Jan 13, 2019
262
489
147
Hoping that they won't be weirdly slow and non-impactful like many 3d games. Call me crazy, but it's nice when a character is described as fucking hard in a scene and the animation actually looks and sounds like they are indeed fucking someone hard, instead of barely moving their hips.
Looking forward to animations.
Well that and something akin to:
- Here's 1 image.
- Here's some ero text.
- Here's another image.
- Here's some more ero text.
- Here's a "end" photo

Where the images + text completely fail to lock together into a single, continuous flow—so instead of actually feeling the intensity most likely occurring, "aka immersing themselves experiencing Lise in all her Glory-" , the rhythm building panel by panel toward that final moment we've come to love from VP, you’re just jumping between random frozen shots in time and walls of text that refuse to share the same pulse. The story never actually moves linearly with the visuals; the ending gets shattered due to some weird disconnect, the immersion dies, and you're left there thinking to yourself:

"Fuck, I'm going to hit the spacebar/click a button/wait for autoplay to advance, and fml I'm 99% sure the text is going to read
  1. [Character 1]'s member throbbs... [Character 2] explodes... Character 2 splatter's deeply.
  2. [Insert a black screen]
  3. An instantaneously sudden burst of emotion when you proceed to read: 3 days later you...
Repeat this experience until you reach the end and you're final thoughts are:
"Fuck. I should have expected that."

Versus so far SP's scenes end with saying to yourself:

"Fuck. That was hot. More.... Please"
+
Forum posts of "When's the next release? anyone?"

In ending, I'll say that I don't feel much worry about this as VP isn't someone that comes off as a dev that would invest time/money into something that would lesson the quality level of the Game/Story.
 

PBS666

Engaged Member
Feb 19, 2019
3,611
3,406
448
First off I don't know what I'm doing but I ran -lO ~/Starperiphery and -lO~/Starperiphery, I get "-bash: -lO: command not found" and "No such file or directory". I have downloaded both the mega and the workupload version both give the no permission. As for my Os I run Big Sur ver 11.5.1. I don't think this is an issue since the previous versions of the game ran properly.

Edit - I just downloaded the "The Unarchiver" best app ever it works now, I don't know how or what it did but I just opened it with the app and it works. Thanks!
Glad it worked out!
As for the ls command:
You probably made a typo: the command is ls -lO (l = underscore L). ls lists basic information of a file. The -l option means "long" = extra info, such as permissions and ownership, which were the issues here. The -O means including file flags in the -l output.
As for the file path, I advise dragging the file (that you want info from) into the terminal window instead of typing the file path and file name. The latter is more prone to typos IMO. Just keep in mind there should be a space between the command and the file path.
The output of the ls-l command when applied to the StarPeriphery file (found in /Contents/MacO) should start with -rwx (read-write-execute). If there is a - instead of that x, there's no execute permission, so the executable file can't execute o_O. That's what my post about the chmod command was all about.
And finally, when you say "First off I don't know what I'm doing ...", I would advise to stay away from sudo ;)
 
Last edited:

Magsarion999

Newbie
Oct 6, 2024
94
372
107
Dr. Iris is a professional at her job, but Lise is still number 1. With that being said does not having the enough stats the "too big enough" like a skill check lead into some lines or scenes not showing up or no?
No, just a couple of phrases change, nothing more, the general meaning and narrative remain the same.
 
  • Like
Reactions: Sakyazel

nikkieliot

Member
Mar 29, 2025
477
461
82
First off I don't know what I'm doing but I ran -lO ~/Starperiphery and -lO~/Starperiphery, I get "-bash: -lO: command not found" and "No such file or directory". I have downloaded both the mega and the workupload version both give the no permission. As for my Os I run Big Sur ver 11.5.1. I don't think this is an issue since the previous versions of the game ran properly.

Edit - I just downloaded the "The Unarchiver" best app ever it works now, I don't know how or what it did but I just opened it with the app and it works. Thanks!
Yep you made typo, but good -unarchiver app did the job not marking game with unwanted flag as would built-in unzip utility do. now you know that when you dl mega or other sources not friendly with apple ecosystem use unarchiver not osx built-in utility.
 
  • Like
Reactions: PBS666
Jul 30, 2020
45
8
116
I haven't checked out all the posts but what kind of release schedule does the creator have? like is it once a month or once every 6 months? I'm curious because its been 3 months since a new release has come out and I am wondering, should I remain patient or should I start preparing to look for other games?
 
4.80 star(s) 147 Votes