Apple Releases macOS Mojave 10.14.6 Supplemental Update to Address Wake From Sleep Bug

Apple today released a new macOS Mojave 10.14.6 Supplemental Update, which comes a week and a half after the initial release of the macOS Mojave 10.14.6 update.

The macOS Mojave 10.14.6 Supplemental Update can be downloaded by going to the "Software Update" section of System Preferences and selecting the Update Now option.

macbookairmojave
Today's Supplemental Update addresses an issue that could prevent certain Macs from waking up from sleep properly. Apple recommends that all users install the new Supplemental Update to fix this problem.

The macOS Mojave 10.14.6 Supplemental Update fixes an issue that may prevent certain Macs from waking from sleep properly.

The original macOS Mojave 10.14.6 also addressed a bug that could cause a graphics issue when waking from sleep, and it included multiple other bug fixes. It also offered up several improvements to the Apple News+ service in the ‌Apple News‌ app.

Related Forum: macOS Mojave

Top Rated Comments

cppguy Avatar
62 months ago
950 MB for "Wake from Sleep Bug"? LOL.
When I was young (12-16), we wrote 4KB programs. Then it started increasing, 60KB, 200KB, with Windows 95, 1MB, by the year 2000, 6MB, and we're well into 60MB per executable territory. The bloat is incredible.

Part of the problem is how large teams work. You have to break the problem down into smaller pieces, so small that you can hire 40+ developers, and that means everyone writes their own sort function, everyone writes their boilerplate code to interface with other modules, layers upon layers upon layers of interoperability. Of course this affects battery life, too, when the individual modules are doing little more than communicating with other modules.

This is especially true for C++, which doesn't support shared libraries, so you have to "glue" the same code into each module over and over and over. Probably 50+ megabytes of core libraries duplicated in every file. There's a way to share, but it's more difficult, it's easier to duplicate. You'll end up with 80% of your executable being either a duplicate, or boilerplate.

We just haven't figured out how to break down big problems to team members without introducing bloat. It's a race to the release type of world, when everything had to be finished yesterday, and the last thing managers care about is how many gigabytes the downloadable installer is.
Score: 13 Votes (Like | Disagree)
konqerror Avatar
62 months ago

We just haven't figured out how to break down big problems to team members without introducing bloat. It's a race to the release type of world, when everything had to be finished yesterday, and the last thing managers care about is how many gigabytes the downloadable installer is.
That's not the problem. The root issue is that Apple encrypts system code as part of anti-Hackintosh measures (DSMOS) and to provide some anti-tamper assurance.

Therefore, you can't binary delta patch since all contents are modified after the first changed byte. The only way to update a modified file is to download the whole thing.

Microsoft doesn't do this, so Windows allows binary delta patching with much smaller update sizes.
Score: 9 Votes (Like | Disagree)
Morgenland Avatar
62 months ago
950 MB for "Wake from Sleep Bug"? LOL.
Score: 9 Votes (Like | Disagree)
B4U Avatar
62 months ago
How about the bug that makes Mail unhide itself randomly since Yosemite?
Score: 6 Votes (Like | Disagree)
dickie001x Avatar
62 months ago
I wish they'd stop these occasional 'supplemental' updates and instead release any fix/patches as a proper point/dot release as they do with iOS. It seems a bit sloppy IMO, and when you have 40+ Macs to update it removes the easy visibility of which Macs require the update. Rant over.
Score: 5 Votes (Like | Disagree)
MacBird Avatar
62 months ago
Build number went from 18G84 to 18G87.
Score: 4 Votes (Like | Disagree)

Popular Stories

maxresdefault

Apple Announces 'Let Loose' Event on May 7 Amid Rumors of New iPads

Tuesday April 23, 2024 7:11 am PDT by
Apple has announced it will be holding a special event on Tuesday, May 7 at 7 a.m. Pacific Time (10 a.m. Eastern Time), with a live stream to be available on Apple.com and on YouTube as usual. The event invitation has a tagline of "Let Loose" and shows an artistic render of an Apple Pencil, suggesting that iPads will be a focus of the event. Subscribe to the MacRumors YouTube channel for more ...
Apple Vision Pro Dual Loop Band Orange Feature 2

Apple Cuts Vision Pro Shipments as Demand Falls 'Sharply Beyond Expectations'

Tuesday April 23, 2024 9:44 am PDT by
Apple has dropped the number of Vision Pro units that it plans to ship in 2024, going from an expected 700 to 800k units to just 400k to 450k units, according to Apple analyst Ming-Chi Kuo. Orders have been scaled back before the Vision Pro has launched in markets outside of the United States, which Kuo says is a sign that demand in the U.S. has "fallen sharply beyond expectations." As a...
Apple Silicon AI Optimized Feature Siri

Apple Releases Open Source AI Models That Run On-Device

Wednesday April 24, 2024 3:39 pm PDT by
Apple today released several open source large language models (LLMs) that are designed to run on-device rather than through cloud servers. Called OpenELM (Open-source Efficient Language Models), the LLMs are available on the Hugging Face Hub, a community for sharing AI code. As outlined in a white paper [PDF], there are eight total OpenELM models, four of which were pre-trained using the...
iPad And Calculator App Feature

Apple Finally Plans to Release a Calculator App for iPad Later This Year

Tuesday April 23, 2024 9:08 am PDT by
Apple is finally planning a Calculator app for the iPad, over 14 years after launching the device, according to a source familiar with the matter. iPadOS 18 will include a built-in Calculator app for all iPad models that are compatible with the software update, which is expected to be unveiled during the opening keynote of Apple's annual developers conference WWDC on June 10. AppleInsider...
iOS 17 All New Features Thumb

iOS 17.5 Will Add These New Features to Your iPhone

Sunday April 21, 2024 3:00 am PDT by
The upcoming iOS 17.5 update for the iPhone includes only a few new user-facing features, but hidden code changes reveal some additional possibilities. Below, we have recapped everything new in the iOS 17.5 and iPadOS 17.5 beta so far. Web Distribution Starting with the second beta of iOS 17.5, eligible developers are able to distribute their iOS apps to iPhone users located in the EU...