hiddify-next icon indicating copy to clipboard operation
hiddify-next copied to clipboard

initialize inbound/mixed[mixed-in]: set system proxy: execute (/usr/sbin/networksetup) networksetup -setsocksfirewallproxy Wi-Fi 127.0.0.12334: exit status 14

Open zanedeng opened this issue 9 months ago • 16 comments

Search first

  • [X] I searched and no similar issues were found

What Happened?

After configuring the subscription information, clicking the link button results in the following error. initialize inbound/mixed[mixed-in]: set system proxy: execute (/usr/sbin/networksetup) networksetup -setsocksfirewallproxy Wi-Fi 127.0.0.12334: exit status 14

image

Minimal Reproducible Example (MRE)

After configuring the subscription information, clicking the link button results in the following error.

Expected Behavior

No response

Version

v1.1.1

Platform/OS

macOS

Additional Context

No response

Application Config Options

No response

Relevant log output

No response

Are you willing to submit a PR? If you know how to fix the bug.

  • [ ] I'm willing to submit a PR (Thank you!)

zanedeng avatar May 10 '24 15:05 zanedeng

macOS 14.4.1 Hiddify 1.1.1

me too.

jymr92 avatar May 11 '24 02:05 jymr92

me too.

normanify avatar May 18 '24 14:05 normanify

image image

normanify avatar May 18 '24 14:05 normanify

MacOS 14.0 Hiddify 1.1.1

Me too

yoshintame avatar May 27 '24 12:05 yoshintame

MacOS 14.2.1 Hiddify 1.4.0

Me too

kianianbohi avatar Jul 06 '24 18:07 kianianbohi

This error occurred when I launched it using sudo mode. Snipaste_2024-07-07_13-53-15

satandancing avatar Jul 07 '24 05:07 satandancing

me too.

lyf571321556 avatar Aug 03 '24 16:08 lyf571321556

me too. macos 15.0 Beta Hiddify 2.1.5

qinyunqing avatar Aug 08 '24 01:08 qinyunqing

me too, macos sonoma, Hiddify 2.2.0

DIDIRUS4 avatar Aug 29 '24 19:08 DIDIRUS4

any updates on this issue?

Taneros avatar Aug 30 '24 20:08 Taneros

I tried various ways on macos and it didn't help. The client is running on my second Android so far. The problem persists on macos.

DIDIRUS4 avatar Aug 30 '24 20:08 DIDIRUS4

I found some solutions to this problem. The source documents provided me with information about the product.

Version 2.0.5 MacOS (Sonoma/Sequoia)

  • Open terminal
  • Run next command:
sudo /Applications/Hiddify.app/Contents/MacOS/Hiddify
  • Don't close the active terminal process. Instead, create a new page in the terminal. (CMD + T)
  • Enjoy! Your tunnel might be works fine.

Here are my configurations that work on macOS (indicated with arrows).

1. System proxy setup

tg_image_2133159338 It also works without "Strict Route", so you can turn it off.

2. VPN (Experimental)

image Same works fine with/without "Strict Route" mode

Conclusion:

  • The first mode and VPN Service (Experimental) do not work.

  • Used only from root (sudo)

  • macOS is not defined as a VPN service ⚠️

⚠️

image

DIDIRUS4 avatar Sep 02 '24 02:09 DIDIRUS4

Update for previous response

  • Solution works on Hiddify 2.2.0

DIDIRUS4 avatar Sep 02 '24 02:09 DIDIRUS4

I found some solutions to this problem. The source documents provided me with information about the product.

Version 2.0.5 MacOS (Sonoma/Sequoia)

  • Open terminal
  • Run next command:
sudo /Applications/Hiddify.app/Contents/MacOS/Hiddify
  • Don't close the active terminal process. Instead, create a new page in the terminal. (CMD + T)
  • Enjoy! Your tunnel might be works fine.

Here are my configurations that work on macOS (indicated with arrows).

1. System proxy setup

tg_image_2133159338 It also works without "Strict Route", so you can turn it off.

2. VPN (Experimental)

image Same works fine with/without "Strict Route" mode

Conclusion:

  • The first mode and VPN Service (Experimental) do not work.
  • Used only from root (sudo)
  • macOS is not defined as a VPN service ⚠️

⚠️

image

Great!, also works for Ventura, finally resovled! But I noticed that Hiddify started by this method was blank and required import profiles again. And I'm curious why have to run in command line?

Giant-Li avatar Sep 04 '24 02:09 Giant-Li

Great!, also works for Ventura, finally resovled! But I noticed that Hiddify started by this method was blank and required import profiles again. And I'm curious why have to run in command line?

  • Yes, this software generate new configuration file on root user, because you run it from sudo. I think, Hiddify developers should add support for request superuser permissions on every hiddify boot by everyone.

  • For example, ZenMap, nMap applications always request sudo perms on every boot from any macOS user.

  • I always use terminal for myself to run same type application. You can run it in new terminal tab (CMD + T).

DIDIRUS4 avatar Sep 04 '24 09:09 DIDIRUS4

Use this command to launch app in background mode

sudo /Applications/Hiddify.app/Contents/MacOS/Hiddify > /dev/null 2>&1 &

yarodya1 avatar Sep 30 '24 04:09 yarodya1