I got the same error message to on my MacBook 5,2
Same thing for me on a Mac Pro 3.1
Edit: I just checked the date and time and they are correct.
Last edited:
I got the same error message to on my MacBook 5,2
i can almost promise you Apple is looking at these,,Just installed DP2 and experienced the same issue -- hanging on the Apple logo due to repeated loginwindow crashes. I hit it with the ol' stub hammer again and managed to get to the Desktop, but still lack acceleration (framebuffer working though). There are a ton of new symbols in CoreDisplay, which is a bad sign.
I'll report back if I make any progress. @pkouame or @dosdude1 , have you looked into this yet? Anything I should be aware of?
Ouch! Have yet to install b2, but since you raise the alarm I'll install tonight and inspect CoreDisplay and SkyLight. Hope it's not as bad it sounds... Can you PM me your latest patch code (you know where...)Just installed DP2 and experienced the same issue -- hanging on the Apple logo due to repeated loginwindow crashes. I hit it with the ol' stub hammer again and managed to get to the Desktop, but still lack acceleration (framebuffer working though). There are a ton of new symbols in CoreDisplay, which is a bad sign.
I'll report back if I make any progress. @pkouame or @dosdude1 , have you looked into this yet? Anything I should be aware of?
why is Apple changing up so much code,, like was this happing a lot in 10.14?Ouch! Have yet to install b2, but since you raise the alarm I'll install tonight and inspect CoreDisplay and SkyLight. Hope it's not as bad it sounds... Can you PM me your latest patch code (you know where...)
I don't get it. its doing the same to me. How did you get it to finish the install. It reboots the first time at about the 5 minute mark and just goes back to the reinstall Mac recovery screenReally!? ahahahah... what the heck. Lol to me then.![]()
The first developer beta is really a "preview" more or less full of bugs. You usually have to wait for a few betas before things start to stabilize...why is Apple changing up so much code,, like was this happing a lot in 10.14?
this is happening on beta 8Ah, I found the cause of the diskmanagementd issue! Apple is sure making things tricky now. Got it all patched properly, though. Tool is now updated to Beta 9.
Everyones in the Discord Now You should join it https://discord.gg/FtzPwAh, I found the cause of the diskmanagementd issue! Apple is sure making things tricky now. Got it all patched properly, though. Tool is now updated to Beta 9.
So I just installed b2 on a supported Mac. Quick inspect of CoreDisplay.b2 shows a pretty massive increase in procedures and symbols vs CoreDisplay.b1 - over 600 new procedures...wow!Just installed DP2 and experienced the same issue -- hanging on the Apple logo due to repeated loginwindow crashes. I hit it with the ol' stub hammer again and managed to get to the Desktop, but still lack acceleration (framebuffer working though). There are a ton of new symbols in CoreDisplay, which is a bad sign.
I'll report back if I make any progress. @pkouame or @dosdude1 , have you looked into this yet? Anything I should be aware of?
check your console log to see what's crashing. it may reveal some helpful info...I think this might be the reason for Catalina to run hotter than Mojave. ReportCrash seems to continuously eat into CPU cycles. I am wondering if something can be done about it.
View attachment 843580
View attachment 843581
I think this might be the reason for Catalina to run hotter than Mojave. ReportCrash seems to continuously eat into CPU cycles. I am wondering if something can be done about it.
View attachment 843580
View attachment 843581
check your console log to see what's crashing. it may reveal some helpful info...
Didn't yet. Had problems with patcher. I have solved the issue with my USB and going to try the instalation procedure late this morning... Let's see what it brings.I don't get it. its doing the same to me. How did you get it to finish the install. It reboots the first time at about the 5 minute mark and just goes back to the reinstall Mac recovery screen
You may be on to something. Search for PerfPowerServices in the system log - there may be associated crash logs also.Looks like the PerfPowerServices(Although I don't have much experience with the Console):
View attachment 843585
I doubt you would need the additional kexts, but I am new to kexts.Looking through the Mojave Patcher.app/Contents/Resources/macOS Post Install.app/Contents/Resources files, I assume that the stock scripts for...
sipPatch.sh
legacyPlatform.sh
legacyAudioPatch.sh
legacyusb.sh
usbohci.sh
legacyiSight.sh
platformsupport.sh
should be sufficient to patch a MacPro 3,1 with GTX680. However I am unclear what should be done for wifi. I have a supported Broadcom BCM94322MC which doesn't require Mojave legacy wifi patch. My understanding is that those drivers were removed from Catalina. So. does that imply that I want to copy over the IO80211FamilyV2.kext from Mojave and do I need any additional kext?
Ciao... It's possible to have step by step instruction to try your patch...Ah, I found the cause of the diskmanagementd issue! Apple is sure making things tricky now. Got it all patched properly, though. Tool is now updated to Beta 10.
The tool now only supports using the Developer Preview 2 installer app (due to some extreme changes Apple made to the DP2 installer). You can download it using my macOS Downloader tool.Using patcher beta 10 mac os catalina beta 1 don't know why i'm getting this issue "macos could not be installed on this computer" also can't format to apfs in the installer it just doesn't work so i had to use mac os extended journaled and if i used mojave to format it to apfs i get this error "could not create a preboot volume for APFS install "
You may be on to something. Search for PerfPowerServices in the system log - there may be associated crash logs also.
I knew you'd pull it off! Thanks a ton, once again!Acceleration achieved on DP2!
View attachment 843591 View attachment 843597
Yay!
Unfortunately, I feel that this effort will soon come to an end if we can't find a better solution than replacing the entire SkyLight and CoreDisplay. But for now, I made stuff happy again by stubbing out another several functions. (It only took so long because dumbass me somehow removed the symlinks inside the OpenGL framework in the process of copying it, and apparently those are necessary.)
It's late so I don't have time to thoroughly test, but it seems much the same as before. Key differences include an actually read-only filesystem, some nice "Loading..." text in Finder's columns view, and a lot of changes to what seems to be mostly accessibility-related display code. (Related: none of the display-related accessibility features in System Preferences really work at the moment due to my stub functions not actually doing anything.)
Anyways, a new CoreDisplay.framework is attached for those who want to be on the bleeding edge. Good luck and goodnight.
You're welcome, and thank you too.I knew you'd pull it off! Thanks a ton, once again!