Re: crash in showOpenPanel on ML

2012-08-05 Thread Kyle Sluder
On Aug 2, 2012, at 6:35 PM, Koen van der Drift wrote: > When the code executes, I briefly see the open panel window, but then it > crashes immediately, even before I can select a file. The error I get is for > me not clear: > > Thread 1, Queue : com.apple.main-thread > Thread 2, Queue : (null

Re: crash in showOpenPanel on ML

2012-08-05 Thread Andy Lee
I'm seeing this too. It's breaking on an exception. If I hit Continue, the app proceeds without any apparent ill effect -- and no logging of the exception. --Andy On Aug 4, 2012, at 12:00 PM, Koen van der Drift wrote: > > On Aug 4, 2012, at 9:08 AM, Koen van der Drift > wrote: > >> I'll k

Re: crash in showOpenPanel on ML

2012-08-05 Thread Mike Abdullah
On 4 Aug 2012, at 08:08 PM, James Merkel wrote: > On Sat, 04 Aug 2012 15:08:54 +0100 Mike Abdullah wrote: > >> A) Your customers aren't going to be very happy about that >> B) You can still codesign with a self-signed certificate, and really should >> have been doing so since the 10.5 days >

Re: crash in showOpenPanel on ML

2012-08-04 Thread Koen van der Drift
On Aug 4, 2012, at 9:08 AM, Koen van der Drift wrote: > I'll keep digging Well, the problem is gone. After reading the rdar I mentioned in an earlier email that the problem was solved by creating a new project, I decided to remove my project settings, and the xuserdata folder. After a Clean

Re: crash in showOpenPanel on ML

2012-08-04 Thread Conrad Shultz
Code signing and the MAS are distinct. All apps in the MAS are signed. Not all signed apps are in the MAS. All apps, MAS or not, should be signed nowadays. (Sent from my iPhone.) -- Conrad Shultz On Aug 4, 2012, at 8:26, Koen van der Drift wrote: > I have no apps in the wild (yet). Of course

Re: crash in showOpenPanel on ML

2012-08-04 Thread Koen van der Drift
On Aug 4, 2012, at 10:08 AM, Mike Abdullah wrote: > A) Your customers aren't going to be very happy about that I have no apps in the wild (yet). Of course I plan to do that once I have something that is ready to release in the MAS. :) > B) You can still codesign with a self-signed certificat

Re: crash in showOpenPanel on ML

2012-08-04 Thread Mike Abdullah
On 4 Aug 2012, at 13:55, Koen van der Drift wrote: > > On Aug 4, 2012, at 8:35 AM, Mike Abdullah wrote: > >> Well any app should really be codesigned with Developer ID these days, >> though that's probably not causing the crash. Sign it and see what happens. > > I don't have a paid dev acco

Re: crash in showOpenPanel on ML

2012-08-04 Thread Koen van der Drift
O, just found this: http://www.openradar.appspot.com/11685851 - Koen. On Aug 4, 2012, at 9:42 AM, Koen van der Drift wrote: > > On Aug 4, 2012, at 8:55 AM, Koen van der Drift > wrote: > >> >> On Aug 4, 2012, at 8:35 AM, Mike Abdullah wrote: >> >>> Well any app should really be co

Re: crash in showOpenPanel on ML

2012-08-04 Thread Koen van der Drift
On Aug 4, 2012, at 8:55 AM, Koen van der Drift wrote: > > On Aug 4, 2012, at 8:35 AM, Mike Abdullah wrote: > >> Well any app should really be codesigned with Developer ID these days, >> though that's probably not causing the crash. Sign it and see what happens. > > I don't have a paid dev

Re: crash in showOpenPanel on ML

2012-08-04 Thread Koen van der Drift
On Aug 4, 2012, at 8:42 AM, Graham Cox wrote: > Well, does the problem go away if you temporarily remove the QL plugins? If > it does, add them back in one at a time until you find the one causing the > issue. > Disabling all plugins (I put them in a different folder) including a logout/log

Re: crash in showOpenPanel on ML

2012-08-04 Thread Koen van der Drift
On Aug 4, 2012, at 8:35 AM, Mike Abdullah wrote: > Well any app should really be codesigned with Developer ID these days, though > that's probably not causing the crash. Sign it and see what happens. I don't have a paid dev account, so am unable to code sign it. :) I'll make a test app to see

Re: crash in showOpenPanel on ML

2012-08-04 Thread Graham Cox
On 04/08/2012, at 9:35 PM, Koen van der Drift wrote: > Anyone an idea Well, does the problem go away if you temporarily remove the QL plugins? If it does, add them back in one at a time until you find the one causing the issue. --Graham ___ Coco

Re: crash in showOpenPanel on ML

2012-08-04 Thread Mike Abdullah
On 4 Aug 2012, at 12:35, Koen van der Drift wrote: > Anyone an idea? Does my own app need to be codesigned for this to work? Well any app should really be codesigned with Developer ID these days, though that's probably not causing the crash. Sign it and see what happens. ___

Re: crash in showOpenPanel on ML

2012-08-04 Thread Koen van der Drift
Anyone an idea? Does my own app need to be codesigned for this to work? Thanks, - Koen. > On 03/08/2012, at 11:35 AM, Koen van der Drift wrote: > >> After updating to M and Xcode 4.4 I get a crash in the >> beginSheetModalForWindow part of the showOpenPanel part. > >> #1 0x7fff8a9c8

Re: crash in showOpenPanel on ML

2012-08-02 Thread Koen van der Drift
On Aug 2, 2012, at 9:44 PM, Graham Cox wrote: > Looks like a QuickLook plug-in is not correctly code signed, or is being > rejected due to your security settings, and the resulting exception is > killing the panel. > > If you've installed a third-party QL plug-in you probably need to upgrade

Re: crash in showOpenPanel on ML

2012-08-02 Thread Graham Cox
Looks like a QuickLook plug-in is not correctly code signed, or is being rejected due to your security settings, and the resulting exception is killing the panel. If you've installed a third-party QL plug-in you probably need to upgrade it for ML or discard it. --Graham On 03/08/2012, at 11