Message 1 of 16
Bug Report: Fusion360's ScreenCast preventing MacBook from sleeping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Since Installing Fusion360, my MacBook refuses to sleep. The cause is a "PreventUserIdleSystemSleep" assertion which is held up by "com.apple.audio.AppleHDAEngineInput" which has been told to do that by "/Applications/Screencast.app/Contents/MacOS/Screencast".
More info about this, and other programs also making that same mistake, are on this thread: https://discussions.apple.com/thread/3349374
The important lines below are:
PreventUserIdleSystemSleep 1and
pid 139(coreaudiod): [0x000011930001817d] 22:51:02 PreventUserIdleSystemSleep named: "com.apple.audio.AppleHDAEngineInput:1F,3,0,1,0:1.context.preventuseridlesleep"
Created for PID: 637. and
637 ?? S 20:53.69 /Applications/Screencast.app/Contents/MacOS/Screencast -hide
Here's the complete diagnostic investigation:-
[cnd@mac]$ pmset -g assertions
2020-10-10 08:13:31 +1000
Assertion status system-wide:
BackgroundTask 0
ApplePushServiceTask 0
UserIsActive 1
PreventUserIdleDisplaySleep 0
PreventSystemSleep 0
ExternalMedia 0
PreventUserIdleSystemSleep 1
NetworkClientActive 0
Listed by owning process:
pid 139(coreaudiod): [0x000011930001817d] 22:51:02 PreventUserIdleSystemSleep named: "com.apple.audio.AppleHDAEngineInput:1F,3,0,1,0:1.context.preventuseridlesleep"
Created for PID: 637.
pid 110(hidd): [0x000149a600099ce3] 00:00:00 UserIsActive named: "com.apple.iohideventsystem.queue.tickle.4294969256.3"
Timeout will fire in 600 secs Action=TimeoutActionRelease
Kernel Assertions: 0x8=BT-HID
id=512 level=255 0x8=BT-HID mod=1/1/70, 10:00 am description=com.apple.driver.IOBluetoothHIDDriver owner=AppleHSBluetoothDevice
id=513 level=255 0x8=BT-HID mod=1/1/70, 10:00 am description=com.apple.driver.IOBluetoothHIDDriver owner=AppleHSBluetoothDevice
Idle sleep preventers: IODisplayWrangler
[cnd@mac]$ ps ax | grep 637
637 ?? S 20:53.69 /Applications/Screencast.app/Contents/MacOS/Screencast -hide
[cnd@mac]$
Good luck!
Chris.