Search results for

smb big sur

11,810 results found

Post

Replies

Boosts

Views

Activity

After upgrade to Big Sur, external HD issues...
I've got a WD My Passport 1TB SSD external drive. I also have 2 MacBook Airs, one mid 2013 and one less than a month old. I used the hard drive to transition from the old one to the new one. Both worked great. I had the old one enrolled in the beta program so of course after moving to the new one it was too. They both upgraded to Big Sur one night. Long story short one of the programs I use regularly wasn't ready for Big Sur so I attempted to go back to Catalina. I plugged in the hard drive and it just sat there steadily flashing the light. No access in Finder. I opened DiskUtility and there it was, greyed out with no access.. No mount, no first aid, nothing. So I opened Safari and did some looking. Meanwhile, I cleared out the old MacBook and loaded a new version of Catalina. Turns out, when I force quit fsckhfs, the drive is accessible and I can access it. While it passes all tests on WD's utility app, when I try to run first aid it fails after about 4 hours. Though I can
11
0
4.9k
Aug ’20
BIG SUR'S ISSUES-PROBLEMS-ANNOYING
When are Big Sur's problems going to be solved? I just updated on Monday and it's a disaster ... my touch ID doesn't work, neither any of my 2 internet networks can be connected after the update, it has drop me out of Zoom several times. Before updating the screen of my MacBook Pro had been freezing as I hadn't updated yet, however the update stopped and displayed an error (this happened appx 5 times) so had to keep trying several times. People are doing homeoffice. These problems have been going on for MONTHS from what I'm reading. It's amazing that you can't check and bug-test before uploading updates that don't work. In addition to this, we users have to follow different processes to try to make the system work? How many times are we going to update your products so that their functionality decreases? The products are expensive enough to fool users with updates that render their devices useless. I thought that this was an internet connection issue but it is your operating system that is u
0
0
386
Jan ’21
NSPrintInfo paperSize cannot be customized under Big Sur anymore
Hi there, I have a question about printing under Big Sur. We are offering support for a bunch of custom paper formats, updating the NSPrintInfo by creating a custom PMPaper, creating a PMPageFormat, setting it to the printInfo and then calling updateFromPMPageFormat. This worked perfectly fine over the years, but has stopped working under Big Sur. The print preview in the NSPrintPanel is still displaying the resulting file correctly and saving it as PDF also gives us a file with correctly sized pages. But since Big Sur, printers we've tried fail to print on custom sized paper from our app. The error seems to indicate that the printer thinks the file is in A4. Interestingly, the printSettings of NSPrintInfo now holds has a value of A4 for the key com_apple_print_PageToPaperMappingMediaName. There is no documentation around that key though and I can't seem to figure out where its coming from in the first place. Also can't see any API changes we would need to
Topic: UI Frameworks SubTopic: AppKit Tags:
0
0
691
Dec ’20
Big Sur install failed, here is the log
I'm getting the following error: An error occurred installing macOS. You can try again to complete the installation. I'm running Catalina 10.15.6 (19G73) I tried multiple times but it always fails, here is the log: 2020-08-10 19:02:43-04 MacBook-Pro InstallAssistant_springboard[3829]: Springboarding to: /Applications/Install macOS Big Sur Beta.app/Contents/MacOS/InstallAssistant 2020-08-10 19:02:43-04 MacBook-Pro InstallAssistant_springboard[3829]: argv[0]: InstallAssistant 2020-08-10 19:02:43-04 MacBook-Pro InstallAssistant[3829]: InstallAssistant build: 532 2020-08-10 19:02:43-04 MacBook-Pro InstallAssistant[3829]: No compatibility bundle on this version of macOS. Will assume compatible. 2020-08-10 19:02:43-04 MacBook-Pro InstallAssistant[3829]: Hardware: MacBookPro16,1 @ 2.30 GHz (x 16), 65536 MB RAM 2020-08-10 19:02:43-04 MacBook-Pro InstallAssistant[3829]: Running OS Build: Mac OS X 10.15.6 (19G73) 2020-08-10 19:02:43-04 MacBook-Pro InstallAssistant[3829]: Env: USER=arturo 2020-08-10 19
0
0
2.3k
Aug ’20
Big Sur Update Now Printing Issues
Hello- my MacBook did the Big Sur update this evening and now it has reset my settings to where I cannot print my shipping labels from pirate ship. All of the settings have changed and when I go to print it gives me a printing error. It’s only giving me a US letter size to choose from and he used to give me different options and the one I need is no longer there. Please help where is this is affecting my business to ship out my packages to customers. Thank you! Gary K
0
0
447
Nov ’20
Unable to upgrade to Big Sur 11.1
After completing the download and about 10 minutes in the prepare stage, the installer fails saying something went wrong with the download. (Which means it unnecessarily restarts the download when I try again, but okay.) From the system console I got this which looks like a hint: [UpdateAttemptFailed] SUCoreUpdate update attempt failed with error: Error Domain=MobileSoftwareUpdateErrorDomain Code=44 bridgeOS personalization failed UserInfo={target_update=20C69, NSLocalizedDescription=bridgeOS personalization failed, NSUnderlyingError=0x7fc127df7630 {Error Domain=OSPErrorDomain Code=201 An error occurred during personalization. UserInfo={NSLocalizedDescription=An error occurred during personalization., NSUnderlyingError=0x7fc127d14080 {Error Domain=AuthInstallErrorDomain Code=11 (null)}}}} I hope you're not breaking your own firmware here. My device: 2019 MBP 16, 2.6 GHz 6-core i7 with Radeon 5300M. Running Big Sur 11.0.1.
1
0
527
Dec ’20
onTapGesture unreliable in Big Sur Catalyst apps?
onTapGesture seems like it's incredibly unreliable (eg clicks/taps don't always trigger the onTapGesture closures -- best case is that they're intermittent) in Big Sur for Catalyst apps. The same code runs without problem on iOS 14 and Catalina (again, with Catalyst). Consider the following basic example: struct ContentView: View { @State private var greenOn = false @State private var blueOn = false var body: some View { HStack { Rectangle() .fill(Color.green) .opacity(greenOn ? 1.0 : 0.5) .frame(width: 100, height: 100) .contentShape(Rectangle()) .onTapGesture(count: 1, perform: { greenOn.toggle() print(Tapped) }) Rectangle() .fill(Color.blue) .opacity(blueOn ? 1.0 : 0.5) .frame(width: 100, height: 100) .onTapGesture(count: 1, perform: { blueOn.toggle() print(Tapped 2) }) } } } Try to tap the green and blue squares. Best case for me (Big Sur, 11.0.1) is that sometimes onTapGesture will get called. The easy solution is to convert them to Buttons instead -- but, there are pl
3
0
1.6k
Nov ’20
MacOS Big Sur beta installation issue
Hello: I have been trying to install MacOS Big Sur beta 4 on my 27 iMac 2020. Downloaded the beta profile but the beta version is not showing under available software updates. Have tried to do everything that this forum suggests (including uninstalling and reinstalling the profile via Terminal), but it has been of no use. Its not going beyond Catalina 10.15.6. The only beta that has downloaded is the beta version of Safari. And yes, I do have a developer account. Can someone please help and point me in the right direction? The results are pretty much the same when I did try to install a public beta. Thanks
1
0
229
Aug ’20
Big Sur Beta Quick Look Audio
Hi... I've updated to the latest version of the Big Sur Beta yesterday, and now when I try and preview an audio file through Quick Look in Finder it doesn't play the audio back properly. It distorts/stutters - it's a bit difficult to describe, but it sounds horrid. Doesn't matter the type of audio file I try it does the same. My MacBook plays audio perfectly happily in any other app - and other file types are previewing fine in Quick Look. Is anyone else experiencing this, and is there a fix? Or is it a case of waiting for this bug to be fixed as part of the next Beta version? Thanks!
4
0
1.2k
Sep ’20
iMAC slow after the updating in Big Sur
Hello few weeks ago I updated my iMAC SNC02TK6Y2J1G5 after this it become very-very slow, in order to make it faster I have to keep most of the app (like..Chrome, mail, whatapp....) closed otherwise it is very slow. Also I noted when my wife switch the PC in her username without log me off will take forever to her to open any app or use it.... This is crazy how we made worse with the last updating (in macOS Big Sur).....Any way to make better this situation because like this Im not able to work anymore with my PC. Thanks .
0
0
504
Mar ’21