Coder Social home page Coder Social logo

Comments (12)

faritor avatar faritor commented on July 27, 2024 1

版本:1.3.7
core:1.16.0

同样遇到了这个问题,但是发现,如果不移除助手,在等待的情况下,也是可以自己恢复的

在下面日志中可以看出 55 分左右的时候启动了 app,同时会显示 API Connect Error,然后只需要静静的等待,但是需要 5 分钟左右,不知道在这 5 分钟在做什么,下面是完整的启动日志

2023/12/11 01:55:44.069  [info] /Users/runner/work/ClashX.Meta/ClashX.Meta/ClashX/AppDelegate.swift applicationWillFinishLaunching(_:) applicationWillFinishLaunching
2023/12/11 01:55:44.087  [info] /Users/runner/work/ClashX.Meta/ClashX.Meta/ClashX/AppDelegate.swift applicationDidFinishLaunching(_:) ———————————————————————————————————————————————————————————
2023/12/11 01:55:44.087  [info] /Users/runner/work/ClashX.Meta/ClashX.Meta/ClashX/AppDelegate.swift applicationDidFinishLaunching(_:) ———————————————applicationDidFinishLaunching———————————————
2023/12/11 01:55:44.087  [info] /Users/runner/work/ClashX.Meta/ClashX.Meta/ClashX/AppDelegate.swift applicationDidFinishLaunching(_:) ———————————————————————————————————————————————————————————
2023/12/11 01:55:44.087  [info] /Users/runner/work/ClashX.Meta/ClashX.Meta/ClashX/AppDelegate.swift applicationDidFinishLaunching(_:) Appversion: v1.3.7 465
2023/12/11 01:55:44.114  [info] /Users/runner/work/ClashX.Meta/ClashX.Meta/ClashX/AppDelegate.swift postFinishLaunching() postFinishLaunching
2023/12/11 01:55:44.139  [info] /Users/runner/work/ClashX.Meta/ClashX.Meta/ClashX/General/Managers/PrivilegedHelperManager.swift getHelperStatus(callback:) check helper using time: 0.01998305320739746
2023/12/11 01:55:44.191  [info] /Users/runner/work/ClashX.Meta/ClashX.Meta/ClashX/AppDelegate.swift setupData() Fire helperStatusTimer
2023/12/11 01:55:44.195  [info] /Users/runner/work/ClashX.Meta/ClashX.Meta/ClashX/General/Managers/RemoteConfigManager.swift setupAutoUpdateTimer() set up autoUpateTimer
2023/12/11 01:55:44.195  [info] /Users/runner/work/ClashX.Meta/ClashX.Meta/ClashX/General/Managers/RemoteConfigManager.swift autoUpdateCheck() Tigger config auto update check
2023/12/11 01:55:44.198  [info] /Users/runner/work/ClashX.Meta/ClashX.Meta/ClashX/General/Managers/RemoteConfigManager.swift saveConfigs() Saving Remote Config Setting
2023/12/11 01:55:52.586  [info] /Users/runner/work/ClashX.Meta/ClashX.Meta/ClashX/AppDelegate.swift checkMenuIconVisable() checkMenuIconVisable: (1466.0, 1295.0, 25.0, 22.0) 0.0, hidden: false, coverd by notch:false
2023/12/11 02:00:44.192  [info] /Users/runner/work/ClashX.Meta/ClashX.Meta/ClashX/AppDelegate.swift setupData() Check helper status success 1.7
2023/12/11 02:00:44.193  [info] /Users/runner/work/ClashX.Meta/ClashX.Meta/ClashX/AppDelegate.swift setupData() HelperReady
2023/12/11 02:00:44.193  [info] /Users/runner/work/ClashX.Meta/ClashX.Meta/ClashX/AppDelegate.swift initMetaCore() initClashCore
2023/12/11 02:00:44.331  [info] /Users/runner/work/ClashX.Meta/ClashX.Meta/ClashX/AppDelegate.swift testMetaCore(_:) test core path: /Users/******/Library/Application Support/com.metacubex.ClashX.meta/com.metacubex.ClashX.ProxyConfigHelper.meta
2023/12/11 02:00:44.332  [info] /Users/runner/work/ClashX.Meta/ClashX.Meta/ClashX/AppDelegate.swift testMetaCore(_:) -v out: Clash Meta alpha-8c3557e darwin arm64 with go1.21.3 Fri Nov  3 05:59:19 UTC 2023
Use tags: with_gvisor
2023/12/11 02:00:44.723  [info] /Users/runner/work/ClashX.Meta/ClashX.Meta/ClashX/AppDelegate.swift testMetaCore(_:) test core path: /Users/******/Library/Application Support/com.metacubex.ClashX.meta/.private_core/com.metacubex.ClashX.ProxyConfigHelper.meta
2023/12/11 02:00:44.723  [info] /Users/runner/work/ClashX.Meta/ClashX.Meta/ClashX/AppDelegate.swift testMetaCore(_:) -v out: Clash Meta v1.16.0 darwin arm64 with go1.21.1 Mon Sep 25 11:37:50 UTC 2023
Use tags: with_gvisor
2023/12/11 02:00:44.724  [info] /Users/runner/work/ClashX.Meta/ClashX.Meta/ClashX/AppDelegate.swift initMetaCore() version: v1.16.0
2023/12/11 02:00:44.984  [info] /Users/runner/work/ClashX.Meta/ClashX.Meta/ClashX/AppDelegate.swift initMetaCore() initClashCore finish
2023/12/11 02:00:44.984  [info] /Users/runner/work/ClashX.Meta/ClashX.Meta/ClashX/AppDelegate.swift startProxy() Trying start meta core
2023/12/11 02:00:45.104  [info] /Users/runner/work/ClashX.Meta/ClashX.Meta/ClashX/AppDelegate.swift startProxy() 
########  Clash Meta Start Log  #########
[info] Start initial configuration in progress
[info] Geodata Loader mode: memconservative
[info] Initial configuration complete, total time: 0ms
[info] Sniffer is closed
[info] HTTP proxy listening at: 127.0.0.1:7890
[info] RESTful API listening at: 127.0.0.1:59090
########  END  #########
2023/12/11 02:00:45.104  [info] /Users/runner/work/ClashX.Meta/ClashX.Meta/ClashX/AppDelegate.swift pushInitConfig() Push init config file: config
2023/12/11 02:00:45.688  [info] /Users/runner/work/ClashX.Meta/ClashX.Meta/ClashX/AppDelegate.swift startProxy() Init config file success.
2023/12/11 02:00:45.705  [info] /Users/runner/work/ClashX.Meta/ClashX.Meta/ClashX/AppDelegate.swift setupData() port config updated,new: 7890,7891
2023/12/11 02:00:45.706  [info] /Users/runner/work/ClashX.Meta/ClashX.Meta/ClashX/AppDelegate.swift syncConfigWithTun(_:_:) tun didn't set

