Post

Replies

Boosts

Views

Activity

Comment on Adding dylib to SysExt
So just to be sure - you and Matt are saying that I need to drag the dylibs into my sysExt, and also to add it to the embedded frameworks at the sysExt, is it correct? If this is what you meant, I already tried it, but I still got the 'Library not loaded' error..
Topic: App & System Services SubTopic: Drivers Tags:
Apr ’22
Comment on Embedded app not running
New details/ question: I can't see the launcher app under the user's Login Items (at System Preferences), but anyway - the launcher is working after each restart, and it's opening my app. The questions: Why I can't see it at the Login Items? The really important question: Even that the app is now at the foreground after Mac restarts, It's not really active - applicationDidFinishLaunching() is not getting called, so I can't listen to notifications from the extension. Any way to make it work?
Topic: App & System Services SubTopic: Drivers Tags:
Nov ’21
Comment on Packet Tunnel Provider + Proxy
Thanks! I checked it, and seems that Charles configuring the macOS system proxy settings. They also have a checkbox "Enable macOS proxy". However, I don't see any new profile at the network preferences (so no new VPN..) So according to those findings, it should work with a Packet Tunnel Provider VPN, right? (It doesn't work for me, but still trying to check if it's even should work..)
Oct ’21
Comment on Network Extension – Delayed Startup Time
Hi, sry but no. But it's a rare bug (at least in my case).
Replies
Boosts
Views
Activity
Oct ’25
Comment on Network Extension – Delayed Startup Time
Thanks! If it reproduces, I'll ask the user to enable logging and update the information here.
Replies
Boosts
Views
Activity
Jun ’25
Comment on macOS_15.2 and NE
It was something in my code, so no need for a bug report. Thanks!
Replies
Boosts
Views
Activity
Mar ’25
Comment on On demand rules and Split tunnel
Thanks for the answer! I'll file the enhancement request and post the bug number later on.
Replies
Boosts
Views
Activity
Feb ’25
Comment on XPC and Sleep
Thanks for the great answer!
Replies
Boosts
Views
Activity
Jan ’25
Comment on System Network Extension and Sleep
Please ignore this. I resolved this (silly) problem. I'll update about the NWConnection experiment.
Replies
Boosts
Views
Activity
Jan ’25
Comment on LAN traffic
Thanks! This is the behavior I saw, but I couldn't explain if it was the expected one. Now it's clearer.
Replies
Boosts
Views
Activity
May ’24
Comment on UDP Transparent proxy stops working after ENOBUFS
Well, I had a very similar issue- after getting the ENOBUFS error, all traffic stopped. This error probably suggested that the queues to the kernel were full, so maybe there's still some shared code for both L3 and L4. Anyway, not to hijack this thread, I'll just follow the responses here.
Replies
Boosts
Views
Activity
Sep ’22
Comment on Adding dylib to SysExt
So just to be sure - you and Matt are saying that I need to drag the dylibs into my sysExt, and also to add it to the embedded frameworks at the sysExt, is it correct? If this is what you meant, I already tried it, but I still got the 'Library not loaded' error..
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Apr ’22
Comment on WebKit crash (WebContent)
Hi, it's the same for me - so far this crash reproduces only on a VM with Monterey (in my case, version 12.0.1)
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on Embedded app not running
New details/ question: I can't see the launcher app under the user's Login Items (at System Preferences), but anyway - the launcher is working after each restart, and it's opening my app. The questions: Why I can't see it at the Login Items? The really important question: Even that the app is now at the foreground after Mac restarts, It's not really active - applicationDidFinishLaunching() is not getting called, so I can't listen to notifications from the extension. Any way to make it work?
Topic: App & System Services SubTopic: Drivers Tags:
Replies
Boosts
Views
Activity
Nov ’21
Comment on Packet Tunnel Provider + Proxy
Thanks! I checked it, and seems that Charles configuring the macOS system proxy settings. They also have a checkbox "Enable macOS proxy". However, I don't see any new profile at the network preferences (so no new VPN..) So according to those findings, it should work with a Packet Tunnel Provider VPN, right? (It doesn't work for me, but still trying to check if it's even should work..)
Replies
Boosts
Views
Activity
Oct ’21
Comment on Sleep + on demand rules
How the server logs should help here? Most chances that packets are not sent in this scenario
Replies
Boosts
Views
Activity
Aug ’21
Comment on Failed to Add VPN Configuration
@alaaugustine Are you able to programmatically capture Console logs? Can you please explain how you are doing it?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’21