dosdude1 / macos-catalina-patcher

macOS Catalina Patcher (http://dosdude1.com/catalina)
GNU General Public License v3.0
411 stars 57 forks source link

Legacy Video Card Patch Fail to Update #212

Open ChaotiX66 opened 1 year ago

ChaotiX66 commented 1 year ago

Expected Behavior

Catalina Patch Updater app successfully installs Legacy Video Card Patch.

Encountered Behavior

Catalina Patch Updater app stops half way with error saying "An error occurred while installing updates. (-1)". Quit is the only option.

System

MacBook Pro (15-inch, Early 2011) 2,2 GHz Quad-Core Intel Core i7 16 GB 1333 MHz DDR3 Intel HD Graphics 3000 512 MB (dGPU permanently disabled on motherboard) macOS Catalina, version 10.15.7 (19H2)

ChaotiX66 commented 1 year ago

Rebooting does not help, nor logging in as another user.

tejasraman commented 1 year ago

Reinstall. I've seen many reports of this issue and that is the only fix.

Nassim-Abid commented 1 year ago

After do the update of video card my mac wont install Mojave or Catalina both mac freeze on loading screen of installation it's install now only the native height sierra and i dont know why to the patcher bug after he download the system

Application Specific Information: Terminating app due to uncaught exception 'NSRangeException', reason: ' -[__NSArrayM objectAtIndex:]: index 0 beyond bounds for empty array' terminating with uncaught exception of type NSException abort() called

tejasraman commented 1 year ago

That's weird. How are you installing them?

mazj commented 1 year ago

refer file: http://dosdude1.com/catalina/patchupdates/updates.plist

download the path manually from https://cloudflare-ipfs.com/ipfs/QmRfh4y1DRES5F5X3qxF2R68oJEV7489q321mrobmn9kVw/LegacyGPU.zip unzip open a terminal window change path to unzipped files there is an install.sh run install.sh with sudo

to avoid patcher prompting updadate again, edit file: /Library/Application Support/macOS Catalina Patcher/installedPatches.plist change the version to 15

    <key>legacyGPU</key>
    <dict>
            <key>version</key>
            <integer>15</integer>
    </dict>
tejasraman commented 1 year ago

@mazj There isn't a problem so there's no fix. Don't go around setting manual versions. AFAIK this patch should work... Is there a GPU or model in common here?

tejasraman commented 1 year ago

Application Specific Information: Terminating app due to uncaught exception 'NSRangeException', reason: ' -[__NSArrayM objectAtIndex:]: index 0 beyond bounds for empty array' terminating with uncaught exception of type NSException abort() called

@Nassim-Abid I need to ask if you could create a new USB with a new installer. Download MDS and grab an installer from it to test with and see. Just to try.

protocold commented 9 months ago

refer file: http://dosdude1.com/catalina/patchupdates/updates.plist

download the path manually from https://cloudflare-ipfs.com/ipfs/QmRfh4y1DRES5F5X3qxF2R68oJEV7489q321mrobmn9kVw/LegacyGPU.zip unzip open a terminal window change path to unzipped files there is an install.sh run install.sh with sudo

to avoid patcher prompting updadate again, edit file: /Library/Application Support/macOS Catalina Patcher/installedPatches.plist change the version to 15

    <key>legacyGPU</key>
    <dict>
            <key>version</key>
            <integer>15</integer>
    </dict>

seems like the link is no longer valid to allow downloading the LegacyGPU.zip. do you happen to have a copy somewhere?