Skip to content

Instantly share code, notes, and snippets.

@jamesstout
Last active December 21, 2015 00:49
Show Gist options
  • Save jamesstout/6222898 to your computer and use it in GitHub Desktop.
Save jamesstout/6222898 to your computer and use it in GitHub Desktop.
Vox errors
james@Jamess-iMac: /private/var/log
grep "Vox" system.log | grep -v AppFresh | grep -v ImageOpt | grep -v MZStore.woa \
| grep -v png | grep -v Bartender | wc -l
3379
grep "Vox" system.log | grep -v AppFresh | grep -v ImageOpt | grep -v MZStore.woa \
| grep -v png | grep -v Bartender | cut -d ":" -f4- | sort | uniq -c
1 "\"Vox\""
8 -[TUITableView(MultiCell) __endDraggingMultipleCells:offset:location:]
2 Dist notification pref changed
789 Do not need to interupt
2 Error importing track: Error Domain=NSCocoaErrorDomain Code=260 "The file couldn’t be opened because it doesn’t exist."
8 Error retrieving bookmark data for custom track file://localhost/Users/james/Desktop/10%20Bring%20Back%20the%20Funk.m4a
5 Error: animationCompletionBlock didn't complete!
2 Failed to init theDOProxy
1 File is missing: (null)
1001 Intersepting
3 Looking for item with dev name: BoomDevice and sourcename: (null)
1 Looking for item with dev name: Built-in Output and sourcename: (null)
611 Need to interupt
387 Non of media apps is launched
789 Not intersepting
3 Playpause pressed
1 Prefs with headphones: 0,mediakeys: 1 , remote: 0, start on play: 1
1 Prefs with headphones: 1,mediakeys: 1 , remote: 0, start on play: 1
1 Prefs with headphones: 1,mediakeys: 1 , remote: 1, start on play: 1
1 Sandbox: Vox(4955) deny iokit-open IOBluetoothSCOAudioDeviceCoreAudioPlugInUserClient
1 Sandbox: Vox(4955) deny mach-lookup SkypeAPIController
1 Vox(15310) deny iokit-open IOBluetoothSCOAudioDeviceCoreAudioPlugInUserClient
1 Vox(15310) deny mach-lookup SkypeAPIController
1 failed change action from 0 to 0
2 shutting down the XPC
2 trying to nest...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment