What's the upgrade process? Just overwrite the previous and reboot?There is a new version of MouSSE (v0.92) attached to the first post of this thread.
Correct, with aWhat's the upgrade process? Just overwrite the previous and reboot?
kextcache -i /
between the overwrite and the reboot. I have updated the first post in the thread to include this information.FWIW, I'm running Refind on a MP3,1 (no OpenCore yet), both Mojave and Catalina, so I don't think there's a direct conflict there. Let me know if I can help.Have only one installed, did the kext cache thing and on Mojave.
I think there might be a conflict with Refind as it seems to work when booting directly to the disk.
Anyway, rolling back to the previous from CCC for now.
Will try to figure it out later as can't debug right now.
The text drawing problem in WoW is now fixed with 0.92 of MouSSE (I guess that means earlier versions were not emulating instructions 100% correctly). WoW is playable in 10.12 Sierra, 10.13 High Sierra, and 10.14 Mojave.I haven't done much testing yet, but I did try it in Catalina on my MacPro3,1. Without it, World of Warcraft.app crashes at launch. With it, it loads and plays. I'm using a GTX 680. There is some strange issue with text drawing though.
View attachment 870983
I used the method (and version) in this post, and I haven't updated it since I got it working last October ("if it ain't broke, don't fix it"). I don't know offhand what version it is; I'll have a look the next time I reboot.OK. Would have a look at things over the weekend.
BTW, which version of Refind are you using? is it the one from here? https://forums.macrumors.com/threads/boot-menus-for-graphics-output-protocol.2089181/
I will remove the reference to El Capitan in the first post of this thread.MouSSE hasn't worked with 10.11 El Capitan since version 0.35.
Cheers. I believe it's the same one. Just needed to eliminate that potential item of difference.I used the method (and version) in this post
# Copy newest version to /System/Library/Extensions and load
cd /Volumes/Updates/Misc_Software/MouSSE/MouSSE_0.92_RELEASE # for Sierra and later
#cd /Volumes/Updates/Misc_Software/MouSSE/MouSSE_0.35 # for ElCapitan
mount | grep ' on / ' | grep 'read-only' && sudo mount -uw /
kextstat | grep AAA.LoadEarly.MouSSE && sudo kextunload -b AAA.LoadEarly.MouSSE
[[ -d /AAAMouSSE.kext ]] && sudo rm -R /AAAMouSSE.kext
sudo cp -R *.kext /AAAMouSSE.kext
cd /
sudo chown -R root:wheel AAAMouSSE.kext
sudo find AAAMouSSE.kext -type d -exec /bin/chmod 0755 {} \;
sudo find AAAMouSSE.kext -type f -exec /bin/chmod 0644 {} \;
[[ -d /System/Library/Extensions/AAAMouSSE.kext ]] && sudo rm -R /System/Library/Extensions/AAAMouSSE.kext
[[ -d /Library/Extensions/AAAMouSSE.kext ]] && sudo rm -R /Library/Extensions/AAAMouSSE.kext
sudo mv AAAMouSSE.kext /System/Library/Extensions
sudo kextload -v 6 /System/Library/Extensions/AAAMouSSE.kext
kextstat | grep AAA.LoadEarly.MouSSE
sudo kextcache -i /
echo "done"
I keep a script and run it when there's an update. Works on all macOS versions (SIP disabled):
It doesn't much matter. I wrote MouSSE under High Sierra, and ended up needing to use /S/L/E for reasons I've since forgotten, so that started out as the preferred location. /L/E works just fine, and now that Catalina makes the root filesystem read-only, it's simpler to just use /L/E.BTW, I thought this was supposed to go into L/E and not S/L/E. Does it make a difference? I note Dosdude puts it in L/E
That's the one.BTW, my Refind version shows as 0.10.3+GOPScreen+MemLog.
I clicked "Don't Remind Me Again". That option appears to stop all checks though (changes ~/Library/Preferences/com.dosdude1.Patch-Updater.plist ). Not just the one for the SSE4.1 patch (installed patches listed at /Library/Application Support/macOS Catalina Patcher/installedPatches.plist )BTW, Getting this from the DosDude Patcher after the update:
View attachment 913027
Been selecting "Skip for Now" as not sure whether the "Don't Remind" option is specific to the particular patch or whether it will stop notifications on all patches.
The first time you booted with this, DosDude Patch Updater would have flagged the absence of the default version (I tried this a while ago and went back to just installing) and you probably clicked "Don't Remind Me Again".For what it’s worth I use OpenCore to inject this kext and have not encountered any issues with that.