Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Status
The first post of this thread is a WikiPost and can be edited by anyone with the appropiate permissions. Your edits will be public.
Hello, I just updated OCLP 0.4.3 to 0.4.5 on my CMP 3.1 and lost wifi… actually it sees my network SSID but won't connect to it. I created a second guest network and the same he sees it but does not want to connect to it. It doesn't even prompt me to enter the password? Has someone already had this problem ? Thank you
 
Hello, I just updated OCLP 0.4.3 to 0.4.5 on my CMP 3.1 and lost wifi… actually it sees my network SSID but won't connect to it. I created a second guest network and the same he sees it but does not want to connect to it. It doesn't even prompt me to enter the password? Has someone already had this problem ? Thank you
I do with my Atheros card yes. Doesn’t work with the Broadcom either
 
Screen Shot 2022-05-23 at 9.49.09 AM.png


Uh oh! Never seen this before. OCLP on 2014 13'' MacBook Pro. Should I be concerned? Can I fix this? Can I ignore it? Have yet to reboot the machine.. hopefully it comes back up! No concern on data loss as it's a new machine to me. DriveDX reports the disk to be in good health.
 
My Late 2013 MacBook Pro 15” has the exact same issue when on battery! It does behave as expected though when plugged in, which might be what the other guy was talking about. Have you managed to find a fix?
No fix - I've been living with it since I installed 12.2 in February. Would love it if there was an OCLP option to tick/untick to fix this.
 
Hello, I just updated OCLP 0.4.3 to 0.4.5 on my CMP 3.1 and lost wifi… actually it sees my network SSID but won't connect to it. I created a second guest network and the same he sees it but does not want to connect to it. It doesn't even prompt me to enter the password? Has someone already had this problem ? Thank you
You could try:
1) If Post-install patched by OCLP: revert patches, re-apply patches, reboot

2) Try out OCLP 0.4.6n

3) Reset Network:
 
No fix - I've been living with it since I installed 12.2 in February. Would love it if there was an OCLP option to tick/untick to fix this.
You haven't read his second post:
I think I've found a fix by making two changes. I haven't done much testing yet, but the computer does not seem to be shutting down completely when going into hibernation mode anymore.

1. Download the TUI version of OpenCore, and set the following to True
Patcher Settings -> Miscellaneous Settings -> Set Hibernation Workaround
2. Build and install OpenCore to your computer.
Worked for me! Thanks a lot.
 
I have two big problems.
First is, that I can't transfer files via the finder to my iPhone anymore. I try to drag and drop files but it's not working.
The second problem is, when I select text in MS Word, the selected text is complete in black and I can't see the text I have selected.
Please, if anyone has a solution i would be super happy. Thanks a lot!
 
I have two big problems.
First is, that I can't transfer files via the finder to my iPhone anymore. I try to drag and drop files but it's not working.
The second problem is, when I select text in MS Word, the selected text is complete in black and I can't see the text I have selected.
Please, if anyone has a solution i would be super happy. Thanks a lot!
MS Word: #5,507
 
After updating to 12.4 macFuse doesn't work on my non-metal MBP8.1 any more. I use this extension in combination with Cryptomator. The preference pane proposes to install (what I had tried), but after the installation process, nothing has changed.

Bildschirmfoto 2022-05-23 um 23.06.14.png


