Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

broken on Mac OS sequoia dev beta 3 #1355

Closed
frootloop88 opened this issue Jul 10, 2024 · 83 comments
Closed

broken on Mac OS sequoia dev beta 3 #1355

frootloop88 opened this issue Jul 10, 2024 · 83 comments
Milestone

Comments

@frootloop88
Copy link

I know its a beta but a little heads doesn't hurt.

Got Mac OS sequoia beta 3 installed and I get SecPKCS12Import failed: - 23000 (error99) when trying to pair. Beta 2 had no problems

@HunterAhlquist
Copy link

I'm getting this just trying to connect.

@HunterAhlquist
Copy link

I'm able to fix it by building the program from source.

@frootloop88
Copy link
Author

I'm able to fix it by building the program from source.

How can I do this?

@SwaMusic
Copy link

Can confirm. SecPKCS12Import failed: -25300 (Error 99) here as well!

@andygrundman
Copy link

Rebuilding also worked for me. Here are the rough steps I used to build it, hope it's helpful for someone.

git clone https://github.com/moonlight-stream/moonlight-qt.git
cd moonlight-qt
git submodule update --init --recursive
qmake6 moonlight-qt.pro
make release

If all went well, the newly built app will be at app/Moonlight.app and you can just copy this over the broken one in the Applications folder.

@frootloop88
Copy link
Author

Maybe the dev can fix it and update it?

@clastrum
Copy link

Rebuilding also worked for me. Here are the rough steps I used to build it, hope it's helpful for someone.

git clone https://github.com/moonlight-stream/moonlight-qt.git
cd moonlight-qt
git submodule update --init --recursive
qmake6 moonlight-qt.pro
make release

If all went well, the newly built app will be at app/Moonlight.app and you can just copy this over the broken one in the Applications folder.

As mentioned before from other guys, i encounter same issue after updating sequoia dev beta3.

and I try these codes, and It works!!

Thank you for your kind solution.

@brainvine
Copy link

Thanks for the fix. Can confirm: same issue here.

@brainvine
Copy link

HDR doesn't work though. Will hang on mstc.exe. Noticed HDR will also give problems in GeforeNOW since MacOS15, so I guess it's a bug within MacOS regarding HDR.

@shinoki77
Copy link

thanks for the fix! I had to change qt install to brew install qt --debug

@andygrundman
Copy link

HDR doesn't work though. Will hang on mstc.exe. Noticed HDR will also give problems in GeforeNOW since MacOS15, so I guess it's a bug within MacOS regarding HDR.

HDR is working for me on Sequoia (M1 MBP) to Win11 with latest Sunshine. The only issue I had with beta 3 was this SecPKCS12Import issue.

@gkl1368
Copy link

gkl1368 commented Jul 12, 2024

Who can upload the new app?

@frootloop88
Copy link
Author

frootloop88 commented Jul 12, 2024

Rebuilding also worked for me. Here are the rough steps I used to build it, hope it's helpful for someone.

git clone https://github.com/moonlight-stream/moonlight-qt.git
cd moonlight-qt
git submodule update --init --recursive
qmake6 moonlight-qt.pro
make release

If all went well, the newly built app will be at app/Moonlight.app and you can just copy this over the broken one in the Applications folder.