from clashx.meta.

garipan avatar garipan commented on July 27, 2024 1

试了半天,已解决此问题:

  1. 下载1.3.5版本。不要下载"ClashX.Meta.macOS.12.0+.zip",这个版本不是完整版,下载下来实际版本号是1.0。要下载第二个文件"ClashX.Meta.zip"。覆盖安装,就好了。
  2. 确认在设置中已关闭"使用iCloud托管配置文件",这个也会导致加载失败。

from clashx.meta.

YangYaoli avatar YangYaoli commented on July 27, 2024

碰到同样的问题,MacBookAir15/MacOS14.1.1 (23B81),感觉是UI和后台助手程序无法连接,日志文件里也没找到报错信息。
还有一个方法可以解决,在通用设置的登录项中,关闭助手程序的允许在后台选项,然后重新打开该选项;再重新启动一下程序。操作上有点麻烦,希望后续更新能解决。

from clashx.meta.

skill7899 avatar skill7899 commented on July 27, 2024

碰到同样的问题,MacBookAir15/MacOS14.1.1 (23B81),感觉是UI和后台助手程序无法连接,日志文件里也没找到报错信息。 还有一个方法可以解决,在通用设置的登录项中,关闭助手程序的允许在后台选项,然后重新打开该选项;再重新启动一下程序。操作上有点麻烦,希望后续更新能解决。

。。退出,又要重复上面操作了。退回到1.3.5版本了

from clashx.meta.

cheneyxx avatar cheneyxx commented on July 27, 2024

确实有这个问题 希望新版本能修复

from clashx.meta.

b1ghawk avatar b1ghawk commented on July 27, 2024

同样遇到了这个问题,目前准备先降级1.3.5,楼上的大佬们。有新的结果了记得喊我下😋谢谢!

from clashx.meta.

cheneyxx avatar cheneyxx commented on July 27, 2024

同样遇到的这个问题,目前准备先降级,楼上的大佬们。有结果了记得喊我下😋

用 1.3.6 版本要好一点 如果出现这个问题 移除助手程序 退出 🐱 重新启动它再安装助手程序

from clashx.meta.

b1ghawk avatar b1ghawk commented on July 27, 2024

同样遇到的这个问题,目前准备先降级,楼上的大佬们。有结果了记得喊我下😋

用 1.3.6 版本要好一点 如果出现这个问题 移除助手程序 退出 🐱 重新启动它再安装助手程序

1.3.6同样有这个问题,我已切换至1.3.5,问题消失。

from clashx.meta.

b1ghawk avatar b1ghawk commented on July 27, 2024

试了半天,已解决此问题:

  1. 下载1.3.5版本。不要下载"ClashX.Meta.macOS.12.0+.zip",这个版本不是完整版,下载下来实际版本号是1.0。要下载第二个文件"ClashX.Meta.zip"。覆盖安装,就好了。
  2. 确认在设置中已关闭"使用iCloud托管配置文件",这个也会导致加载失败。

我用那个1.3.5-macOS.12.0+.zip也没遇到这个问题了。
虽然不知道12.0+有啥特别之处?

from clashx.meta.

cheneyxx avatar cheneyxx commented on July 27, 2024

我也以为 12 以上系统下第一个 我现在都 Sonoma 了。。

from clashx.meta.

Mrycp avatar Mrycp commented on July 27, 2024

遇到相同的问题,现在只能通过移除助手重新安装来解决。但另一台机子的系统版本不是最新的就没有遇到这个问题,感觉是系统调整了某些机制导致的,希望可以做下适配。

from clashx.meta.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.