qBittorrent-Enhanced-Edition icon indicating copy to clipboard operation
qBittorrent-Enhanced-Edition copied to clipboard

macOS Big Sur 11.4 Apple M1 程序无响应无法正常运行 The program is unresponsive and must be forced to exit.

Open Airloss opened this issue 3 years ago • 3 comments

Please provide the following information

qBittorrent version and Operating System

qBittorrent Enhanced Edition v4.3.6.10 macOS Big Sur 11.4 Apple M1

What is the problem

The program is unresponsive and must be forced to exit. 打开后程序无响应,只能强制退出。

What is the expected behavior

normal operation 正常运行

Steps to reproduce

The installation program runs normally when it is opened for the first time, and cannot respond when it is opened after exiting, and it can only be forced to exit. 安装程序,初次打开正常运行,退出后再打开无法响应,只能强制退出。

Extra info(if any)

(type here)

Airloss avatar Jul 22 '21 05:07 Airloss

Sorry, I don't have M1 macbook :'( But you can try to use that script to build your own qbittorrent enhanced for M1. https://gist.github.com/Kolcha/3ccd533123b773ba110b8fd778b1c2bf Change Line 124: https://github.com/qbittorrent/qBittorrent > https://github.com/c0re100/qBittorrent-Enhanced-Edition

./build_qbt_dmg.sh --qbittorrent=release-4.3.7.10 --libtorrent=1.2.14

c0re100 avatar Aug 15 '21 18:08 c0re100

Failed to compile.

...
CMake Error at /var/folders/_t/r3ds64f92_j8q4l5m587t5j40000gn/T/tmp.QTR1bKrJ/lib-arm64/qt-5.15.2/lib/cmake/Qt5/Qt5Config.cmake:28 (find_package):
  Could not find a package configuration file provided by "Qt5MacExtras" with
  any of the following names:

    Qt5MacExtrasConfig.cmake
    qt5macextras-config.cmake

  Add the installation prefix of "Qt5MacExtras" to CMAKE_PREFIX_PATH or set
  "Qt5MacExtras_DIR" to a directory containing one of the above files.  If
  "Qt5MacExtras" provides a separate development package or SDK, be sure it
  has been installed.
Call Stack (most recent call first):
  src/CMakeLists.txt:65 (find_package)


-- Configuring incomplete, errors occurred!
See also "/var/folders/_t/r3ds64f92_j8q4l5m587t5j40000gn/T/tmp.QTR1bKrJ/build-arm64/qBittorrent-Enhanced-Edition-release-4.3.8.10/CMakeFiles/CMakeOutput.log".
See also "/var/folders/_t/r3ds64f92_j8q4l5m587t5j40000gn/T/tmp.QTR1bKrJ/build-arm64/qBittorrent-Enhanced-Edition-release-4.3.8.10/CMakeFiles/CMakeError.log".

CMakeOutput.log CMakeError.log

Using this script https://gist.github.com/magic-akari/d7cc6c5369e310c789459bcffbd9191e#file-build_qbt_enh_dmg-sh (changed the _qbt_src_dir_name and line 124

magic-akari avatar Sep 12 '21 06:09 magic-akari