Xcode beta doesn't even launch. Get some plugin error
if I try to build only it says zsh: command not found: qmake6
make: *** No rule to make target `release'. Stop. at the end

@brainvine
Copy link

HDR doesn't work though. Will hang on mstc.exe. Noticed HDR will also give problems in GeforeNOW since MacOS15, so I guess it's a bug within MacOS regarding HDR.

HDR is working for me on Sequoia (M1 MBP) to Win11 with latest Sunshine. The only issue I had with beta 3 was this SecPKCS12Import issue.

Seems switching to SunShine fixed this. I guess the originl GameStream HDR-stuff is broken in MacOS15, which might explain the GeforceNOW issues as well.

@frootloop88
Copy link
Author

brew command not found

@Gigasnow
Copy link

The trick work! Many thanks! And for those who failed to launch Xcode 16 beta 3, check this discussion: https://forums.developer.apple.com/forums/thread/759396?answerId=795039022#795039022

@rogerogden
Copy link

I'm following the steps @andygrundman posted, but I'm getting an error during make:

/opt/homebrew/lib/QtCore.framework/Headers/qglobal.h:13:12: fatal error: 'type_traits' file not found

Checking gcc -v yields:

Apple clang version 16.0.0 (clang-1600.0.22.7)
Target: arm64-apple-darwin24.0.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin

Any ideas what might be going wrong here?

@gkl1368
Copy link

gkl1368 commented Jul 13, 2024

Who can upload self-build application, because I have no more space to build by myself.

@oggysecond
Copy link

oggysecond commented Jul 13, 2024

If someone needs
Moonlight Fixed.zip
Replace the original one in "Applications" Folder.

I rebulid one on M2 Pro (ARM64)

@BionicRust
Copy link

Who can upload self-build application, because I have no more space to build by myself.

not worth it building from source is stupid it will lead to performace and other issues. I would wait for dev to fix it.

@Dataminz
Copy link

If someone needs Moonlight Fixed.zip Replace the original one in "Applications" Folder.

I rebulid one on M2 Pro (ARM64)

Thank you so much. I have compiled an error for missing SDL2 sometime now. If others want to use this, you have executed this line
xattr -rc *PATH TO NEW MOONLIGHT*

@bAN0NYM0US
Copy link

bAN0NYM0US commented Jul 15, 2024

brew command not found

You need to install Brew first from https://brew.sh or just copy and paste the line below.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

@fuzedxb1
Copy link

I was having this issue and once I updated to Dev Beta 3 revision that was released today it's working. But I have to start the session 3+ times because it crashes in when entering fullscreen

@VisoTC
Copy link

VisoTC commented Jul 16, 2024

I was having this issue and once I updated to Dev Beta 3 revision that was released today it's working. But I have to start the session 3+ times because it crashes in when entering fullscreen

I have updated to the latest beta3, but it still fails

@bAN0NYM0US
Copy link

I have updated to the latest beta3, but it still fails

You need to build it as instructed by andygrundman above.

install Brew from my post above, and then follow the steps from andygrundman to build the app yourself and it should work perfectly.

I built it on the first macOS 15b3 release and after updating to the re-release of the beta, it’s still working fine. No crashing, full screen works, it appears to be completely stable and I haven’t been able to create any issues.

@Quessso
Copy link

Quessso commented Jul 18, 2024

It's Working now
Share Mine...
Rebuliding in : M1Pro Macbook Pro
MacOS Version : beta 1 - 5

This is file : Moonlight_Remake.zip

@brandondies
Copy link

If someone needs Moonlight Fixed.zip Replace the original one in "Applications" Folder.

I rebulid one on M2 Pro (ARM64)

"“Moonlight” is damaged and can’t be opened. You should move it to the Trash."

@valdan87
Copy link

Having issues building on b4. I've followed all the instructions and it errors out after some compiling with the following:

/usr/local/lib/QtCore.framework/Headers/qglobal.h:13:12: fatal error: 'type_traits' file not found
   13 | #  include <type_traits>

@oggysecond
Copy link

oggysecond commented Jul 24, 2024

If someone needs Moonlight Fixed.zip Replace the original one in "Applications" Folder.
I rebulid one on M2 Pro (ARM64)

"“Moonlight” is damaged and can’t be opened. You should move it to the Trash."

You need to remove the attribute by using the below command if you need to use my package.
xattr -rc *MOONLIGHT's App PATH*

@brandondies
Copy link

If someone needs Moonlight Fixed.zip Replace the original one in "Applications" Folder.
I rebulid one on M2 Pro (ARM64)

"“Moonlight” is damaged and can’t be opened. You should move it to the Trash."

You need to remove the attribute by using the below command if you need to use my package. xattr -rc *MOONLIGHT's App PATH*

Crashes immediately after using command.

@gkl1368
Copy link

gkl1368 commented Aug 24, 2024

闪退的 要需要手动安装qt

@gkl1368
Copy link

gkl1368 commented Aug 24, 2024

情况

你是arm设备吗

M1pro arm设备

必须得自己编译,我尝试了别人的也不行

好呗!!还是非常感谢老哥耐心回复的

找到原因了,我是beta3编译的,beta4以上无法使用别人的,如果你是beta3然后升级到beta4或者5都能使用,但是别人无法使用

闪退的 要需要手动安装qt

@Dianli-Moli
Copy link

已经证实问题存在,除了failed: - 23000 (error99)之外,还存在显示端口未开放的错误,使用重新编译的方法已经解决。重编译文件已提交。
Soc:M1 MacBook Air 2020

The issue has been confirmed. In addition to the “failed: - 23000 (error99)” error, there is also an error indicating that the port is not open. The problem has been resolved using the recompile method. The recompiled file has been submitted.
Soc: M1 MacBook Air 2020

Uploading Moonlight.zip…

@gkl1368
Copy link

gkl1368 commented Aug 29, 2024

已经证实问题存在,除了failed: - 23000 (error99)之外,还存在显示端口未开放的错误,使用重新编译的方法已经解决。重编译文件已提交。 Soc:M1 MacBook Air 2020

The issue has been confirmed. In addition to the “failed: - 23000 (error99)” error, there is also an error indicating that the port is not open. The problem has been resolved using the recompile method. The recompiled file has been submitted. Soc: M1 MacBook Air 2020

Uploading Moonlight.zip…

No recompiled file

@Dianli-Moli
Copy link

已经证实问题存在,除了failed: - 23000 (error99)之外,还存在显示端口未开放的错误,使用重新编译的方法已经解决。重编译文件已提交。 Soc:M1 MacBook Air 2020
The issue has been confirmed. In addition to the “failed: - 23000 (error99)” error, there is also an error indicating that the port is not open. The problem has been resolved using the recompile method. The recompiled file has been submitted. Soc: M1 MacBook Air 2020
Uploading Moonlight.zip…

No recompiled file

我给你一个网盘链接你自己下载
I'll give you a cloud storage link for you to download on your own

我用夸克网盘分享了「Moonlight.zip」,点击链接即可保存。打开「夸克APP」,无需下载在线播放视频,畅享原画5倍速,支持电视投屏。
链接:https://pan.quark.cn/s/3841fc2582dc

@gkl1368
Copy link

gkl1368 commented Aug 29, 2024

cgutman added a commit that referenced this issue Aug 30, 2024
SecureTransport is deprecated, stuck on TLS 1.2, and seems prone to
random breakage in OS updates (see #1355).
@gkl1368
Copy link

gkl1368 commented Aug 30, 2024

Moonligt r2589 has errors when open
image

@gkl1368
Copy link

gkl1368 commented Aug 31, 2024

Moonlight r2598 nightly work. Thanks

@PieroPontra
Copy link

Moonlight r2598 nightly work. Thanks

Where should I download nightlies? Can't find anywhere! Thanks.

@cgutman
Copy link
Member

cgutman commented Aug 31, 2024

Nightlies are available from AppVeyor CI. https://ci.appveyor.com/project/cgutman/moonlight-qt/branch/master

Click on the MacOS job in the list then Artifacts and the dmg will be there.

@brandondies
Copy link

Nightlies are available from AppVeyor CI. https://ci.appveyor.com/project/cgutman/moonlight-qt/branch/master

Click on the MacOS job in the list then Artifacts and the dmg will be there.

{"message":"Artifacts download limit (1024 MB/day) exceeded."}

@sofakng
Copy link

sofakng commented Sep 2, 2024

Can anybody share the latest macOS artfact? I'm also seeing the download limit exceeded.

@brandondies
Copy link

Can anybody share the latest macOS artfact? I'm also seeing the download limit exceeded.

Not sure if this will work. https://www.mediafire.com/file/fqycihhq51kkup6/Moonlight.app.zip/file

@sofakng
Copy link

sofakng commented Sep 2, 2024

That worked for me. Thanks!

@gkl1368
Copy link

gkl1368 commented Sep 3, 2024

Nightly r2602 has this problem again. The latest work version is r2601 ngithly.

@gkl1368
Copy link

gkl1368 commented Sep 4, 2024

Nightly r2603 work.

@doem97
Copy link

doem97 commented Sep 4, 2024

Thanks for the latest update. Will stick on r2598 as it seems validated by peers (and avail for pub download here). WARN: Need to click through several porn webs to get job done.

@xiangsanliu
Copy link

xiangsanliu commented Sep 7, 2024

Nightly r2605 works for me. (Macbook Air 2020, beta 3)
Can be downloaded here: https://ci.appveyor.com/project/cgutman/moonlight-qt/branch/master/job/4len43rsa3i9leno/artifacts

@gkl1368
Copy link

gkl1368 commented Sep 8, 2024

r2606 has the same problem again.

@cgutman
Copy link
Member

cgutman commented Sep 8, 2024

Has what problem?

@gkl1368
Copy link

gkl1368 commented Sep 8, 2024

SecPKCS12Import failed: -25300 (Error 99)

@andygrundman
Copy link

@gkl1368 r2606 is not the build you want, it is a test build from the weblate branch.

To find the latest master build, you want to go to https://ci.appveyor.com/project/cgutman/moonlight-qt/history and find the commit that matches HEAD from https://github.com/moonlight-stream/moonlight-qt/commits/master/ Then drill down on that build to the artifacts for Mac. Right now it's still r2605.

@BitGrub
Copy link

BitGrub commented Sep 16, 2024

Can confirm Moonlight is broken in the public MacOS 15 release

@davidneyravyr
Copy link

i solved this issue using the Moonlight Fixed.zip and these commands.

brew install qt --debug
xattr -rc /Applications/Moonlight.app

i hope the developer fix the compiled dmg for us :)

If someone needs Moonlight Fixed.zip Replace the original one in "Applications" Folder.
I rebulid one on M2 Pro (ARM64)

"“Moonlight” is damaged and can’t be opened. You should move it to the Trash."

@ideologysec
Copy link

ideologysec commented Sep 16, 2024

Currently looks like the latest is r2618 - but there's enough people downloading it there's an error.

{"message":"Artifacts download limit (1024 MB/day) exceeded."}

Any chance 6.0.2 (or even 6.1 which is the tagged milestone?) could be released for this soon?

@cgutman
Copy link
Member

cgutman commented Sep 17, 2024

Fix released in v6.1.0.

@cgutman cgutman closed this as completed Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests