mas icon indicating copy to clipboard operation
mas copied to clipboard

🐛 [BUG] Hangs without doing anything on macOS 13 Ventura

Open pixelcmtd opened this issue 2 years ago • 6 comments

Your Environment

  • mas version: 1.8.6
  • macOS version (system_profiler SPSoftwareDataType -detailLevel mini): 13.0 (22A5295i)

mas Install Method

brew install mas (homebrew-core)

Describe the Bug

Upgrading takes about half a minute to print

Upgrading n outdated applications:
App 1 (x.y.z), ...

and then does nothing else. (I've waited a few minutes on multiple occasions)

To Reproduce

  1. Run mas upgrade
  2. Wait for a while

Additional Context

I was kind of shocked when I noticed that nobody has reported this so far, as the Betas have been out for quite a while. I'm not a heavy user of mas and it's mainly the thing that is blocking my topgrade at the end right now.

Important Update

The issue seems to be fixed on the latest Betas. If everything keeps working through the public release, we can close this.

pixelcmtd avatar Jul 28 '22 04:07 pixelcmtd

Seeing the same hang as well.

Installing appears to hang waiting for CKPurchaseController.performPurchase to call it's completionHandler when called from SSPurchase.perform. Maybe something internally is silently failing or this private objective-c method no longer exists. That's about as far as I could debug the problem.

josh avatar Aug 01 '22 20:08 josh

In version 13.0 Beta (22A5342f), the "freeze" error no longer occurs, but the software update does not occur either

image

BorzdeG avatar Sep 10 '22 09:09 BorzdeG

Is this trying to install the apple developer tools? The tools are not available yet when running Xcode-select but they can be manually downloaded from the apple site. Even today, with iOS 16 RC already out, the tools still fail to install - "not available" or some error like that.

davipt avatar Sep 10 '22 10:09 davipt

In version 13.0 Beta (22A5342f), the "freeze" error no longer occurs, but the software update does not occur either

Same for me, as useful as it was on 12. (it had that sort of bug all the time)

screenshot showing exactly the same behavior they experienced

I'd still like to keep the bug open at least until 13.0 is released, if everything still works fine then, we can close this as "Apple broke something, but they fixed it again, so whatever".

Is this trying to install the apple developer tools?

It isn't. Why would you think that?

The tools are not available yet when running Xcode-select but they can be manually downloaded from the apple site. Even today, with iOS 16 RC already out, the tools still fail to install - "not available" or some error like that.

That's weird. What exactly are you trying to do? I just downloaded and installed the XCode Betas and everything has been working fine as always.

pixelcmtd avatar Sep 11 '22 15:09 pixelcmtd

That's weird. What exactly are you trying to do? I just downloaded and installed the XCode Betas and everything has been working fine as always.

My bad. Got confused with the “Downloading Apple Developer”. I was talking about xcode-select —install that has been failing for many beta versions, but the previous version of the command-tools can be installed manually. Not related, I understand.

davipt avatar Sep 11 '22 17:09 davipt

Sounds like Ventura is going to land next month. I'm going to install it on one of my Macs so I can keep an eye on this issue.

phatblat avatar Sep 11 '22 18:09 phatblat

It works as well as it ever did on 22A380, which should be the release.

pixelcmtd avatar Oct 26 '22 13:10 pixelcmtd