Re: problem bringing up print dialog for epson printer in 64-bit mode

2011-05-23 Thread Ken Victor
chris, thanx for the reply. obviously (or maybe not), i have no control over CERPCFBundle, as i don’t know for sure what it is, but i believe its from epson. and i’m not sure i want to give up using the ExceptionHandling framework, as i wish to catch other exceptions and report them as necessar

Re: problem bringing up print dialog for epson printer in 64-bit mode

2011-05-23 Thread Chris Kane
I would say that it looks like something there in CERPCFBundle is throwing an NSError as an exception, and you're also using the ExceptionHandling framework, which doesn't work with that. My recommendation would be to stop using the ExceptionHandling framework. Beyond that, if you have any con

Re: problem bringing up print dialog for epson printer in 64-bit mode

2011-05-21 Thread Ken Victor
nick, thanx for the reply. here is a copy of the top portion of the stack trace for the first exception: #0 0x7fff839570da in objc_exception_throw #1 0x12d71431f in +[CERPException(ExceptionMethod) debugThrow:function:file:line:] #2 0x12d76b3d0 in -[CERPCFBundle(InitializeCleanupM

Re: problem bringing up print dialog for epson printer in 64-bit mode

2011-05-20 Thread Nick Zitzmann
On May 20, 2011, at 4:41 PM, Ken Victor wrote: > the following problem only occurs when i run my app in 64-bit mode; i.e., it > does not happen when i run in 32-bit mode. my environment is snow leopard > 10.6.7 running on a mac pro. > > when i call: > -[NSPrintPanel > beginSheetWithPrin

problem bringing up print dialog for epson printer in 64-bit mode

2011-05-20 Thread Ken Victor
the following problem only occurs when i run my app in 64-bit mode; i.e., it does not happen when i run in 32-bit mode. my environment is snow leopard 10.6.7 running on a mac pro. when i call: -[NSPrintPanel beginSheetWithPrintInfo:modalForWindow:delegate:didEndSelector:contextInfo:] i