添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
叛逆的太阳  ·  ICMJE | ...·  3 月前    · 
风流倜傥的麦片  ·  Flameshot Clipboard ...·  3 月前    · 
发呆的水煮肉  ·  RunCellpose Plugin ...·  2 月前    · 
含蓄的眼镜  ·  Pre-commit hooks work ...·  2 月前    · 
非常酷的风衣  ·  Standalone nexus ...·  1 月前    · 
细心的登山鞋  ·  VBA Excel - NI Community·  2 年前    · 

Stack Exchange Network

Stack Exchange network consists of 183 Q&A communities including Stack Overflow , the largest, most trusted online community for developers to learn, share their knowledge, and build their careers. Visit Stack Exchange

Super User is a question and answer site for computer enthusiasts and power users. It only takes a minute to sign up.

Sign up to join this community

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

environment

mac os catalina 10.15.5(19F101)

v2ray version v4.24.2 https://github.com/v2ray/v2ray-core/releases/download/v4.24.2/v2ray-macos.zip

qv2ray version v2.5.0 https://github.com/Qv2ray/Qv2ray/releases/download/v2.5.0/Qv2ray-v2.5.0.macOS-x64.dmg

problem

when i download both files and install Qv2ray and unzip v2ray-macos then push all files in the v2ray-macos to the target folder in /Users/you_user_name/Library/Preferences/qv2ray/vcore , and press the Check V2ray Core Settings if faile with message V2ray core failed with an exit code: 255

when i searched the error msg V2ray core failed with an exit in the source code in https://github.com/Qv2ray/Qv2ray , i foud it's here https://github.com/Qv2ray/Qv2ray/blob/737545329dd59757038413831e5fed883470fe49/src/core/kernel/V2rayKernelInteractions.cpp#L110 what fails. xiaojueguan Jun 18, 2020 at 2:24 i dive into the depressed folder and execute ./v2ray it failed with operation not permitted, then i execute sudo chmod +x v2ray; sudo ./v2ray it still failed with operation not permitted. xiaojueguan Jun 18, 2020 at 2:33