Eva Isabella Luna
Eva Isabella Luna
No problem, great work by the way!
# Native Graphics Stack with pre-Haswell hardware As mentioned in the above posts, the discontinuation of OS support for the MacPro6,1 has meant Apple is no longer required to support...
Try this: (posted by a user in OCLP Discord) 1. Mount EFI, open `EFI/OC/config.plist` 2. Change `DummyPowerManagement` to `true` in that plist 3. Add [these kexts](https://github.com/dortania/OpenCore-Legacy-Patcher/files/8903172/Archive.zip) to the config (image...
Closing, as unable to reproduce and issue is stale.
> Would you mind testing Cursed Fabric to see if it even starts up on an iPhone? It's Beta 1.7.3 (b1.7.3) Minecraft that runs on Fabric and requires Java 17....
@mohamad1GW It's because you don't have enough RAM allocated to PojavLauncher. In the launcher's preferences, there is a RAM slider you can use to attempt to fix the issue, however...
We can't help without logs.
A bit of a stale issue but I'm encountering this issue as well. I may have found a possible workaround, so stay tuned.
So the workaround is a bit of a mess. I hope it's only temporary. Essentially, you need to write a bash script and launch daemon, and then give `bash` permission...
Here's `com.osxvnc.systemserver.plist` ```xml Label com.osxvnc.systemserver.plist RunAtLoad EnvironmentVariables PATH ProgramArguments /bin/bash -c /Library/systemserver.sh ``` Here's the `/Library/systemserver.sh` script ```bash /bin/bash -c '"/Library/Application Support/VineServer/OSXvnc-server" -rfbport -desktop -rfbauth "/Library/Application Support/VineServer/.vinevncauth" -systemserver 1 -alwaysshared...