-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Advanced Map no longer working on macOS 14.4 (23E214) #8
Comments
same, RX 6700 XT |
Nuts. My hackintosh is still on 14.3, so I'll get it upgraded and try to work out what's changed. Fingers crossed it's something minor. |
I won't be on my Intel machine until tomorrow (hopefully!), but I wrote a quick script that dumps values (+ some debug info) so we might be able to find a suitable replacement value. If either of you have Xcode installed and want to compile a script, it's at https://gist.github.com/notjosh/01ea1f424c35ce6c423477b7b780a0f1. Would be interested if values have changed on 14.4. For me on my M1, the output looks like: $ cc dumper.m -o dumper -framework Foundation -framework Metal -lMobileGestalt -O3
$ ./dumper
2024-03-15 21:34:18.528 dumper[6914:192734] macOS version: Version 14.4 (Build 23E214)
2024-03-15 21:34:18.528 dumper[6914:192734] Architecture: arm64
2024-03-15 21:34:18.528 dumper[6914:192734] GPUs (
{
MTLGPUFamilyApple1 = 1;
MTLGPUFamilyApple2 = 1;
MTLGPUFamilyApple3 = 1;
MTLGPUFamilyApple4 = 1;
MTLGPUFamilyApple5 = 1;
MTLGPUFamilyApple6 = 1;
MTLGPUFamilyApple7 = 1;
MTLGPUFamilyApple8 = 0;
MTLGPUFamilyApple9 = 0;
MTLGPUFamilyCommon1 = 1;
MTLGPUFamilyCommon2 = 1;
MTLGPUFamilyCommon3 = 1;
MTLGPUFamilyMac2 = 1;
MTLGPUFamilyMetal3 = 1;
name = "Apple M1 Pro";
}
)
2024-03-15 21:34:18.528 dumper[6914:192734] {
DeviceSupportsActiveNFCReadingOnly = 0;
DeviceSupportsAdvancedMapRendering = 1;
DeviceSupportsCorrectedTemperature = 0;
DeviceSupportsEnhancedMultitasking = 0;
DeviceSupportsHeartRateVariability = 1;
DeviceSupportsSideButtonClickSpeed = 0;
DeviceSupportsSingleCameraPortrait = 0;
DeviceSupportsStereoAudioRecording = 0;
FrontCameraOffsetFromDisplayCenter = "<null>";
FrontFacingCameraAutoHDRCapability = 1;
RearFacingCameraMaxVideoZoomFactor = 3;
RearFacingCameraModuleSerialNumber = "<null>";
RearFacingLowLightCameraCapability = 0;
RenderWideGamutImagesAtDisplayTime = 1;
}
2024-03-15 21:34:18.530 dumper[6914:192734] Platform: {
hardwareClass = Mac;
hardwareIdentifier = "MacBookPro18,3";
hardwareModel = "MacBookPro18,3";
isInternalInstall = 0;
mapsFeatureFreedomEnabled = 0;
osAndBuildVersion = "14.4.23E214";
osVersion = "14.4";
productName = macOS;
supportsAdvancedMap = 1;
supportsForceTouch = 0;
supportsNavigation = 0;
supportsRealisticTiles = 0;
} |
2024-03-15 21:35:33.077 dumper[1024:9851] macOS version: Version 14.4 (Build 23E214) |
Oh weird, Thanks for getting onto it so quick :) |
For reference later, here's how the output is on 14.3.1 (Intel)
|
The GPU actually is an Intel UHD 620, spoofed as 630. |
This is from my Lenovo T530 which uses Intel HD 4000 Graphics:
|
2024-03-17 00:19:16.905 dumper[3372:23465] macOS version: Version 14.4 (Build 23E214) |
2024-06-18 15:45:51.194 dumper[3084:26292] macOS version: Version 15.0 (Build 24A5264n) |
@5T33Z0 can u confirm UHD 620 working for u? |
@narcyzzo Yes, I checked it yesterday. That's why closed the issue. |
It seems that Apple changed more things under the hood. The 3D globe is no longer working on my Lenovo T490 after updating to macOS 14.4.
iGPU: Intel UHD 620, spoofed as Intel UHD 630
The text was updated successfully, but these errors were encountered: