On Oct 9, 2009, at 10:27 AM, Steve Christensen wrote:

A quick Google search came up with a reference to EPIJDataManager that somehow relates to Epson printers. I couldn't find any other info than that.


Oops, my Yahoo search came up with nothing. I guess there is a reason Google is more popular :-).

More on topic, I am wondering how I can determine where the problem lies. I kind of suspect the Epson software and here is why, my printing works like this: One of my views receives a -print: message sent by the normal UI means. It creates an offscreen view with the formatted content and sends the print: message to it. That is the last my code hears of it, below is the stack trace from that point to where the exception is thrown, it doesn't look like my printing view ever gets sent a - drawRect: or any other message.


Thanks!

9 libobjc.A.dylib 0x94eb6f49 objc_exception_throw + 56 10 EPIJDataManager_Core_L 0x0d21fa4d - [CERDMPCAttributeDataType(AccessorMethod) valueStringForKeyword:atIndex:] + 437 11 EPIJDataManager_Core_L 0x0d21f891 - [CERDMPCAttributeDataType(AccessorMethod) valueStringForKeyword:] + 49 12 EPIJDataManager_Core_L 0x0d226692 -[CERDMPCPPDFileType (PPDFileTypeMethod) defaultInkSet:] + 240 13 EPIJDataManager_Core_L 0x0d24a16c -[CERDMPCDataManager (AccessorMethod) inkSetNumber] + 122 14 EPIJDataManager_Core_L 0x0d23d421 -[CERDMPCDataManager (DataManagerSetupMethod) setupMachinePluginType] + 875 15 EPIJDataManager_Core_L 0x0d2385ec -[CERDMPCDataManager (DataManagerMethod) setPPDFileType:dataManagerSystem:] + 1226 16 EPIJDataManager_Core_L 0x0d298d30 - [CERDMPCPDEInitialize(PDEInitializeMethod) initializeDataManagerSystemWithPPDFileType:] + 908 17 EPIJDataManager_Core_L 0x0d29884b - [CERDMPCPDEInitialize(EventHandlerMethod) onOperation] + 819 18 EPIJDataManager_Core_L 0x0d27878f -[CERDMPCPDESystem (EventHandlerMethod) onDataManagerPDEInitialize:param:isReleaseData:] + 795 19 EPIJDataManager_Core_L 0x0d2781d2 -[CERDMPCPDESystem (EventHandlerMethod) onDataManagerMessage:data:param:] + 294 20 EPIJDataManager_Core_L 0x0d201bca _Z28SendMessageToDataManagerCoremPvS_ + 254 21 EPIJDataManager_Core_L 0x0d20272c SendMessageToCoreDataManager + 710 22 EPIJDataManager 0x0cf75b12 SendMessageToDataManager + 142 23 PDECPlugin01 0x0c8fe6c0 - [CERPEPIJDataManager(EPIJDataManagerMessageMethod) pDEInitialize] + 566 24 PDECPlugin01 0x0c8fe3b7 - [CERPEPIJDataManager(EventHandlerMethod) onInitialize:] + 577 25 PDECPlugin01 0x0c897f67 -[CERPPDEDataManager (EventHandlerMethod) onInitialize:] + 1219 26 PDECPlugin01 0x0c8fcb5f -[CERPCocoaPDESystem (SystemInitializeMethod) initializeSystem] + 675 27 PDECPlugin01 0x0c8fc5d1 -[CERPCocoaPDESystem (EventHandlerMethod) onCocoaPDEPDEPanelsForType:] + 419 28 PDECPlugin01 0x0c8fc22a -[CERPCocoaPDESystem (EventHandlerMethod) onSystemMessage:data:param:] + 300 29 PDECPlugin01 0x0c8ad408 + [CERPSystemInterface(SendSystemMessageMethod) sendMessageToSystem:data:param:] + 382 30 PDECPlugin01 0x0c8ad1d5 -[CERPPDEInterface (PDEPlugInOverrideMethod) PDEPanelsForType:withHostInfo:] + 393
31  PrintCocoaUI                        0x0c834583 0x0 + 209929603
32  PrintCocoaUI                        0x0c8335be 0x0 + 209925566
33  PrintCocoaUI                        0x0c831686 0x0 + 209917574
34 PrintCocoaUI 0x0c84b01d _Z29CarbonPrintButtonEventHandlerP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv + 10444 35 PrintCocoaUI 0x0c84a6ba _Z29CarbonPrintButtonEventHandlerP25OpaqueEventHandlerCallRefP14OpaqueEventRefPv + 8041 36 AppKit 0x939c56fc - [NSWindowController _windowDidLoad] + 525 37 AppKit 0x939534f4 - [NSWindowController window] + 123 38 AppKit 0x93e39d98 -[NSPrintPanel runModalWithPrintInfo:] + 538 39 AppKit 0x93e382a0 - [NSConcretePrintOperation runOperation] + 312


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to