maxcasal

Q: Printing pdf files from Finder - Error (AppleGraphicsPolicyClient)

If I try to print from finder a PDF file using the Print command in the Finder menu Preview opens but give the following error:

 

The document "xxxxx” could not be opened for printing.

 

Console details:

 

 

 

Preview(1258) deny iokit-open AppleGraphicsPolicyClient

 

 

Process:         Preview [1258]

Path:            /Applications/Preview.app/Contents/MacOS/Preview

Load Address:    0x10ce9f000

Identifier:      Preview

Version:         ??? (???)

Code Type:       X86-64 (Native)

Parent Process:  launchd [127]

 

 

Date/Time:       2011-10-11 11:48:08.521 +0700

OS Version:      Mac OS X 10.7.1 (11B26)

Report Version:  7

 

 

Backtrace:

0   libsystem_kernel.dylib                  0x00007fff8406f67a mach_msg_trap + 10

1   libsystem_kernel.dylib                  0x00007fff8406ed71 mach_msg + 73

2   IOKit                                   0x00007fff8551ceea io_service_open_extended + 241

3   IOKit                                   0x00007fff854d8ca8 IOServiceOpen + 45

4   OpenGL                                  0x00007fff833e886f

5   OpenGL                                  0x00007fff833e7b10

6   libsystem_c.dylib                       0x00007fff8558ce06 pthread_once + 86

7   OpenGL                                  0x00007fff833e35d5 CGLQueryRendererInfo + 41

8   ImageKit                                0x00007fff894db825 IKIsGLAccelerated + 51

9   ImageKit                                0x00007fff894d14a7 -[IKImageBrowserView(RenderingContext) initRenderingContext] + 307

10  ImageKit                                0x00007fff8949c43f -[IKImageBrowserView _ikCommonInit] + 44

11  ImageKit                                0x00007fff8949b6f3 -[IKImageBrowserView initWithCoder:] + 157

12  AppKit                                  0x00007fff842d9937 -[NSClassSwapper initWithCoder:] + 576

13  Foundation                              0x00007fff8c196193 _decodeObjectBinary + 2860

14  Foundation                              0x00007fff8c197372 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1193

15  Foundation                              0x00007fff8c16de64 -[NSArray(NSArray) initWithCoder:] + 486

16  Foundation                              0x00007fff8c196193 _decodeObjectBinary + 2860

17  Foundation                              0x00007fff8c1954ae _decodeObject + 201

18  AppKit                                  0x00007fff842d67ba -[NSView initWithCoder:] + 1051

19  AppKit                                  0x00007fff842f5613 -[NSClipView initWithCoder:] + 56

20  Foundation                              0x00007fff8c196193 _decodeObjectBinary + 2860

21  Foundation                              0x00007fff8c197372 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1193

22  Foundation                              0x00007fff8c16de64 -[NSArray(NSArray) initWithCoder:] + 486

23  Foundation                              0x00007fff8c196193 _decodeObjectBinary + 2860

24  Foundation                              0x00007fff8c1954ae _decodeObject + 201

25  AppKit                                  0x00007fff842d67ba -[NSView initWithCoder:] + 1051

26  AppKit                                  0x00007fff842f42c3 -[NSScrollView initWithCoder:] + 240

27  Foundation                              0x00007fff8c196193 _decodeObjectBinary + 2860

28  Foundation                              0x00007fff8c197372 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1193

29  Foundation                              0x00007fff8c16de64 -[NSArray(NSArray) initWithCoder:] + 486

30  Foundation                              0x00007fff8c196193 _decodeObjectBinary + 2860

31  Foundation                              0x00007fff8c1954ae _decodeObject + 201

32  AppKit                                  0x00007fff842d67ba -[NSView initWithCoder:] + 1051

33  Foundation                              0x00007fff8c196193 _decodeObjectBinary + 2860

34  Foundation                              0x00007fff8c1954ae _decodeObject + 201

35  AppKit                                  0x00007fff841dacb5 -[NSNibConnector initWithCoder:] + 446

36  AppKit                                  0x00007fff841e26ec -[NSNibOutletConnector initWithCoder:] + 367

37  Foundation                              0x00007fff8c196193 _decodeObjectBinary + 2860

