Sample Header Ad - 728x90

Ask Different (Apple)

Q&A for power users of Apple hardware and software

Latest Questions

0 votes
0 answers
37 views
M2 MacBook Air aggressively throttles P-cores based on a non-CPU sensor, even when CPU is cool
I'm running a MacBook Air M2 on **macOS Tahoe Beta 26.0 (developer beta 4, 25A5316i)** and have noticed a peculiar and aggressive thermal throttling behavior that makes the system very slow under sustained load. **The Problem:** When the machine's case gets hot, the system seems to enter a heavily t...
I'm running a MacBook Air M2 on **macOS Tahoe Beta 26.0 (developer beta 4, 25A5316i)** and have noticed a peculiar and aggressive thermal throttling behavior that makes the system very slow under sustained load. **The Problem:** When the machine's case gets hot, the system seems to enter a heavily throttled state. My monitoring app (Stats) shows that all **Performance cores are effectively shut down**: their utilization drops to 0% and their frequency is locked at the lowest state (660 MHz). This forces all system processes onto the **Efficiency cores**, which then run at 100% load. The computer becomes extremely sluggish and borderline unusable for anything beyond basic operations like text editing. Here is a screenshot of the system in this throttled state (Image 1): A screenshot of the 'CPU' tab in the Stats app, detailing a throttled state under heavy load. The key data shows that the Performance cores are inactive, with 0% utilization and a low frequency of 660 MHz. In contrast, the Efficiency cores are completely maxed out at 100% utilization. This imbalance has resulted in an extremely high 1-minute average load of 68.48. As you can see: * P-cores are at 0% usage and 660 MHz. * E-cores are at 100% usage. * The Average load is extremely high (68.48 over 1 minute). **The Paradox: It's Not Directly Tied to CPU Core Temperature** My initial assumption was that this was standard CPU thermal throttling. However, my observations show this is not the case. The throttling seems to be triggered by a different thermal sensor, not the CPU cores themselves. **Evidence 1: Throttling Occurs at Low CPU Temperatures** Here is a sensor reading from when the machine was in the throttled state described above. > Note: I don't know why the Stats app shows all cores as 'performance core' in this tab. A screenshot of the 'Sensors' tab in the Stats app, showing the system in a throttled state. Despite this, CPU temperatures are low: the average CPU temperature is 59.3°C, and the hottest CPU core is 61.2°C. The Power section confirms the low-power state, with CPU Power at only 0.16W and System Total power at 7.70W. * **Average CPU temperature is only 59.3°C**, and the hottest core is 61.2°C. These are very safe temperatures. * Despite the cool CPU, the P-cores are shut down as shown in the first image. **Evidence 2: No Throttling Occurs at High CPU Temperatures** Conversely, I can push the CPU to its thermal limit (e.g., with a short, intense task) without triggering this specific P-core shutdown, as long as the machine's chassis hasn't had time to heat soak. A screenshot of the same 'Sensors' tab, showing the system under high load but not throttled. In stark contrast to the other image, CPU core temperatures are extremely high, ranging up to 107.2°C, with an average CPU temperature of 101.8°C. The Power section reflects this high activity, showing CPU Power at 14.53W and System Total power at 24.61W, indicating the performance cores are fully active. * Here, the **CPU cores are running at over 100°C** while the machine was still not throttled. * The CPU Power draw is high (14.53W) compared to the throttled state (0.16W), indicating the P-cores are active. * The system remains responsive during this time. This leads me to believe the throttling is a proactive measure based on a chassis, battery, or other component's temperature, rather than a reactive measure to the CPU's own temperature. **My Questions:** 1. What is the specific thermal management mechanism at play here? Is it a known behavior for fanless MacBooks to shut down P-cores? 2. Could this be a bug or an overly aggressive policy, possibly related to the macOS developer beta I am running? 3. Is there any way to adjust or disable this specific, preemptive throttling behavior? I understand the need for thermal management, but the current implementation makes the machine unusable long before the CPU itself is in any thermal danger.
alikia2x (1 rep)
Aug 1, 2025, 05:25 PM • Last activity: Aug 1, 2025, 05:52 PM
0 votes
0 answers
22 views
M4 Max regularly becomes sluggish/hangs because only efficiency cores are active on mac OS 15.5
I've got a peculiar issue on my M4 Max running latest macOS 15.5 (non-beta). When playing games on Geforce NOW, the system regularly grinds to a near halt and at the same time only efficiency cores are active. This is silly. How can I work around this? Is there a good way to diagnose why only effici...
I've got a peculiar issue on my M4 Max running latest macOS 15.5 (non-beta). When playing games on Geforce NOW, the system regularly grinds to a near halt and at the same time only efficiency cores are active. This is silly. How can I work around this? Is there a good way to diagnose why only efficiency cores are active?
Cornelius Roemer (542 rep)
Jul 22, 2025, 06:34 PM
1 votes
2 answers
3188 views
Running GL applications through UTM: GLX: Failed to create context: GLXBadFBConfig
I have a Mac with OSX installed, and I'm trying to run a virtual machine with Debian. I am using [`utm`](https://mac.getutm.app/) to virtualize Debian with the arm64 arch. When I run `kitty`, a graphical Linux terminal with 3D-acceleration, I'm getting [glfw error 65543]: GLX: Failed to create conte...
I have a Mac with OSX installed, and I'm trying to run a virtual machine with Debian. I am using [utm](https://mac.getutm.app/) to virtualize Debian with the arm64 arch. When I run kitty, a graphical Linux terminal with 3D-acceleration, I'm getting Failed to create GLFW temp window! This usually happens because of old/broken OpenGL drivers. kitty requires working OpenGL 3.3 drivers. How can I resolve this error? I can get around this error with LIBGL_ALWAYS_SOFTWARE=true kitty But, I want hardware acceleration which utm claims to support. If I look at my video device with lspci, I see it's
00:02.0 Display controller: Red Hat, Inc. Virtio GPU (rev 01)
Evan Carroll (679 rep)
Mar 1, 2023, 05:20 PM • Last activity: Jul 20, 2025, 12:09 PM
13 votes
2 answers
5835 views
How to force a Terminal Command to run with the Performance Cores on Apple Silicon?
I recently had to reinstall the developer tools using ```xcode-select —install```, but noticed that the install was completed with my efficiency cores rather than my performance cores. I know this because iStatMenu showed me that my four efficiency cores were at 100% most of the time while the perfo...
I recently had to reinstall the developer tools using
-select —install
, but noticed that the install was completed with my efficiency cores rather than my performance cores. I know this because iStatMenu showed me that my four efficiency cores were at 100% most of the time while the performance cores were inactive. Is there a way I can manually set the priority of a process? Can I tell a process to run on the performance cores if needed? Ideally, it would actually use as many cores as it had threads, and run on all 8 cores simultaneously. An answer here describes how to run a task with the efficiency cores, which is equally useful, but I couldn't figure out how to adapt that technique to use the performance cores instead.
Jacob Waters (584 rep)
Nov 19, 2021, 06:34 PM • Last activity: Jul 16, 2025, 09:09 PM
1 votes
1 answers
95 views
Disable HiDPI mode/change or reset resolution of boot picker menu and Diagnostics mode of Apple Silicon Mac
When I just started using my M4 Mac mini, I was using a cheap Chinese display from Taobao with the brand name "YSNO". This display lied that it was a HiDPI display to the Mac, causing all text and on-screen elements to be giant, but still crisp and sharp. The problem this causes is that everything i...
When I just started using my M4 Mac mini, I was using a cheap Chinese display from Taobao with the brand name "YSNO". This display lied that it was a HiDPI display to the Mac, causing all text and on-screen elements to be giant, but still crisp and sharp. The problem this causes is that everything is humungous. The problem can be solved in the normal macOS by manually setting the resolution to a non-HiDPI one, but for some reason, the boot menu remembered the YSNO display's incorrect configuration and I can't find a way to make it forget it. When I try to open Apple Diagnostics by holding down the power button to access the boot picker, then holding down Command+D, the list of languages has a huge font size (displayed with crisp, but unwanted HiDPI) and extends past the bottom of the screen, and I can't reach the "continue" button. The text is also cut off. This problem persists on my old Samsung monitor (I stopped using the YSNO monitor), which does not show incorrect configuration. I tried running sudo nvram -c to clear the NVRAM, and I also tried running sudo defaults write /Library/Preferences/com.apple.windowserver DisplayResolutionEnabled -bool NO to force disable HiDPI. None of these commands disabled the HiDPI in the boot picker and the Diagnostics mode. Is there any way I can reset the screen resolution/HiDPI setting to the display default in the boot picker and Diagnostics mode? My macOS HiDPI is already off. The only thing that bothers me are these modes. Even the Apple logo and progress bar the computer shows when it is booting is giant, as if my monitor was a HiDPI display.
Felix An (174 rep)
Feb 12, 2025, 07:35 AM • Last activity: Jul 13, 2025, 12:02 AM
1 votes
2 answers
462 views
Achieving HiDPI on 3rd party external monitor plugged into a modern MacBook (Apple Silicon)
Upon connecting an 3rd-party external monitor (probably not important, but it's Dell U2719D in my case) I observe that the rendering is blurry. The Displays settings show that the monitor's native resolution (2560 x 1440) is available *and set*, but the "2560 x 1440 HiDPI" is absent. I want to add t...
Upon connecting an 3rd-party external monitor (probably not important, but it's Dell U2719D in my case) I observe that the rendering is blurry. The Displays settings show that the monitor's native resolution (2560 x 1440) is available *and set*, but the "2560 x 1440 HiDPI" is absent. I want to add this option, without use of 3rd party apps, especially because evidence exists that they aren't panacea either. The guides I saw online point to the tools like this one . Unfortunately, following them didn't produce an emergence of new 2560 x 1440 HiDPI option in external monitor part of Mac's Display Settings. Were anyone here successful in enabling HiDPI option for 3-party monitor on any M* MacBook? Thanks
Dmitri K (113 rep)
Mar 3, 2025, 04:10 PM • Last activity: Jul 9, 2025, 02:59 PM
6 votes
3 answers
757 views
How to clear application data for an iOS app installed on an Apple Silicon Mac?
Macs with Apple Silicon chips (M1/M2/etc.) can install iOS apps from the App Store. When an iOS app is **uninstalled**, its metadata is not deleted, and is reused if the app is reinstalled. This makes it impossible to have a fresh install. I am testing apps with TestFlight and it's very annoying. Is...
Macs with Apple Silicon chips (M1/M2/etc.) can install iOS apps from the App Store. When an iOS app is **uninstalled**, its metadata is not deleted, and is reused if the app is reinstalled. This makes it impossible to have a fresh install. I am testing apps with TestFlight and it's very annoying. Is there a way to clear application data for an iOS app installed on macOS?
Gabriel R. (593 rep)
May 4, 2025, 10:59 AM • Last activity: Jul 7, 2025, 12:27 PM
2 votes
1 answers
1185 views
M1 Panic: acc_cifl2c_cmd_ncwr
M1 MacBook Pro 13" 16GB constantly reboots with the same panic error: **acc_cifl2c_cmd_ncwr** I've spent some time figuring out who is causing this problem. It happens only if M1 MacBook Pro connects to wired ethernet only (via thunderbolt obviously) with disabled Wi-Fi. So: - Wi-Fi only = no issues...
M1 MacBook Pro 13" 16GB constantly reboots with the same panic error: **acc_cifl2c_cmd_ncwr** I've spent some time figuring out who is causing this problem. It happens only if M1 MacBook Pro connects to wired ethernet only (via thunderbolt obviously) with disabled Wi-Fi. So: - Wi-Fi only = no issues - Wired ethernet with disabled Wi-Fi = Panic: acc_cifl2c_cmd_ncwr Tried: - Multiple/different thunderbolt hubs = panic - Multiple/different thunderbolt cables = panic - The latest macOS installed from the scratch = panic - Safe Mode = panic I tried to contact AppleCare support but they wasted my 4 hours with no results. The issue has been present since day one we got the M1 processor... The only solution is to use Wi-Fi only which is a shame for PRO users. **CRASHLOG:**
panic(cpu 5 caller 0xfffffe00308887c8): "LLC Bus error from cpu1: FAR=0x740192d200 LLC_ERR_STS/ADR/INF=0x11000ffc00000080/0x2280080600c02060/0x5 addr=0x600c02060 cmd=0x14(acc_cifl2c_cmd_ncwr)"
Debugger message: panic
Memory ID: 0x6
OS release type: User
OS version: 20F71
Kernel version: Darwin Kernel Version 20.5.0: Sat May  8 05:10:31 PDT 2021; root:xnu-7195.121.3~9/RELEASE_ARM64_T8101
Fileset Kernelcache UUID: FB10CC0AB8BAC020BC47A50D64476F11
Kernel UUID: 07259C53-9EF7-32FF-821D-8F28A5985DFA
iBoot version: iBoot-6723.120.36
secure boot?: YES
Paniclog version: 13
KernelCache slide: 0x0000000027cc8000
KernelCache base:  0xfffffe002eccc000
Kernel slide:      0x0000000028810000
Kernel text base:  0xfffffe002f814000
Kernel text exec base:  0xfffffe002f8e0000
mach_absolute_time: 0x621e4df97f4
Epoch Time:        sec       usec
  Boot    : 0x60d0e4f6 0x0002e5a8
  Sleep   : 0x60d52e97 0x000872f0
  Wake    : 0x60d52e97 0x0009b77a
  Calendar: 0x60d52ec9 0x0003ebb1

CORE 0 recently retired instr at 0xfffffe002fa526f4
CORE 1 recently retired instr at 0xfffffe002fa526f4
CORE 2 recently retired instr at 0xfffffe002fa526f4
CORE 3 recently retired instr at 0xfffffe002fa526f4
CORE 4 recently retired instr at 0xfffffe002fa526f8
CORE 5 recently retired instr at 0xfffffe002fa51240
CORE 6 recently retired instr at 0xfffffe002fa526f8
CORE 7 recently retired instr at 0xfffffe002fa526f8
Panicked task 0xfffffe1666b44688: 616209 pages, 570 threads: pid 0: kernel_task
Panicked thread: 0xfffffe166cec9fe0, backtrace: 0xfffffe40202ab090, tid: 2753969
		  lr: 0xfffffe002f92ebe4  fp: 0xfffffe40202ab100
		  lr: 0xfffffe002f92e9c8  fp: 0xfffffe40202ab170
		  lr: 0xfffffe002fa57a70  fp: 0xfffffe40202ab190
		  lr: 0xfffffe002fa492b8  fp: 0xfffffe40202ab240
		  lr: 0xfffffe002f8e77e8  fp: 0xfffffe40202ab250
		  lr: 0xfffffe002f92e658  fp: 0xfffffe40202ab5e0
		  lr: 0xfffffe002f92e658  fp: 0xfffffe40202ab650
		  lr: 0xfffffe00300e03e8  fp: 0xfffffe40202ab670
		  lr: 0xfffffe00308887c8  fp: 0xfffffe40202ab730
		  lr: 0xfffffe0030888888  fp: 0xfffffe40202ab7d0
		  lr: 0xfffffe0030888330  fp: 0xfffffe40202ab8a0
		  lr: 0xfffffe0030888264  fp: 0xfffffe40202ab8b0
		  lr: 0xfffffe0030249470  fp: 0xfffffe40202ab8d0
		  lr: 0xfffffe002fa4c098  fp: 0xfffffe40202ab910
		  lr: 0xfffffe002f8e7950  fp: 0xfffffe40202ab920
		  lr: 0xfffffe0031ce1b34  fp: 0xfffffe40202abcc0
		  lr: 0xfffffe0031cec2b4  fp: 0xfffffe40202abd00
		  lr: 0xfffffe0031ca7c50  fp: 0xfffffe40202abd30
		  lr: 0xfffffe003000a2a0  fp: 0xfffffe40202abda0
		  lr: 0xfffffe0031ca7cec  fp: 0xfffffe40202abdf0
		  lr: 0xfffffe0031caec5c  fp: 0xfffffe40202abe20
		  lr: 0xfffffe002ff267c4  fp: 0xfffffe40202abf00
		  lr: 0xfffffe002f8f0c38  fp: 0x0000000000000000
      Kernel Extensions in backtrace:
         com.apple.driver.AppleARMPlatform(1.0.2)[F784412E-33CC-3859-B0CB-D0A62C9E26CB]@0xfffffe003023c000->0xfffffe003028bfff
            dependency: com.apple.iokit.IOReportFamily(47)[A0C25545-295B-3538-AA20-D7ED2DFACC78]@0xfffffe0031d50000->0xfffffe0031d53fff
            dependency: com.apple.iokit.IOSlowAdaptiveClockingFamily(1.0.0)[15B94521-A6E6-3D71-A842-BBDF5DFCF49B]@0xfffffe0031df8000->0xfffffe0031dfbfff
            dependency: com.apple.iokit.IOStorageFamily(2.1)[8A98ACCC-D34C-36E3-93F6-D8A2F39C2A51]@0xfffffe0031dfc000->0xfffffe0031e1bfff
         com.apple.iokit.IONetworkingFamily(3.4)[375417A5-E54E-3435-962C-A5A8B63A70A1]@0xfffffe0031c98000->0xfffffe0031cbbfff
         com.apple.driver.AppleFireStormErrorHandler(1.0)[5AD02522-CA32-38AF-B8DF-42A103488990]@0xfffffe0030888000->0xfffffe003088bfff
            dependency: com.apple.driver.AppleARMPlatform(1.0.2)[F784412E-33CC-3859-B0CB-D0A62C9E26CB]@0xfffffe003023c000->0xfffffe003028bfff
            dependency: com.apple.iokit.IOReportFamily(47)[A0C25545-295B-3538-AA20-D7ED2DFACC78]@0xfffffe0031d50000->0xfffffe0031d53fff
         com.apple.driver.AppleEthernetAquantiaAqtion(1.0.64)[C368FFA0-F8A8-31C8-85F4-FD14104735CB]@0xfffffe0031cdc000->0xfffffe0031d03fff
            dependency: com.apple.driver.AppleARMPlatform(1.0.2)[F784412E-33CC-3859-B0CB-D0A62C9E26CB]@0xfffffe003023c000->0xfffffe003028bfff
            dependency: com.apple.driver.AppleEmbeddedPCIE(1)[71FF1161-40A1-3590-82FA-EC25E4BBA66B]@0xfffffe0030798000->0xfffffe00307abfff
            dependency: com.apple.driver.mDNSOffloadUserClient(1.0.1b8)[F542F73D-2FC5-3BF3-A3D9-EE8865072FAA]@0xfffffe0031d30000->0xfffffe0031d33fff
            dependency: com.apple.iokit.IONetworkingFamily(3.4)[375417A5-E54E-3435-962C-A5A8B63A70A1]@0xfffffe0031c98000->0xfffffe0031cbbfff
            dependency: com.apple.iokit.IOPCIFamily(2.9)[B0CD5169-B0A8-3682-BB05-ADBC1D65D831]@0xfffffe0031d34000->0xfffffe0031d4ffff
            dependency: com.apple.iokit.IOTimeSyncFamily(985.2)[AF463BB6-BFD9-376F-8E25-C9915B70E88F]@0xfffffe0031f64000->0xfffffe0031f83fff

last started kext at 5983132342186: com.apple.filesystems.msdosfs	1.10 (addr 0xfffffe002f7c8000, size 16384)
last stopped kext at 5991444649954: com.apple.filesystems.msdosfs	1.10 (addr 0xfffffe002f7c8000, size 16384)
loaded kexts:
com.apple.filesystems.smbfs	3.6
com.apple.filesystems.autofs	3.0
com.apple.fileutil	20.036.15
com.apple.driver.AppleTopCaseHIDEventDriver	4050.1
com.apple.iokit.IOBluetoothSerialManager	8.0.5d7
com.apple.driver.AppleHIDALSService	1
com.apple.iokit.SCSITaskUserClient	436.121.1
com.apple.driver.AppleIntelI210Ethernet	2.3.1
com.apple.driver.AppleBiometricServices	1
com.apple.driver.AppleALSColorSensor	1.0.0d1
com.apple.driver.AppleAOPVoiceTrigger	11.5
com.apple.driver.BCMWLANFirmware4378.Hashstore	1
com.apple.driver.CoreKDL	1
com.apple.driver.SEPHibernation	1
com.apple.driver.AppleUSBDeviceNCM	5.0.0
com.apple.driver.AppleThunderboltIP	4.0.3
com.apple.driver.DiskImages.ReadWriteDiskImage	493.0.0
com.apple.driver.DiskImages.UDIFDiskImage	493.0.0
com.apple.driver.DiskImages.RAMBackingStore	493.0.0
com.apple.driver.DiskImages.FileBackingStore	493.0.0
com.apple.driver.AppleSmartBatteryManager	161.0.0
com.apple.filesystems.apfs	1677.120.9
com.apple.driver.AppleFileSystemDriver	3.0.1
com.apple.nke.l2tp	1.9
com.apple.filesystems.tmpfs	1
com.apple.driver.ApplePMP	1
com.apple.driver.ApplePMPFirmware	1
com.apple.driver.AppleSmartIO2	1
com.apple.IOTextEncryptionFamily	1.0.0
com.apple.AppleEmbeddedSimpleSPINORFlasher	1
com.apple.filesystems.hfs.kext	556.100.11
com.apple.security.BootPolicy	1
com.apple.BootCache	40
com.apple.AppleFSCompression.AppleFSCompressionTypeZlib	1.0.0
com.apple.AppleFSCompression.AppleFSCompressionTypeDataless	1.0.0d1
com.apple.driver.AppleDPDisplayTCON	1
com.apple.driver.AppleCS42L83Audio	442.26
com.apple.driver.AppleTAS5770LAmp	442.26
com.apple.driver.AppleSPMIPMU	1.0.1
com.apple.AGXG13G	173.28.1
com.apple.driver.AppleSummitLCD	1.0.0
com.apple.driver.AppleT8020SOCTuner	1
com.apple.driver.AppleT8103CLPCv3	1
com.apple.driver.AppleAVD	381
com.apple.driver.AppleAVE2	401.73.3
com.apple.driver.AppleJPEGDriver	4.6.0
com.apple.driver.AppleMobileDispH13G-DCP	140.0
com.apple.driver.usb.AppleUSBHostT8103	1
com.apple.driver.AudioDMAController-T8103	1.60.5
com.apple.driver.AppleS5L8960XNCO	1
com.apple.driver.AppleT8103PMGR	1
com.apple.driver.AppleS8000AES	1
com.apple.driver.AppleS8000DWI	1.0.0d1
com.apple.driver.AppleS5L8960XWatchDogTimer	1
com.apple.driver.AppleInterruptController	1.0.0d1
com.apple.driver.AppleBluetoothModule	1
com.apple.driver.AppleSamsungSerial	1.0.0d1
com.apple.driver.AppleBCMWLANBusInterfacePCIe	1
com.apple.driver.AppleT8020DART	1
com.apple.driver.AppleSynopsysMIPIDSI	1.0.0
com.apple.driver.AppleS5L8920XPWM	1.0.0d1
com.apple.driver.AppleS5L8940XI2C	1.0.0d2
com.apple.driver.AppleSPIMC	1
com.apple.driver.AppleT8101	1
com.apple.driver.AppleM68Buttons	1.0.0d1
com.apple.iokit.IOUserEthernet	1.0.1
com.apple.driver.usb.AppleUSBUserHCI	1
com.apple.iokit.IOKitRegistryCompatibility	1
com.apple.iokit.EndpointSecurity	1
com.apple.driver.AppleDiskImages2	1
com.apple.AppleSystemPolicy	2.0.0
com.apple.nke.applicationfirewall	311
com.apple.kec.InvalidateHmac	1
com.apple.driver.usb.cdc.ecm	5.0.0
com.apple.driver.usb.cdc.ncm	5.0.0
com.apple.driver.usb.cdc.acm	5.0.0
com.apple.driver.usb.serial	6.0.0
com.apple.kext.triggers	1.0
com.apple.driver.AppleHIDKeyboard	224
com.apple.driver.AppleActuatorDriver	4440.3
com.apple.driver.AppleMultitouchDriver	4440.3
com.apple.driver.AppleHSBluetoothDriver	4050.1
com.apple.driver.IOBluetoothHIDDriver	8.0.5d7
com.apple.iokit.IOAVBFamily	940.4
com.apple.plugin.IOgPTPPlugin	985.2
com.apple.driver.AppleEthernetAquantiaAqtion	1.0.64
com.apple.driver.usb.IOUSBHostHIDDevice	1.2
com.apple.driver.usb.cdc	5.0.0
com.apple.driver.AppleUSBAudio	405.39
com.apple.iokit.IOAudioFamily	300.6.1
com.apple.vecLib.kext	1.2.0
com.apple.iokit.IOEthernetAVBController	1.1.0
com.apple.driver.usb.AppleUSBXHCIPCI	1.2
com.apple.driver.AppleMesaSEPDriver	100.99
com.apple.iokit.IOBiometricFamily	1
com.apple.driver.AppleThunderboltPCIUpAdapter	4.1.1
com.apple.driver.AppleThunderboltDPOutAdapter	8.1.4
com.apple.driver.AppleAOPAudio	16.2
com.apple.driver.AppleSEPHDCPManager	1.0.1
com.apple.driver.AppleTrustedAccessory	1
com.apple.iokit.AppleSEPGenericTransfer	1
com.apple.driver.usb.networking	5.0.0
com.apple.driver.AppleThunderboltUSBDownAdapter	1.0.4
com.apple.driver.AppleThunderboltPCIDownAdapter	4.1.1
com.apple.driver.AppleThunderboltDPInAdapter	8.1.4
com.apple.driver.AppleThunderboltDPAdapterFamily	8.1.4
com.apple.driver.DiskImages.KernelBacked	493.0.0
com.apple.driver.IOBluetoothHostControllerPCIeTransport	8.0.5d7
com.apple.iokit.IOBluetoothHostControllerTransport	8.0.5d7
com.apple.driver.AppleConvergedIPCOLYBTControl	1
com.apple.driver.AppleConvergedPCI	1
com.apple.driver.AppleBluetoothDebug	1
com.apple.driver.AppleBTM	1.0.1
com.apple.driver.AppleXsanScheme	3
com.apple.driver.AppleDCPDPTXProxy	1.0.0
com.apple.driver.DCPDPFamilyProxy	1
com.apple.nke.ppp	1.9
com.apple.iokit.IONVMeFamily	2.1.0
com.apple.driver.AppleDiagnosticDataAccessReadOnly	1.0.0
com.apple.driver.AppleNANDConfigAccess	1.0.0
com.apple.driver.AppleSPU	1
com.apple.driver.AppleBSDKextStarter	3
com.apple.AGXFirmwareKextG13GRTBuddy	173.28.1
com.apple.AGXFirmwareKextRTBuddy64	173.28.1
com.apple.filesystems.hfs.encodings.kext	1
com.apple.driver.AppleCSEmbeddedAudio	442.26
com.apple.driver.AppleHIDTransportSPI	4400.35
com.apple.driver.AppleHIDTransport	4400.35
com.apple.driver.AppleInputDeviceSupport	4400.35
com.apple.driver.AppleHPM	3.4.4
com.apple.driver.AppleEmbeddedAudio	442.26
com.apple.iokit.AppleARMIISAudio	80.34.1
com.apple.driver.AppleStockholmControl	1.0.0
com.apple.driver.AppleDialogPMU	1.0.1
com.apple.driver.AppleH13CameraInterface	3.55.0
com.apple.driver.AppleH10PearlCameraInterface	16.15.1
com.apple.iokit.IOGPUFamily	21.11
com.apple.driver.AppleH11ANEInterface	4.75.0
com.apple.driver.ApplePassthroughPPM	3.0
com.apple.driver.DCPAVFamilyProxy	1
com.apple.iokit.IOMobileGraphicsFamily-DCP	343.0.0
com.apple.driver.AppleDCP	1
com.apple.driver.AppleFirmwareKit	1
com.apple.driver.AppleSPMI	1.0.1
com.apple.driver.AppleUSBXDCIARM	1.0
com.apple.driver.AppleUSBXDCI	1.0
com.apple.iokit.IOUSBDeviceFamily	2.0.0
com.apple.driver.usb.AppleUSBXHCIARM	1
com.apple.driver.usb.AppleUSBXHCI	1.2
com.apple.driver.AppleEmbeddedUSBHost	1
com.apple.driver.usb.AppleUSBHub	1.2
com.apple.driver.usb.AppleUSBHostCompositeDevice	1.2
com.apple.driver.AppleT8103TypeCPhy	1
com.apple.driver.AppleSART	1
com.apple.driver.ApplePMGR	1
com.apple.driver.watchdog	1
com.apple.driver.usb.AppleUSBHostPacketFilter	1.0
com.apple.driver.AppleDisplayCrossbar	1.0.0
com.apple.iokit.IODisplayPortFamily	1.0.0
com.apple.driver.AppleTypeCPhy	1
com.apple.driver.AppleThunderboltNHI	7.2.8
com.apple.driver.AppleT8103PCIeC	1
com.apple.iokit.IOThunderboltFamily	9.3.2
com.apple.driver.ApplePIODMA	1
com.apple.driver.AppleT8103PCIe	1
com.apple.driver.AppleBluetoothDebugService	1
com.apple.driver.AppleBCMWLANCore	1.0.0
com.apple.iokit.IO80211FamilyV2	1200.12.2b1
com.apple.driver.IOImageLoader	1.0.0
com.apple.driver.AppleMobileDispH13G-DFR	140.0
com.apple.iokit.IOMobileGraphicsFamily	343.0.0
com.apple.driver.AppleMCA2-T8103	540.10
com.apple.driver.AppleGPIOICController	1.0.2
com.apple.driver.AppleFireStormErrorHandler	1
com.apple.driver.AppleMultiFunctionManager	1
com.apple.driver.corecapture	1.0.4
com.apple.driver.AppleEmbeddedPCIE	1
com.apple.driver.AppleMobileApNonce	1
com.apple.iokit.IOTimeSyncFamily	985.2
com.apple.driver.DiskImages	493.0.0
com.apple.iokit.IOGraphicsFamily	585.1
com.apple.iokit.IOBluetoothFamily	8.0.5d7
com.apple.iokit.IOBluetoothPacketLogger	8.0.5d7
com.apple.driver.FairPlayIOKit	68.7.1
com.apple.iokit.CoreAnalyticsFamily	1
com.apple.driver.AppleSSE	1.0
com.apple.driver.AppleSEPKeyStore	2
com.apple.driver.AppleUSBTDM	511.120.2
com.apple.iokit.IOUSBMassStorageDriver	184.121.1
com.apple.iokit.IOPCIFamily	2.9
com.apple.iokit.IOSCSIBlockCommandsDevice	436.121.1
com.apple.iokit.IOSCSIArchitectureModelFamily	436.121.1
com.apple.driver.AppleIPAppender	1.0
com.apple.driver.AppleFDEKeyStore	28.30
com.apple.driver.AppleEffaceableStorage	1.0
com.apple.driver.AppleCredentialManager	1.0
com.apple.driver.KernelRelayHost	1
com.apple.iokit.IOUSBHostFamily	1.2
com.apple.driver.AppleUSBHostMergeProperties	1.2
com.apple.driver.usb.AppleUSBCommon	1.0
com.apple.driver.AppleSMC	3.1.9
com.apple.driver.RTBuddy	1.0.0
com.apple.driver.AppleEmbeddedTempSensor	1.0.0
com.apple.driver.AppleARMPMU	1.0
com.apple.iokit.IOAccessoryManager	1.0.0
com.apple.driver.AppleOnboardSerial	1.0
com.apple.iokit.IOSkywalkFamily	1
com.apple.driver.mDNSOffloadUserClient	1.0.1b8
com.apple.iokit.IONetworkingFamily	3.4
com.apple.iokit.IOSerialFamily	11
com.apple.driver.AppleSEPManager	1.0.1
com.apple.driver.AppleA7IOP	1.0.2
com.apple.driver.IOSlaveProcessor	1
com.apple.driver.AppleBiometricSensor	2
com.apple.iokit.IOHIDFamily	2.0.0
com.apple.AUC	1.0
com.apple.iokit.IOAVFamily	1.0.0
com.apple.iokit.IOHDCPFamily	1.0.0
com.apple.iokit.IOCECFamily	1
com.apple.iokit.IOAudio2Family	1.0
com.apple.driver.AppleEmbeddedAudioLibs	1.17
com.apple.driver.AppleFirmwareUpdateKext	1
com.apple.driver.AppleM2ScalerCSCDriver	265.0.0
com.apple.iokit.IOSurface	290.8.1
com.apple.driver.IODARTFamily	1
com.apple.security.quarantine	4
com.apple.security.sandbox	300.0
com.apple.kext.AppleMatch	1.0.0d1
com.apple.driver.AppleMobileFileIntegrity	1.0.5
com.apple.kext.CoreTrust	1
com.apple.security.AppleImage4	3.0.0
com.apple.iokit.IOCryptoAcceleratorFamily	1.0.1
com.apple.driver.AppleARMPlatform	1.0.2
com.apple.iokit.IOStorageFamily	2.1
com.apple.iokit.IOSlowAdaptiveClockingFamily	1.0.0
com.apple.iokit.IOReportFamily	47
com.apple.kec.pthread	1
com.apple.kec.corecrypto	11.1
com.apple.kec.Libm	1



** Stackshot Succeeded ** Bytes Traced 860592 (Uncompressed 2317552) **
uiuxgo.com (21 rep)
Jun 21, 2021, 06:45 PM • Last activity: Jul 5, 2025, 03:07 AM
2 votes
2 answers
2870 views
How to fix Graphics driver error in Windows 11 ARM64 using UTM in my Macbook Pro M3 Pro Image?
I've installed Windows 11 ARM64 using UTM in my Macbook Pro M3 Pro and I have also installed the SPICE tools/drivers along with it. Then I have installed Alias 2024 Learning Edition in it but I am getting an error about the display driver when I open Alias. I am attaching the Screenshot, and I am ha...
I've installed Windows 11 ARM64 using UTM in my Macbook Pro M3 Pro and I have also installed the SPICE tools/drivers along with it. Then I have installed Alias 2024 Learning Edition in it but I am getting an error about the display driver when I open Alias. I am attaching the Screenshot, and I am happy to provide more info need to solve this. enter image description here What resources can I pursue to fix this sort of issue?
DesignThala (21 rep)
Jun 19, 2024, 06:50 PM • Last activity: Jul 1, 2025, 03:27 PM
2 votes
1 answers
104 views
Why does the iPhone app on M1 Mac run well but crashes at launch except first time I open after restarting the Mac
I play go on the GoQuest iPhone app on my M1 Mac Mini. The app was downloaded from the App Store on the Mac (not iphone mirroring). I run the app, it works great. But if I close it, it crashes at launch every subsequent time that I open it. So whenever I restart my computer, I can use it again. At t...
I play go on the GoQuest iPhone app on my M1 Mac Mini. The app was downloaded from the App Store on the Mac (not iphone mirroring). I run the app, it works great. But if I close it, it crashes at launch every subsequent time that I open it. So whenever I restart my computer, I can use it again. At this point I start it and I'm very careful to always minimize it and never close it. But at some point I always end up closing it. I'm thinking that since it works again after a restart that it's not a problem with files but rather some process that the GoQuest app interacts with becomes weird but being unfamiliar with how macOS runs these iPhone apps, I haven't been able to find it. Here is a partial crash report; only the start of it because of the limit on post size:
-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Incident Identifier: E6B1583F-AB66-4F64-A03B-F3EA3CD533FB
CrashReporter Key:   4C73C89D-D754-81CA-E621-DB60C76F9BE8
Hardware Model:      Macmini9,1
Process:             GoQuest 
Path:                /private/var/folders/*/GoQuest.app/GoQuest
Identifier:          fm.wars.GoQuest
Version:             1.5.12 (1.5.12.0)
AppStoreTools:       14E221
AppVariant:          1:MacFamily20,1:15
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd 
Coalition:           fm.wars.GoQuest 

Date/Time:           2024-09-30 19:24:16.0923 -0400
Launch Time:         2024-09-30 19:24:15.2960 -0400
OS Version:          macOS 15.0 (24A335)
Release Type:        User
Report Version:      104

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x00000001a25581fc
Termination Reason: SIGNAL 5 Trace/BPT trap: 5
Terminating Process: exc handler 

Triggered by Thread:  0

Last Exception Backtrace:
0   CoreFoundation                	       0x19e7b4eb4 __exceptionPreprocess + 164
1   libobjc.A.dylib               	       0x19e29acd8 objc_exception_throw + 88
2   CoreFoundation                	       0x19e86a5a4 -[NSObject(NSObject) __retain_OA] + 0
3   CoreFoundation                	       0x19e721140 ___forwarding___ + 1568
4   CoreFoundation                	       0x19e720a60 _CF_forwarding_prep_0 + 96
5   GoQuest                       	       0x1009f4b40 0x1009c8000 + 183104
6   GoQuest                       	       0x1009f472c 0x1009c8000 + 182060
7   GoQuest                       	       0x1009f4674 0x1009c8000 + 181876
8   GoQuest                       	       0x100a000a8 0x1009c8000 + 229544
9   UIKitCore                     	       0x1cfe468e0 -[UIApplication _handleDelegateCallbacksWithOptions:isSuspended:restoreState:] + 316
10  UIKitCore                     	       0x1cfe45d8c -[UIApplication _callInitializationDelegatesWithActions:forCanvas:payload:fromOriginatingProcess:] + 2988
11  UIKitCore                     	       0x1cfe44050 -[UIApplication _runWithMainScene:transitionContext:completion:] + 1092
12  UIKitCore                     	       0x1cfe43b1c -[_UISceneLifecycleMultiplexer completeApplicationLaunchWithFBSScene:transitionContext:] + 108
13  UIKitCore                     	       0x1cfe405c0 _UIScenePerformActionsWithLifecycleActionMask + 112
14  UIKitCore                     	       0x1cfe43424 __101-[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:]_block_invoke + 220
15  UIKitCore                     	       0x1cfe431a4 -[_UISceneLifecycleMultiplexer _performBlock:withApplicationOfDeactivationReasons:fromReasons:] + 324
16  UIKitCore                     	       0x1cfe42704 -[_UISceneLifecycleMultiplexer _evalTransitionToSettings:fromSettings:forceExit:withTransitionStore:] + 608
17  UIKitCore                     	       0x1cfe42400 -[_UISceneLifecycleMultiplexer uiScene:transitionedFromState:withTransitionContext:] + 248
18  UIKitCore                     	       0x1cfe40b9c __186-[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:]_block_invoke + 148
19  UIKitCore                     	       0x1d08e7670 +[BSAnimationSettings(UIKit) tryAnimatingWithSettings:fromCurrentState:actions:completion:] + 736
20  UIKitCore                     	       0x1d09eabb0 _UISceneSettingsDiffActionPerformChangesWithTransitionContextAndCompletion + 224
21  UIKitCore                     	       0x1cfe40748 -[_UIWindowSceneFBSSceneTransitionContextDrivenLifecycleSettingsDiffAction _performActionsForUIScene:withUpdatedFBSScene:settingsDiff:fromSettings:transitionContext:lifecycleActionType:] + 316
22  UIKitCore                     	       0x1d031fc5c __64-[UIScene scene:didUpdateWithDiff:transitionContext:completion:]_block_invoke.243 + 612
23  UIKitCore                     	       0x1cfe3fbdc -[UIScene _emitSceneSettingsUpdateResponseForCompletion:afterSceneUpdateWork:] + 208
24  UIKitCore                     	       0x1cfe3fa54 -[UIScene scene:didUpdateWithDiff:transitionContext:completion:] + 244
25  UIKitCore                     	       0x1cfe356f4 -[UIApplication workspace:didCreateScene:withTransitionContext:completion:] + 456
26  UIKitCore                     	       0x1cfe354b4 -[UIApplicationSceneClientAgent scene:didInitializeWithEvent:completion:] + 288
27  FrontBoardServices            	       0x1b5388b3c __95-[FBSScene _callOutQueue_didCreateWithTransitionContext:alternativeCreationCallout:completion:]_block_invoke + 288
28  FrontBoardServices            	       0x1b5389038 -[FBSScene _callOutQueue_coalesceClientSettingsUpdates:] + 72
29  FrontBoardServices            	       0x1b5388988 -[FBSScene _callOutQueue_didCreateWithTransitionContext:alternativeCreationCallout:completion:] + 504
30  FrontBoardServices            	       0x1b53b5108 __93-[FBSWorkspaceScenesClient _callOutQueue_sendDidCreateForScene:transitionContext:completion:]_block_invoke.234 + 284
31  FrontBoardServices            	       0x1b536d510 -[FBSWorkspace _calloutQueue_executeCalloutFromSource:withBlock:] + 196
32  FrontBoardServices            	       0x1b53b32d8 -[FBSWorkspaceScenesClient _callOutQueue_sendDidCreateForScene:transitionContext:completion:] + 512
33  libdispatch.dylib             	       0x19e4a8658 _dispatch_client_callout + 20
34  libdispatch.dylib             	       0x19e4ac09c _dispatch_block_invoke_direct + 284
35  FrontBoardServices            	       0x1b536d424 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 48
36  FrontBoardServices            	       0x1b53d4374 -[FBSMainRunLoopSerialQueue _targetQueue_performNextIfPossible] + 240
37  FrontBoardServices            	       0x1b53d44a8 -[FBSMainRunLoopSerialQueue _performNextFromRunLoopSource] + 28
38  CoreFoundation                	       0x19e742414 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28
39  CoreFoundation                	       0x19e7423a8 __CFRunLoopDoSource0 + 176
40  CoreFoundation                	       0x19e74210c __CFRunLoopDoSources0 + 244
41  CoreFoundation                	       0x19e740cf8 __CFRunLoopRun + 840
42  CoreFoundation                	       0x19e740334 CFRunLoopRunSpecific + 572
43  HIToolbox                     	       0x1a9b780cc RunCurrentEventLoopInMode + 292
44  HIToolbox                     	       0x1a9b7dd1c ReceiveNextEventCommon + 220
45  HIToolbox                     	       0x1a9b7e020 _BlockUntilNextEventMatchingListInModeWithFilter + 76
46  AppKit                        	       0x1a2283a70 _DPSNextEvent + 660
47  AppKit                        	       0x1a2ba97b8 -[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 688
48  AppKit                        	       0x1a2276b7c -[NSApplication run] + 480
49  AppKit                        	       0x1a224d44c NSApplicationMain + 888
50  AppKit                        	       0x1a249b8e4 +[NSWindow _savedFrameFromString:] + 0
51  UIKitMacHelper                	       0x1b8ebf8b0 UINSApplicationMain + 972
52  UIKitCore                     	       0x1cfe1fc40 UIApplicationMain + 148
53  GoQuest                       	       0x100a25544 0x1009c8000 + 382276
54  dyld                          	       0x19e2d8274 start + 2840

Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   AppKit                        	       0x1a25581fc -[NSApplication _crashOnException:] + 256
1   AppKit                        	       0x1a2557fbc -[NSApplication reportException:] + 460
2   AppKit                        	       0x1a27b9990 NSApplicationUncaughtExceptionHandler + 152
3   GoQuest                       	       0x100b8858c 0x1009c8000 + 1836428
4   CoreFoundation                	       0x19e85c7f8 __handleUncaughtException + 816
5   libobjc.A.dylib               	       0x19e2a53d8 _objc_terminate() + 144
6   libc++abi.dylib               	       0x19e610710 std::__terminate(void (*)()) + 16
7   libc++abi.dylib               	       0x19e6106b4 std::terminate() + 108
8   libdispatch.dylib             	       0x19e4a866c _dispatch_client_callout + 40
9   libdispatch.dylib             	       0x19e4ac09c _dispatch_block_invoke_direct + 284
10  FrontBoardServices            	       0x1b536d424 __FBSSERIALQUEUE_IS_CALLING_OUT_TO_A_BLOCK__ + 48
11  FrontBoardServices            	       0x1b53d4374 -[FBSMainRunLoopSerialQueue _targetQueue_performNextIfPossible] + 240
12  FrontBoardServices            	       0x1b53d44a8 -[FBSMainRunLoopSerialQueue _performNextFromRunLoopSource] + 28
13  CoreFoundation                	       0x19e742414 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 28
14  CoreFoundation                	       0x19e7423a8 __CFRunLoopDoSource0 + 176
15  CoreFoundation                	       0x19e74210c __CFRunLoopDoSources0 + 244
16  CoreFoundation                	       0x19e740cf8 __CFRunLoopRun + 840
17  CoreFoundation                	       0x19e740334 CFRunLoopRunSpecific + 572
18  HIToolbox                     	       0x1a9b780cc RunCurrentEventLoopInMode + 292
19  HIToolbox                     	       0x1a9b7dd1c ReceiveNextEventCommon + 220
20  HIToolbox                     	       0x1a9b7e020 _BlockUntilNextEventMatchingListInModeWithFilter + 76
21  AppKit                        	       0x1a2283a70 _DPSNextEvent + 660
22  AppKit                        	       0x1a2ba97b8 -[NSApplication(NSEventRouting) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 688
23  AppKit                        	       0x1a2276b7c -[NSApplication run] + 480
24  AppKit                        	       0x1a224d44c NSApplicationMain + 888
25  AppKit                        	       0x1a249b8e4 _NSApplicationMainWithInfoDictionary + 24
26  UIKitMacHelper                	       0x1b8ebf8b0 UINSApplicationMain + 972
27  UIKitCore                     	       0x1cfe1fc40 UIApplicationMain + 148
28  GoQuest                       	       0x100a25544 0x1009c8000 + 382276
29  dyld                          	       0x19e2d8274 start + 2840

Thread 1:
0   libsystem_pthread.dylib       	       0x19e6560e8 start_wqthread + 0

Thread 2:
0   libsystem_pthread.dylib       	       0x19e6560e8 start_wqthread + 0

Thread 3::  Dispatch queue: com.google.fira.worker
0   libsystem_kernel.dylib        	       0x19e61bb08 kevent_id + 8
1   libdispatch.dylib             	       0x19e4cb5a4 _dispatch_kq_poll + 228
2   libdispatch.dylib             	       0x19e4caae4 _dispatch_event_loop_poke + 340
3   GoogleUtilities               	       0x1011c68b8 -[GULMutableDictionary setObject:forKeyedSubscript:] + 144
4   GoQuest                       	       0x100ac7434 0x1009c8000 + 1045556
5   GoQuest                       	       0x100ac7608 0x1009c8000 + 1046024
6   GoQuest                       	       0x100ac7998 0x1009c8000 + 1046936
7   GoQuest                       	       0x100ac7c10 0x1009c8000 + 1047568
8   GoQuest                       	       0x100a406a0 0x1009c8000 + 493216
9   GoQuest                       	       0x100a82294 0x1009c8000 + 762516
10  GoQuest                       	       0x100a84524 0x1009c8000 + 771364
11  GoQuest                       	       0x100a81c78 0x1009c8000 + 760952
12  GoQuest                       	       0x100ad2b90 0x1009c8000 + 1092496
13  GoQuest                       	       0x100a40ec8 0x1009c8000 + 495304
14  GoQuest                       	       0x100a819f0 0x1009c8000 + 760304
15  GoQuest                       	       0x100a81638 0x1009c8000 + 759352
16  GoQuest                       	       0x100a80f24 0x1009c8000 + 757540
17  GoQuest                       	       0x100a80cdc 0x1009c8000 + 756956
18  GoQuest                       	       0x100a70cb8 0x1009c8000 + 691384
19  GoQuest                       	       0x100a711e0 0x1009c8000 + 692704
20  GoQuest                       	       0x100a70524 0x1009c8000 + 689444
21  GoQuest                       	       0x100a6fd10 0x1009c8000 + 687376
22  GoQuest                       	       0x100a6f368 0x1009c8000 + 684904
23  GoQuest                       	       0x100a6f248 0x1009c8000 + 684616
24  GoQuest                       	       0x100ac7fd4 0x1009c8000 + 1048532
25  libdispatch.dylib             	       0x19e4a68f8 _dispatch_call_block_and_release + 32
26  libdispatch.dylib             	       0x19e4a8658 _dispatch_client_callout + 20
27  libdispatch.dylib             	       0x19e4afc60 _dispatch_lane_serial_drain + 744
28  libdispatch.dylib             	       0x19e4b0768 _dispatch_lane_invoke + 380
29  libdispatch.dylib             	       0x19e4bb7e8 _dispatch_root_queue_drain_deferred_wlh + 288
30  libdispatch.dylib             	       0x19e4bb034 _dispatch_workloop_worker_thread + 540
31  libsystem_pthread.dylib       	       0x19e6573d8 _pthread_wqthread + 288
32  libsystem_pthread.dylib       	       0x19e6560f0 start_wqthread + 8

Thread 4:
0   libsystem_pthread.dylib       	       0x19e6560e8 start_wqthread + 0

Thread 5:
0   libdispatch.dylib             	       0x19e4bae18 _dispatch_workloop_worker_thread + 0
1   libsystem_pthread.dylib       	       0x19e6573d8 _pthread_wqthread + 288
2   libsystem_pthread.dylib       	       0x19e6560f0 start_wqthread + 8

Thread 6:: com.apple.uikit.eventfetch-thread
0   libsystem_kernel.dylib        	       0x19e619e34 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x19e62c5d0 mach_msg2_internal + 80
2   libsystem_kernel.dylib        	       0x19e6229d8 mach_msg_overwrite + 480
3   libsystem_kernel.dylib        	       0x19e61a17c mach_msg + 24
4   CoreFoundation                	       0x19e7425bc __CFRunLoopServiceMachPort + 160
5   CoreFoundation                	       0x19e740e6c __CFRunLoopRun + 1212
6   CoreFoundation                	       0x19e740334 CFRunLoopRunSpecific + 572
7   Foundation                    	       0x19f8fe608 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 212
8   Foundation                    	       0x19f971b8c -[NSRunLoop(NSRunLoop) runUntilDate:] + 100
9   UIKitCore                     	       0x1cfe21014 -[UIEventFetcher threadMain] + 104
10  Foundation                    	       0x19f8f8534 __NSThread__start__ + 724
11  libsystem_pthread.dylib       	       0x19e65b2e4 _pthread_start + 136
12  libsystem_pthread.dylib       	       0x19e6560fc thread_start + 8

Thread 7::  Dispatch queue: com.apple.root.default-qos
0   libsystem_kernel.dylib        	       0x19e61e300 __connect + 8
1   CocoaAsyncSocket              	       0x100eb9ea8 __51-[GCDAsyncSocket connectSocket:address:stateIndex:]_block_invoke + 72
2   libdispatch.dylib             	       0x19e4a68f8 _dispatch_call_block_and_release + 32
3   libdispatch.dylib             	       0x19e4a8658 _dispatch_client_callout + 20
4   libdispatch.dylib             	       0x19e4ab7a0 _dispatch_queue_override_invoke + 916
5   libdispatch.dylib             	       0x19e4ba314 _dispatch_root_queue_drain + 392
6   libdispatch.dylib             	       0x19e4bab20 _dispatch_worker_thread2 + 156
7   libsystem_pthread.dylib       	       0x19e65739c _pthread_wqthread + 228
8   libsystem_pthread.dylib       	       0x19e6560f0 start_wqthread + 8

Thread 8:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	       0x19e619e34 mach_msg2_trap + 8
1   libsystem_kernel.dylib        	       0x19e62c5d0 mach_msg2_internal + 80
2   libsystem_kernel.dylib        	       0x19e6229d8 mach_msg_overwrite + 480
3   libsystem_kernel.dylib        	       0x19e61a17c mach_msg + 24
4   CoreFoundation                	       0x19e7425bc __CFRunLoopServiceMachPort + 160
5   CoreFoundation                	       0x19e740e6c __CFRunLoopRun + 1212
6   CoreFoundation                	       0x19e740334 CFRunLoopRunSpecific + 572
7   AppKit                        	       0x1a23a8bc4 _NSEventThread + 148
8   libsystem_pthread.dylib       	       0x19e65b2e4 _pthread_start + 136
9   libsystem_pthread.dylib       	       0x19e6560fc thread_start + 8

Thread 9:
0   libsystem_pthread.dylib       	       0x19e6560e8 start_wqthread + 0

Thread 10:
0   libsystem_pthread.dylib       	       0x19e6560e8 start_wqthread + 0

Thread 11:
0   libsystem_pthread.dylib       	       0x19e6560e8 start_wqthread + 0


Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000123064200   x1: 0x00000001230639f5   x2: 0xfffffffffffffff4   x3: 0x0000000123065bd4
    x4: 0xffffffffffffde01   x5: 0x0000000000000020   x6: 0x0000000123064200   x7: 0x0000000000001a14
    x8: 0x0000000200dc0000   x9: 0xea78fefd992d00be  x10: 0xea78fefd992d00be  x11: 0x000000000000007f
   x12: 0x000000000000005f  x13: 0x000000012482b5e0  x14: 0x0100000202db05b1  x15: 0x0000000202db05b0
   x16: 0x000000019e68fdb0  x17: 0x000000020af6c058  x18: 0x0000000000000000  x19: 0x00006000024585a0
   x20: 0x0000600003f20cc0  x21: 0x0000000000000001  x22: 0x0000000000000000  x23: 0x0000000000000000
   x24: 0x0000000000000007  x25: 0x000000000000002f  x26: 0x000000016f435de8  x27: 0x0000000203ef4000
   x28: 0x00000000211200d5   fp: 0x000000016f435ae0   lr: 0x00000001a25581f4
    sp: 0x000000016f435aa0   pc: 0x00000001a25581fc cpsr: 0x60001000
   far: 0x0000000000000000  esr: 0xf2000001 (Breakpoint) brk 1

Binary Images:
       0x1009c8000 -        0x100cdbfff fm.wars.GoQuest (1.5.12)  /private/var/folders/*/GoQuest.app/GoQuest
       0x100e28000 -        0x100e33fff org.cocoapods.Appirater (1.5.12)  /private/var/folders/*/GoQuest.app/Frameworks/Appirater.framework/Appirater
       0x100eb0000 -        0x100ed7fff org.cocoapods.CocoaAsyncSocket (1.5.12)  /private/var/folders/*/GoQuest.app/Frameworks/CocoaAsyncSocket.framework/CocoaAsyncSocket
       0x100e7c000 -        0x100e8bfff org.cocoapods.FBLPromises (1.5.12)  /private/var/folders/*/GoQuest.app/Frameworks/FBLPromises.framework/FBLPromises
       0x100f48000 -        0x100f57fff org.cocoapods.FirebaseCore (1.5.12)  /private/var/folders/*/GoQuest.app/Frameworks/FirebaseCore.framework/FirebaseCore
       0x100fe4000 -        0x100ffffff org.cocoapods.FirebaseCoreInternal (1.5.12)  /private/var/folders/*/GoQuest.app/Frameworks/FirebaseCoreInternal.framework/FirebaseCoreInternal
       0x101050000 -        0x101067fff org.cocoapods.FirebaseInstallations (1.5.12)  /private/var/folders/*/GoQuest.app/Frameworks/FirebaseInstallations.framework/FirebaseInstallations
       0x10112c000 -        0x10115ffff org.cocoapods.FirebaseMessaging (1.5.12)  /private/var/folders/*/GoQuest.app/Frameworks/FirebaseMessaging.framework/FirebaseMessaging
       0x10109c000 -        0x1010bffff org.cocoapods.GoogleDataTransport (1.5.12)  /private/var/folders/*/GoQuest.app/Frameworks/GoogleDataTransport.framework/GoogleDataTransport
       0x1011bc000 -        0x1011d7fff org.cocoapods.GoogleUtilities (1.5.12)  /private/var/folders/*/GoQuest.app/Frameworks/GoogleUtilities.framework/GoogleUtilities
       0x100f14000 -        0x100f23fff org.cocoapods.SIAlertView (1.5.12)  /private/var/folders/*/GoQuest.app/Frameworks/SIAlertView.framework/SIAlertView
       0x100fb0000 -        0x100fc3fff org.cocoapods.SVProgressHUD (1.5.12)  /private/var/folders/*/GoQuest.app/Frameworks/SVProgressHUD.framework/SVProgressHUD
       0x101294000 -        0x1012c7fff com.twittercore.sdk.ios (1.5.12)  /private/var/folders/*/GoQuest.app/Frameworks/TwitterCore.framework/TwitterCore
       0x10156c000 -        0x10164bfff com.twitter.sdk.ios (1.5.12)  /private/var/folders/*/GoQuest.app/Frameworks/TwitterKit.framework/TwitterKit
       0x100e4c000 -        0x100e53fff org.cocoapods.ionicons (1.5.12)  /private/var/folders/*/GoQuest.app/Frameworks/ionicons.framework/ionicons
       0x100e64000 -        0x100e6bfff org.cocoapods.nanopb (1.5.12)  /private/var/folders/*/GoQuest.app/Frameworks/nanopb.framework/nanopb
       0x100f9c000 -        0x100fa7fff libobjc-trampolines.dylib (*)  /usr/lib/libobjc-trampolines.dylib
       0x10e4b8000 -        0x10eb53fff com.apple.AGXMetal13-3 (320.35.5)  /System/Library/Extensions/AGXMetal13_3.bundle/Contents/MacOS/AGXMetal13_3
       0x1a2249000 -        0x1a361dfff com.apple.AppKit (6.9)  /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
       0x19e6c4000 -        0x19ebbafff com.apple.CoreFoundation (6.9)  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
       0x19e280000 -        0x19e2d1cb3 libobjc.A.dylib (*)  /usr/lib/libobjc.A.dylib
       0x19e5fe000 -        0x19e618fff libc++abi.dylib (*)  /usr/lib/libc++abi.dylib
       0x19e4a4000 -        0x19e4eafff libdispatch.dylib (*)  /usr/lib/system/libdispatch.dylib
       0x1b5368000 -        0x1b5433fff com.apple.FrontBoardServices (943.1.1)  /System/Library/PrivateFrameworks/FrontBoardServices.framework/Versions/A/FrontBoardServices
       0x1a9a6c000 -        0x1a9d73fff com.apple.HIToolbox (2.1.1)  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
       0x1b8ebb000 -        0x1b8fd4fff com.apple.UIKitMacHelper (1.0)  /System/Library/PrivateFrameworks/UIKitMacHelper.framework/Versions/A/UIKitMacHelper
       0x1cfe1c000 -        0x1d1b22fff com.apple.UIKitCore (1.0)  /System/iOSSupport/System/Library/PrivateFrameworks/UIKitCore.framework/Versions/A/UIKitCore
       0x19e2d2000 -        0x19e354663 dyld (*)  /usr/lib/dyld
               0x0 - 0xffffffffffffffff ??? (*)  ???
       0x19e68c000 -        0x19e693fe3 libsystem_platform.dylib (*)  /usr/lib/system/libsystem_platform.dylib
       0x19e654000 -        0x19e660fff libsystem_pthread.dylib (*)  /usr/lib/system/libsystem_pthread.dylib
       0x19e619000 -        0x19e653ff7 libsystem_kernel.dylib (*)  /usr/lib/system/libsystem_kernel.dylib
       0x19f8a4000 -        0x1a06f1fff com.apple.Foundation (6.9)  /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

EOF

-----------
Full Report
-----------

{"app_name":"GoQuest","timestamp":"2024-09-30 19:24:19.00 -0400","app_version":"1.5.12","slice_uuid":"b8fa47f5-3c46-337a-9938-55c319ec4569","adam_id":"834841918","build_version":"1.5.12.0","platform":2,"bundleID":"fm.wars.GoQuest","share_with_app_devs":1,"is_first_party":0,"bug_type":"309","os_version":"macOS 15.0 (24A335)","roots_installed":0,"name":"GoQuest","incident_id":"E6B1583F-AB66-4F64-A03B-F3EA3CD533FB"}
{
  "uptime" : 180000,
  "procRole" : "Foreground",
  "version" : 2,
  "userID" : 501,
  "deployVersion" : 210,
  "modelCode" : "Macmini9,1",
  "coalitionID" : 2338,
  "osVersion" : {
    "train" : "macOS 15.0",
    "build" : "24A335",
    "releaseType" : "User"
  },
  "captureTime" : "2024-09-30 19:24:16.0923 -0400",
  "codeSigningMonitor" : 1,
  "incident" : "E6B1583F-AB66-4F64-A03B-F3EA3CD533FB",
  "pid" : 78282,
  "translated" : false,
  "cpuType" : "ARM-64",
  "roots_installed" : 0,
  "bug_type" : "309",
  "procLaunch" : "2024-09-30 19:24:15.2960 -0400",
  "procStartAbsTime" : 4513460941179,
  "procExitAbsTime" : 4513479916505,
  "procName" : "GoQuest",
  "procPath" : "\/private\/var\/folders\/*\/GoQuest.app\/GoQuest",
  "bundleInfo" : {"CFBundleShortVersionString":"1.5.12","CFBundleVersion":"1.5.12.0","CFBundleIdentifier":"fm.wars.GoQuest","DTAppStoreToolsBuild":"14E221"},
  "storeInfo" : {"storeCohortMetadata":"10|date=1697284800000&sf=143455&pgtp=Search&pgid=ios&prpg=Search_ios&ctxt=Search&issrch=1&imptyp=card&kind=iosSoftware&lngid=6","itemID":"834841918","deviceIdentifierForVendor":"3DD89811-BA1F-5D06-9EEA-84F6B2BD91F2","softwareVersionExternalIdentifier":"856908199","thirdParty":true,"applicationVariant":"1:MacFamily20,1:15"},
  "parentProc" : "launchd",
  "parentPid" : 1,
  "coalitionName" : "fm.wars.GoQuest",
  "crashReporterKey" : "4C73C89D-D754-81CA-E621-DB60C76F9BE8",
  "codeSigningID" : "fm.wars.GoQuest",
  "codeSigningTeamID" : "TR45WGVQZV",
  "codeSigningFlags" : 570454785,
  "codeSigningValidationCategory" : 4,
  "codeSigningTrustLevel" : 4294967295,
  "instructionByteStream" : {"beforePC":"AAArkWgg+pfgAxOq6BtBlILrMNBCACmRFTFBlMw3P5RIQy+QAIEB+Q==","atPC":"IAAg1PMDAKrhAQA04AMTqvN6LZT\/AwD5AACA0lgg+pcPey2UIAAg1A=="},
  "bootSessionUUID" : "B2FAB831-D3DD-4F0B-BA56-9754EF48ACFA",
  "wakeTime" : 9245,
  "sleepWakeUUID" : "BFC1F86B-870C-4ABA-9C79-745C6BC50E54",
  "sip" : "enabled",
  "exception" : {"codes":"0x0000000000000001, 0x00000001a25581fc","rawCodes":[1,7018480124],"type":"EXC_BREAKPOINT","signal":"SIGTRAP"},
  "termination" : {"flags":0,"code":5,"namespace":"SIGNAL","indicator":"Trace\/BPT trap: 5","byProc":"exc handler","byPid":78282},
  "os_fault" : {"process":"GoQuest"},
  "exceptionReason" : {"arguments":["__NSCFData","componentsSeparatedByString:","0x6000024593e0"],"format_string":"-[%s %s]: unrecognized selector sent to instance %p","name":"NSInvalidArgumentException","type":"objc-exception","composed_message":"-[__NSCFData componentsSeparatedByString:]: unrecognized selector sent to instance 0x6000024593e0","class":"NSException"},
  "asiBacktraces" : ["0   CoreFoundation                      0x000000019e7b4ec0 __exceptionPreprocess + 176\n1   libobjc.A.dylib                     0x000000019e29acd8 objc_exception_throw + 88\n2   CoreFoundation                      0x000000019e86a5a4 -[NSObject(NSObject) __retain_OA] + 0\n3   CoreFoundation                      0x000000019e721140 ___forwarding___ + 1568\n4   CoreFoundation                      0x000000019e720a60 _CF_forwarding_prep_0 + 96\n5   GoQuest                             0x00000001009f4b40 GoQuest + 183104\n6   GoQuest                             0x00000001009f472c GoQuest + 182060\n7   GoQuest                             0x00000001009f4674 GoQuest + 181876\n8   GoQuest                             0x0000000100a000a8 GoQuest + 229544\n9   UIKitCore
Philippe Carphin (121 rep)
Sep 30, 2024, 11:36 PM • Last activity: Jun 28, 2025, 09:02 PM
3 votes
2 answers
1394 views
MacBook Air M1 and weird text rendering on Samsung S49A950U ultrawide
I'm running Samsung [S49A950U][1] from my M1 Air at the native resolution via USB-C cable. No issues with the resolution itself (5120x1440) or the frequency (60Hz). Using USB-C to DisplayPort gives me 120Hz. So far so good. The only thing is text clarity. I can only get crisp, sharp, well defined te...
I'm running Samsung S49A950U from my M1 Air at the native resolution via USB-C cable. No issues with the resolution itself (5120x1440) or the frequency (60Hz). Using USB-C to DisplayPort gives me 120Hz. So far so good. The only thing is text clarity. I can only get crisp, sharp, well defined text in HDR modes. Switch the HDR off and the text is jagged and rough. And it's not because of M1, or because of my M1 (I tested that with an identical but brand new machine). It's the same thing with an Intel-based MacBook Pro. Also, I did not experience such behavior on Samsung G9 or a Philips ultrawide. For example, two identical characters are rendered differently in a single word. In 'off' first f is rendered as f, the second as **f**. The middle line in E is jagged, lowercase l might have the 'italics' quality to it. Turn HDR back on, and the text looks just fine. Any ideas why that might be happening? *** **Update**: Well, I returned the monitor within the 14-day grace period. Just didn't have the stamina to fight it every day and getting my eyes burned by HDR.
Kris (41 rep)
May 2, 2022, 08:10 AM • Last activity: Jun 20, 2025, 07:08 PM
1 votes
1 answers
962 views
MacBook Air M1 bluetooth connectivity issue
I am a new MacBook user, bought MacBook Air M1 about 10 months ago. At first everything was great, bluetooth connection was working fine. But since a couple of months, I began to face bluetooth connectivity issues. I'm not sure whether it is due to the upgrade from BigSur to Monterey. **Specs:** 1....
I am a new MacBook user, bought MacBook Air M1 about 10 months ago. At first everything was great, bluetooth connection was working fine. But since a couple of months, I began to face bluetooth connectivity issues. I'm not sure whether it is due to the upgrade from BigSur to Monterey. **Specs:** 1. Model: MacBook Air (M1, 2020) 2. OS: macOS Monterey 12.4 3. Memory: 8GB 4. SSD: 256GB **Issue:** I have two bluetooth devices - 1. JBL Live 300TWS earbuds 2. MIVI Roam 2 speaker. Previously both of them used to work perfectly fine. But now, they disconnect immediately after 1-2 seconds of connecting. I can even hear "Paired" sound from my speaker but gets disconnected immediately. Keep in mind that I'm NOT trying to connect both at a time. At first I thought there was an issue with my devices, but after testing with couple of Android phones, I'm sure the issue is with the MacBook. **Things tried:** 1. Turn Off/On Bluetooth in MacBook, Turn Off/On my bluetooth device 2. Forget all devices in MacBook and connecting them again 3. Deleted ~/Library/Preferences/ByHost/com.apple.Bluetooth.XXXXX-XXXX-XXX-XXXX.plist 4. Deleted /Library/Preferences/com.apple.Bluetooth.plist 5. sudo pkill bluetoothd 6. Force quit bluetoothd from Activity Monitor 7. Force quit coreaudiod from Activity Monitor (saw this somewhere) 8. Turn off Wifi I even restarted the MacBook after every step but still wont work. I'm out of almost all the options and only thing I have now is to try downgrading to BigSur but the process is too hard for me and I don't have any previous backup. Are there any other ways to fix this? What do I do?
i_know_what (11 rep)
Jul 4, 2022, 05:31 AM • Last activity: Jun 15, 2025, 09:08 PM
1 votes
2 answers
768 views
backlit keyboard turns ON after shutdown or in sleep in MacBook Air M1
My 10 days old MacBook Air M1 laptop is behaving abnormally i.e it's Keyboard Backlit light turns ON after I Shutdown my laptop or put it on sleep. The light starts flashing or becomes still. And when I turn MacBook On it becomes normal just like before. Currently it is running on BigSur 11.5.2 I ha...
My 10 days old MacBook Air M1 laptop is behaving abnormally i.e it's Keyboard Backlit light turns ON after I Shutdown my laptop or put it on sleep. The light starts flashing or becomes still. And when I turn MacBook On it becomes normal just like before. Currently it is running on BigSur 11.5.2 I have also went to system preferences. I have tried Diagnostics test but no issue was found.
abhinav tripathi (11 rep)
Aug 22, 2021, 03:45 PM • Last activity: Jun 15, 2025, 05:06 AM
19 votes
2 answers
2192 views
How long will Apple support macOS for Intel Macs?
Apple is currently providing macOS versions for both Intel and ARM/Apple Silicon. With Intel hardware getting old, how long will Apple still provide Intel macOS versions?
Apple is currently providing macOS versions for both Intel and ARM/Apple Silicon. With Intel hardware getting old, how long will Apple still provide Intel macOS versions?
nohillside (107300 rep)
Jun 10, 2025, 05:06 AM • Last activity: Jun 14, 2025, 07:13 AM
1 votes
1 answers
243 views
Macbook Pro 14" M1 logs in with Touch ID but not with password
For some reason I can't login to my Mac with a typed password, *only* with Touch ID. I have checked if I was entering correctly, if caps lock was activated and have also changed the password, but I simply can't log in with any typed password. The reason I know why I'm not typing it incorrectly is th...
For some reason I can't login to my Mac with a typed password, *only* with Touch ID. I have checked if I was entering correctly, if caps lock was activated and have also changed the password, but I simply can't log in with any typed password. The reason I know why I'm not typing it incorrectly is that *after logging in with touch ID I go to "Settings" and unlock it using the same password with success.* Even when I change my password, the new one can also unlock the settings app, but can't unlock my Mac. Although it isn't stopping me from doing anything right now I'm a bit worried that if for some reason my Touch ID stops working for I might lose access to my laptop. Any idea what might be going on?
Felipe Leão (111 rep)
May 20, 2022, 08:13 PM • Last activity: Jun 4, 2025, 12:07 PM
0 votes
1 answers
103 views
MDM without Apple Business Manager on a Macbook
I’m new to working with Macbooks and need to quickly provision one for a contractor. I need to setup MDM (something like Jamf or Mosyle) on the device. But I don’t have an Apple Business Manager account and won’t be getting one (it’s just one laptop I’m provisioning). From my reading, it seems like...
I’m new to working with Macbooks and need to quickly provision one for a contractor. I need to setup MDM (something like Jamf or Mosyle) on the device. But I don’t have an Apple Business Manager account and won’t be getting one (it’s just one laptop I’m provisioning). From my reading, it seems like the way to do MDM without ABM on a Macbook is as follows: 1. Create an admin account on the Macbook 2. Add the MDM to the Macbook using the admin account 3. Setup the user as a standard user account and manage it with the MDM 4. Never give the user the login for the admin account Am I correct that this is the best way to add and enforce MDM on the device without an ABM account? My understanding is that this method still allows the user to perform a full reset of the device and then do what they want with it. But if they don’t reset the device, is their ability to circumvent the MDM blocked? Any pointers for this situation would be greatly appreciated.
random_account_12345 (1 rep)
Apr 28, 2025, 11:30 PM • Last activity: May 29, 2025, 04:05 AM
-1 votes
1 answers
1289 views
How do you run APK application files on Apple Silicon Mac?
I want to run a few Android applications on my Mac computer somehow. However, I cannot find a way to. Things I tried: - BlueStacks, doesn't run on Apple Silicon. - Andy, but the download page returns an 404 error. - BluestacksX, but this only works with pre-installed apps. I also looked in the App S...
I want to run a few Android applications on my Mac computer somehow. However, I cannot find a way to. Things I tried: - BlueStacks, doesn't run on Apple Silicon. - Andy, but the download page returns an 404 error. - BluestacksX, but this only works with pre-installed apps. I also looked in the App Store but didn't find anything there. So which options do I have to run Android apps on Apple Silicon?
Buddy Agrawal (1 rep)
Dec 27, 2023, 01:14 PM • Last activity: May 22, 2025, 05:56 AM
0 votes
1 answers
127 views
M1 Ultra won't sleep properly (Fan goes off but OS/CPU continues to work!)
Its a bit crazy, my one week old M1 Ultra won't really sleep.... The fan goes **off** but the CPU and OS continue to run. You can even feel it as after a couple of hours; the case becomes quite hot. You can see it from the screenshots. The times during the week that the system was "sleeping", CPU te...
Its a bit crazy, my one week old M1 Ultra won't really sleep.... The fan goes **off** but the CPU and OS continue to run. You can even feel it as after a couple of hours; the case becomes quite hot. You can see it from the screenshots. The times during the week that the system was "sleeping", CPU temp is going up, CPU is not inactive and fans are off. No app seems to be "preventing sleep;” (image attached) WiFi Off, Ethernet network only. How do I debug this? Any ideas? enter image description here enter image description here enter image description here enter image description here enter image description here enter image description here enter image description here
OHTO (119 rep)
Jul 9, 2022, 06:33 AM • Last activity: May 21, 2025, 12:07 PM
0 votes
1 answers
137 views
Bypassing Password Prompt for osascript on MacBook M2 with Amphetamine App
I'm using osascript to automate tasks with the Amphetamine app on my MacBook M2. However, every time the script activates, it prompts for my computer password. Is there a way to configure either the script or my system to run the script without asking for a password each time? Please note that I hav...
I'm using osascript to automate tasks with the Amphetamine app on my MacBook M2. However, every time the script activates, it prompts for my computer password. Is there a way to configure either the script or my system to run the script without asking for a password each time? Please note that I have no programming skills so don't go too hard on me with the lingo if you care to explain. Any help would be appreciated, thanks!
MacProGirl (195 rep)
Nov 2, 2023, 03:59 PM • Last activity: May 18, 2025, 12:04 PM
8 votes
5 answers
33084 views
How to reset display settings on macOS Ventura to their defaults?
I've been experimenting with external display on my MacBook Air. I had the external display set up as a primary monitor and my Mac's built-in display as a secondary. Then for some unknown reason the external monitor stopped working. It just sits there saying "no signal" but my Mac display stays as a...
I've been experimenting with external display on my MacBook Air. I had the external display set up as a primary monitor and my Mac's built-in display as a secondary. Then for some unknown reason the external monitor stopped working. It just sits there saying "no signal" but my Mac display stays as a secondary screen. In this case I can't do anything as all the windows remain in the external monitor that is not showing. When I unplug the external monitor the Display settings change, so I can't revert anything: enter image description here So my question - where do they store current display settings? Or, how do I reset them to their defaults? (I just want to say that this is such a stupid UI if someone has to ask this on a public forum.)
c00000fd (491 rep)
May 22, 2023, 05:11 PM • Last activity: May 6, 2025, 07:37 AM
Showing page 1 of 20 total questions