Cryptomator reports:
```
Error Code 6PHE:R4U2:R4U2
org.cryptomator.cryptofs.VaultConfigLoadException: Failed to parse config:
at org.cryptomator.cryptofs@2.4.1/org.cryptomator.cryptofs.VaultConfig.decode(VaultConfig.java:115)
at org.cryptomator.desktop@1.6.10/org.cryptomator.common.vaults.VaultConfigCache.readConfigFromStorage(VaultConfigCache.java:62)
at org.cryptomator.desktop@1.6.10/org.cryptomator.common.vaults.VaultConfigCache.reloadConfig(VaultConfigCache.java:30)
at org.cryptomator.desktop@1.6.10/org.cryptomator.common.vaults.VaultListManager.create(VaultListManager.java:102)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source)
at java.base/java.util.AbstractList$RandomAccessSpliterator.forEachRemaining(Unknown Source)
at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source)
at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source)
at java.base/java.util.stream.AbstractPipeline.evaluateToArrayNode(Unknown Source)
at java.base/java.util.stream.ReferencePipeline.toArray(Unknown Source)
at java.base/java.util.stream.ReferencePipeline.toArray(Unknown Source)
at java.base/java.util.stream.ReferencePipeline.toList(Unknown Source)
at org.cryptomator.desktop@1.6.10/org.cryptomator.common.vaults.VaultListManager.addAll(VaultListManager.java:83)
at org.cryptomator.desktop@1.6.10/org.cryptomator.common.vaults.VaultListManager.<init>(VaultListManager.java:52)
at org.cryptomator.desktop@1.6.10/org.cryptomator.launcher.DaggerCryptomatorComponent$SwitchingProvider.get(DaggerCryptomatorComponent.java:7615)
at dagger@2.41/dagger.internal.DoubleCheck.get(DoubleCheck.java:47)
at org.cryptomator.desktop@1.6.10/org.cryptomator.launcher.DaggerCryptomatorComponent$FxApplicationComponentImpl$SwitchingProvider.get(DaggerCryptomatorComponent.java:7078)
at dagger@2.41/dagger.internal.DoubleCheck.get(DoubleCheck.java:47)
at org.cryptomator.desktop@1.6.10/org.cryptomator.launcher.DaggerCryptomatorComponent$FxApplicationComponentImpl$SwitchingProvider.get(DaggerCryptomatorComponent.java:7065)
at dagger@2.41/dagger.internal.DoubleCheck.get(DoubleCheck.java:47)
at org.cryptomator.desktop@1.6.10/org.cryptomator.launcher.DaggerCryptomatorComponent$FxApplicationComponentImpl.application(DaggerCryptomatorComponent.java:7037)
at org.cryptomator.desktop@1.6.10/org.cryptomator.launcher.Cryptomator$MainApp.start(Cryptomator.java:138)
at javafx.graphics@18.0.1/com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$9(LauncherImpl.java:847)
at javafx.graphics@18.0.1/com.sun.javafx.application.PlatformImpl.lambda$runAndWait$12(PlatformImpl.java:484)
at javafx.graphics@18.0.1/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(PlatformImpl.java:457)
at java.base/java.security.AccessController.doPrivileged(Unknown Source)
at javafx.graphics@18.0.1/com.sun.javafx.application.PlatformImpl.lambda$runLater$11(PlatformImpl.java:456)
at javafx.graphics@18.0.1/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)

```

Any idea?
 
Hi everyone!
I recently experiencing on my iMac 11,3 frequent panic crashes/reboots after upgrading from MacOS 12.3 to 12.4/12.5 beta. I had same symptoms with OCLP 0.43, 0.44 and 0.45. Crashes are random, sometimes 5 times in a row after re-boot then nothing for longer time.
My system was running very stable for months without any issues on MACOS 12.3 with OCLP 0.43.
Any similar experiences? I have attached 3 panic reports if someone can read them .
Many thanks!
 

Attachments

  • Panic2.txt
    5.7 KB · Views: 65
  • Panic3.txt
    5.7 KB · Views: 46
  • Panic.txt
    5.7 KB · Views: 43
Hi everyone!
I recently experiencing on my iMac 11,3 frequent panic crashes/reboots after upgrading from MacOS 12.3 to 12.4/12.5 beta. I had same symptoms with OCLP 0.43, 0.44 and 0.45. Crashes are random, sometimes 5 times in a row after re-boot then nothing for longer time.
My system was running very stable for months without any issues on MACOS 12.3 with OCLP 0.43.
Any similar experiences? I have attached 3 panic reports if someone can read them .
Many thanks!
Looks like an unsupported instruction at _lzvn_decode_buffer + 0x550
The kext can be found using this:
kextfind -b com.apple.AppleFSCompression.AppleFSCompressionTypeZlib

It is this:
/System/Library/Extensions/AppleFSCompressionTypeZlib.kext

The illegal instruction is this:
0000000000002090 C4C17D7F07 vmovdqa r15, ymm0

The info at https://www.felixcloutier.com/x86/movdqa:vmovdqa32:vmovdqa64 says that the instruction requires CPUID Feature Flag "AVX".

The list at https://en.wikipedia.org/wiki/Advanced_Vector_Extensions#CPUs_with_AVX
says AVX began with 2011 CPUs.

Are you using File Vault or some other special file system feature?

Maybe we need some AVX emulation? @Syncretic?
 
Hi everyone!
I recently experiencing on my iMac 11,3 frequent panic crashes/reboots after upgrading from MacOS 12.3 to 12.4/12.5 beta. I had same symptoms with OCLP 0.43, 0.44 and 0.45. Crashes are random, sometimes 5 times in a row after re-boot then nothing for longer time.
My system was running very stable for months without any issues on MACOS 12.3 with OCLP 0.43.
Any similar experiences? I have attached 3 panic reports if someone can read them .
Many thanks!
These are exactly the same crashes I’m seeing on my Mac Pro 5,1 after upgrading to 12.4.
 
  • Like
Reactions: hvds and Surf2bikes
I am not aware of any USB dongles that work for bluetooth in Monterey. If the ebay card you bought works well for bluetooth.then you could try putting the atheros card in a PCIe adapter and running antennas from rear for wi-fi. You would need a spare PCIe slot.
I still don't know why wi-fi isn't showing up for ebay card as I would expect.
Update: I am also curious if anyone has used the Sonnet dongle for Monterey and OCLP.
Wondering if the new WiFi card doesn’t work because there is no AP ID and BT ID printed on the module. Maybe I have to get one from an actual Apple Mac Pro or iMac
 
I think not being able to add files via the finder to the iPhone is quite a big bug. Am I the only one with this issue?
 
Looks like an unsupported instruction at _lzvn_decode_buffer + 0x550
The kext can be found using this:
kextfind -b com.apple.AppleFSCompression.AppleFSCompressionTypeZlib

It is this:
/System/Library/Extensions/AppleFSCompressionTypeZlib.kext

The illegal instruction is this:
0000000000002090 C4C17D7F07 vmovdqa r15, ymm0

The info at https://www.felixcloutier.com/x86/movdqa:vmovdqa32:vmovdqa64 says that the instruction requires CPUID Feature Flag "AVX".

The list at https://en.wikipedia.org/wiki/Advanced_Vector_Extensions#CPUs_with_AVX
says AVX began with 2011 CPUs.

Are you using File Vault or some other special file system feature?

Maybe we need some AVX emulation? @Syncretic?
Thank you for response! Unfortunately my technical knowledge is not good enough to understand your findings. To your question: I am not using any special file system feature like nor File Vault.
 
View attachment 2008577

Uh oh! Never seen this before. OCLP on 2014 13'' MacBook Pro. Should I be concerned? Can I fix this? Can I ignore it? Have yet to reboot the machine.. hopefully it comes back up! No concern on data loss as it's a new machine to me. DriveDX reports the disk to be in good health.
It's been there since macOS 12 beta 1 and no fix for it till now, been said that it happens with certain models only (Not Sure).
Should you be concern, NO as no data loss or any harm whatsoever have been reported so far.
Just ignore it till there is a fix, Apple does not fix bugs instead they come out with a new OS without the bug, So hopefully the next macOS will come without this bug.
 
Thank you for response! Unfortunately my technical knowledge is not good enough to understand your findings. To your question: I am not using any special file system feature like nor File Vault.
APFS compression is an integral part of the file system (used by the macOS itself all the time) and it seems one cannot even disable it. If this analysis turns out to be complete and correct all legacy Macs older than 2011 (pre Sandy Bridge CPU the) will fall into this pit sooner or later. My similar 2010 iMac11,3 is still ignoring this problem??
 
You could try:
1) If Post-install patched by OCLP: revert patches, re-apply patches, reboot

2) Try out OCLP 0.4.6n

3) Reset Network:
Thank you for your answer. I did all the steps you kindly wrote but unfortunately it didn't work. What is weird is that my old Broadcom BCM 43xx wifi card sees all the wifi networks but does not offer to connect to them (no password request). I do not know anymore…
 
  • Like
Reactions: roysterdoyster
APFS compression is an integral part of the file system (used by the macOS itself all the time) and it seems one cannot even disable it. If this analysis turns out to be complete and correct all legacy Macs older than 2011 (pre Sandy Bridge CPU the) will fall into this pit sooner or later. My similar 2010 iMac11,3 is still ignoring this problem??

@Ausdauersportler Interesting. I am using AFPS since long time. I had only this warning message "Volume Hash Mistmatch" from time to time but never had issues - see above post from livinglight108.
 
View attachment 2008577

Uh oh! Never seen this before. OCLP on 2014 13'' MacBook Pro. Should I be concerned? Can I fix this? Can I ignore it? Have yet to reboot the machine.. hopefully it comes back up! No concern on data loss as it's a new machine to me. DriveDX reports the disk to be in good health.
I was seeing this on the same machine, I turned off the 'unlock features' setting in OCLP and I never see it anymore.
 
@Ausdauersportler Interesting. I am using AFPS since long time. I had only this warning message "Volume Hash Mistmatch" from time to time but never had issues - see above post from livinglight108.
First, the post @joevt made has already been mentioned by himself on the Mac Pro thread. Secondly all Mac were using APFS compression all the time.

Obviously Apple changed some implementation details or simply used another compiler release or new compiler flags using the AVX instructions because now supported Macs will only have 2014+ Intel CPUs.

There is a very small, really very small chance that Apple is going to change this back in later Monterey releases (as it happens with the MonteRand). But on the long run we will face this issue with no real chance to avoid it.
 
Last edited:
Hi everyone!
I recently experiencing on my iMac 11,3 frequent panic crashes/reboots after upgrading from MacOS 12.3 to 12.4/12.5 beta. I had same symptoms with OCLP 0.43, 0.44 and 0.45. Crashes are random, sometimes 5 times in a row after re-boot then nothing for longer time.
My system was running very stable for months without any issues on MACOS 12.3 with OCLP 0.43.
Any similar experiences? I have attached 3 panic reports if someone can read them .
Many thanks!
See my post #5,650 of April, 8, where I reported the problem. Monterey 12.3.1 was 100% stable on my machine. All 12.3 Betas and 12.4 Beta versions crashed the system, as well as 12.4 Release. 12.5b1 is behaving much better, still crashing randomly time and time again.
 
  • Like
Reactions: Surf2bikes
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.