abbasnaqdi / nekoray-macos

This script is made to build https://github.com/MatsuriDayo/nekoray software for use on macOS operating system.
527 stars 50 forks source link

3.21, 3.22 Intel and Apple version crashes #40

Closed lxtx528 closed 7 months ago

lxtx528 commented 9 months ago

Hello brother! I am looking forward to your update, but the latest version (3.21 Intel version) cannot be opened directly on MAC OS 11.7.9. It prompts the application to crash and hopes to receive your solution. Thank you!

heibailiangxiangwang20 commented 9 months ago

是的,英特尔无法打开

bart3nder commented 9 months ago

Yup, was going to submit a issue and saw this. This problem exists on arm series too.

Screenshot 1402-07-07 at 10 26 18 in the morning
Phoenix-999 commented 9 months ago

@lxtx528 @bart3nder

Run this command in terminal You need to change the /Path/builder.sh location to the correct location of the builder.sh file and then run it Example below

bash /Users/MY-USER-NAME/Downloads/nekoray-macos-3.21/builder.sh

bart3nder commented 9 months ago

@Phoenix-999 Thanks for the response Actually I'm not compiling by myself, I'm using the released version.

Phoenix-999 commented 9 months ago

@bart3nder In that case, the error is valid. Unfortunately, I am experiencing the same issue with older macOS

Screenshot 2023-09-29 at 08 18 20

Hope the amazing @abbasnaqdi will solve this issue soon for us

sintech commented 9 months ago

Maybe this helps (MacOS 10.15.7)

% ./Downloads/nekoray_amd64.app/Contents/MacOS/nekoray
qt.qpa.plugin: Could not load the Qt platform plugin "cocoa" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: cocoa.
abbasnaqdi commented 9 months ago

https://github.com/abbasnaqdi/nekoray-macos/issues/41

abbasnaqdi commented 9 months ago

Be calm and patient. Some changes must be made in the main source, I am trying to ‍pull request‍ to the main source. For now, we have to wait for a bigger version than 3.21.

sintech commented 9 months ago

3.22 has been released https://github.com/MatsuriDayo/nekoray/releases/tag/3.22

shahryarjb commented 9 months ago

Dear @abbasnaqdi , the 3.22 is released could you check it whether has the requirements you want or not? it is Pre-release version Thanks for all your efforts

abbasnaqdi commented 9 months ago

https://github.com/abbasnaqdi/nekoray-macos/issues/42

abbasnaqdi commented 9 months ago

Version 3.22 is the pre-release and not the latest release. What is your rush to get version 3.21 or 3.22? Version 3.18 works fine for now.

shahryarjb commented 9 months ago

@abbasnaqdi Once again, Unfortunately in macOS 13.4, the sing-box engine does not work for me, for hysteria and tuic. Thanks

narakai commented 9 months ago

3.21 supports Hysteria2, which can significantly improve VPS speed.

shahryarjb commented 9 months ago

Hi again https://github.com/MatsuriDayo/nekoray/releases/tag/3.23 is released!! I could not find a point directly whether they fixed the mac problem or not @abbasnaqdi

abbasnaqdi commented 9 months ago

Hello, with apologies to everyone, I don't have enough time to edit and publish the new version and I have to work all days of the week! This is an open source repository and if you urgently need fixes and a new version, you can contribute to the project.

lxtx528 commented 9 months ago

Brother, I believe most people don't know, so let's wait until you have time to handle it.

abbasnaqdi commented 8 months ago

https://github.com/abbasnaqdi/nekoray-macos/releases/tag/3.24

shahryarjb commented 8 months ago

@abbasnaqdi Thank you for all your efforts

narakai commented 8 months ago

Thanks bro!

narakai commented 8 months ago

https://github.com/abbasnaqdi/nekoray-macos/releases/tag/3.24

The new version still crashes on my Mac M1, Sonoma, both arm and amd.

ghost commented 8 months ago

still crashes on my Mac M2, Sonoma

heibailiangxiangwang20 commented 8 months ago

3.24版本,我尝试把 \Contents\Frameworks\libfreetype.6.dylib 替换成3.18版本里面的libfreetype.6.dylib 运行成功

abbasnaqdi commented 8 months ago

Please run the application like this in the terminal and send me the crash log: ./nekoray_amd64.app/Contents/MacOS/nekoray Or ./nekoray_arm64.app/Contents/MacOS/nekoray

ghost commented 8 months ago

Please run the application like this in the terminal and send me the crash log: ./nekoray_amd64.app/Contents/MacOS/nekoray Or ./nekoray_arm64.app/Contents/MacOS/nekoray

Thank you for your reply,here is the error log after running it

./nekoray_arm64.app/Contents/MacOS/nekoray
qt.qpa.plugin: Could not load the Qt platform plugin "cocoa" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: cocoa.

zsh: abort      ./nekoray_arm64.app/Contents/MacOS/nekoray
parsanoori commented 7 months ago

@abbasnaqdi

Can you help us on how to resolve this problem or how can we help you with it?

Can building from scratch still be the solution?

abbasnaqdi commented 7 months ago

Try this version. https://github.com/abbasnaqdi/nekoray-macos/releases/tag/3.25

parsanoori commented 7 months ago

Thank you for your efforts.