38  Foundation                              0x00007fff8c197372 -[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1193

39  Foundation                              0x00007fff8c16de64 -[NSArray(NSArray) initWithCoder:] + 486

40  Foundation                              0x00007fff8c196193 _decodeObjectBinary + 2860

41  Foundation                              0x00007fff8c1954ae _decodeObject + 201

42  AppKit                                  0x00007fff841d9af0 -[NSIBObjectData initWithCoder:] + 2156

43  Foundation                              0x00007fff8c196193 _decodeObjectBinary + 2860

44  Foundation                              0x00007fff8c1954ae _decodeObject + 201

45  AppKit                                  0x00007fff841d9162 loadNib + 235

46  AppKit                                  0x00007fff841d86b6 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 217

47  AppKit                                  0x00007fff841d85d1 +[NSBundle(NSNibLoading) loadNibFile:externalNameTable:withZone:] + 141

48  AppKit                                  0x00007fff843c6328 -[NSWindowController loadWindow] + 221

49  AppKit                                  0x00007fff843c60e3 -[NSWindowController window] + 75

50  Preview                                 0x000000010cea73f7

51  AppKit                                  0x00007fff843c5f51 -[NSWindowController showWindow:] + 40

52  Foundation                              0x00007fff8c1a5030 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 235

53  Foundation                              0x00007fff8c1a4ec7 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 135

54  Preview                                 0x000000010cea4229

55  libdispatch.dylib                       0x00007fff8c9db90a _dispatch_call_block_and_release + 18

56  libdispatch.dylib                       0x00007fff8c9dd77a _dispatch_main_queue_callback_4CF + 308

57  CoreFoundation                          0x00007fff8ab46c0c __CFRunLoopRun + 1724

58  CoreFoundation                          0x00007fff8ab46216 CFRunLoopRunSpecific + 230

59  HIToolbox                               0x00007fff86c234ff RunCurrentEventLoopInMode + 277

60  HIToolbox                               0x00007fff86c2ab73 ReceiveNextEventCommon + 181

61  HIToolbox                               0x00007fff86c2aaae BlockUntilNextEventMatchingListInMode + 62

62  AppKit                                  0x00007fff841d1191 _DPSNextEvent + 659

63  AppKit                                  0x00007fff841d0a95 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135

64  AppKit                                  0x00007fff841cd3d6 -[NSApplication run] + 463

65  AppKit                                  0x00007fff8444b52a NSApplicationMain + 867

66  Preview                                 0x000000010cea0c64

 

 

Binary Images:

       0x10ce9f000 -        0x10d086fef  com.apple.Preview (5.5 - 719) <8F8450F1-AC7D-3468-AB39-323A5D1B1612> /Applications/Preview.app/Contents/MacOS/Preview

    0x7fff833e1000 -     0x7fff833f0fff  com.apple.opengl (1.7.4 - 1.7.4) <38AF4430-7E81-3C98-9330-21DCDA90507E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL

    0x7fff8405a000 -     0x7fff8407afff  libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib

    0x7fff841c8000 -     0x7fff84dc0fff  com.apple.AppKit (6.7 - 1138) <C8D2FDDA-B9D5-3948-A376-6B9B6F0596C6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit

    0x7fff854d4000 -     0x7fff8553efff  com.apple.framework.IOKit (2.0 - ???) <17181E34-343F-3374-A2EA-BA4D81A9AC72> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit

    0x7fff8553f000 -     0x7fff8561cfef  libsystem_c.dylib (763.11.0 - compatibility 1.0.0) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib

    0x7fff86c21000 -     0x7fff86f44fff  com.apple.HIToolbox (1.7 - ???) <10FA3432-6638-39D9-8681-9E95298D239E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox

    0x7fff89465000 -     0x7fff896dfff7  com.apple.imageKit (2.1 - 1.0) <03200568-184B-36E8-AFE9-04D1FACDC926> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit

    0x7fff8ab0e000 -     0x7fff8ace1ff7  com.apple.CoreFoundation (6.7 - 635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation

    0x7fff8c156000 -     0x7fff8c468fff  com.apple.Foundation (6.7 - 833.1) <618D7923-3519-3C53-9CBD-CF3C7130CB32> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation

    0x7fff8c9da000 -     0x7fff8c9e8fff  libdispatch.dylib (187.5.0 - compatibility 1.0.0) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib

Posted on Oct 10, 2011 9:56 PM

Close

Q: Printing pdf files from Finder - Error (AppleGraphicsPolicyClient)

  • All replies
  • Helpful answers