Re: [MonoTouch] Any idea what this could be?

2012-10-19 Thread Richard Heesbeen
:42 AM To: Craig Dunn Cc: monotouch@lists.ximian.com ; James Darbyshire Subject: Re: [MonoTouch] Any idea what this could be? It seems to be easily reproducible on given devices and iOSs – but not always. iOS6 seems fine on all 3 devices (4S, 4 and iPod Touch) I have here, but it crashes on my

Re: [MonoTouch] Any idea what this could be?

2012-10-16 Thread Nic Wise
ts at the catch block in the Main > function. > > > > Dino > > > > From: Richard Heesbeen [mailto:r...@xs4all.nl] > Sent: Tuesday, October 16, 2012 10:58 > > > To: Dean Cleaver > Cc: monotouch@lists.ximian.com > Subject: Re: [MonoTouch] Any idea what this c

Re: [MonoTouch] Any idea what this could be?

2012-10-16 Thread Dean Cleaver
function. Dino From: Richard Heesbeen [mailto:r...@xs4all.nl] Sent: Tuesday, October 16, 2012 10:58 To: Dean Cleaver Cc: monotouch@lists.ximian.com Subject: Re: [MonoTouch] Any idea what this could be? If it can be reproduced, then finding the problem shouldn’t be that hard get your CEOs devices

Re: [MonoTouch] Any idea what this could be?

2012-10-16 Thread Dean Cleaver
already checked. Dino From: Craig Dunn [mailto:craig.d...@gmail.com] Sent: Friday, October 12, 2012 20:38 To: Dean Cleaver Cc: James Darbyshire; monotouch@lists.ximian.com Subject: Re: [MonoTouch] Any idea what this could be? Yeah, actually deploying a MT5.2-based app might not be the solution, jus

Re: [MonoTouch] Any idea what this could be?

2012-10-16 Thread James Darbyshire
} > } > > Yeah – basically empty, yet it still crashes in the > UIApplicationWillEnterForeground – any ideas? > > Dino > > From: monotouch-boun...@lists.ximian.com > [mailto:monotouch-boun...@lists.ximian.com] On Behalf Of Dean Cleaver &g

Re: [MonoTouch] Any idea what this could be?

2012-10-13 Thread Dean Cleaver
I've submitted a private bug. Cheers, Dino -Original Message- From: Sebastien Pouliot [mailto:sebast...@xamarin.com] Sent: Saturday, October 13, 2012 10:13 To: Dean Cleaver Cc: monotouch@lists.ximian.com Subject: Re: [MonoTouch] Any idea what this could be? On Sat, Oct 13, 2012

Re: [MonoTouch] Any idea what this could be?

2012-10-13 Thread Sebastien Pouliot
If there are details you do not want to share (from the build output) then please open a bug report and attach the build output to it (marked as private). Sebastien > Dino > > -Original Message- > From: Sebastien Pouliot [mailto:sebast...@xamarin.com] > Sent: Saturday, Octo

Re: [MonoTouch] Any idea what this could be?

2012-10-13 Thread Dean Cleaver
n't been changed (by me) for a long while - could never versions of MonoTouch/MonoDevelop have changed them? Dino -Original Message- From: Sebastien Pouliot [mailto:sebast...@xamarin.com] Sent: Saturday, October 13, 2012 09:41 To: Dean Cleaver Cc: monotouch@lists.ximian.com S

Re: [MonoTouch] Any idea what this could be?

2012-10-13 Thread Sebastien Pouliot
urs with my app just idle on the device) that > I can't use 5.2.13, although I guess 5.4/6.0 could exhibit the same problem. > > Dino > > -Original Message- > From: Sebastien Pouliot [mailto:sebast...@xamarin.com] > Sent: Friday, October 12, 2012 21:52 > To: Dean

Re: [MonoTouch] Any idea what this could be?

2012-10-13 Thread HairyJohn
Also, I solved this with my custom dialog view controllers by overriding the handle constructor, e.g.: public MyDialogViewController(IntPtr handle): base(handle) { } You might want to check the classes that are having these exceptions to see if you

Re: [MonoTouch] Any idea what this could be?

2012-10-13 Thread HairyJohn
Hi Dino, Have you overridden the ReceiveMemoryWarning method in your AppDelegate? I get these kind of errors when simulating a low memory warning in the simulator, it might be worth trying this in the simulator. Cheers John -- View this message in context: http://monotouch.2284126.n4.nabble.co

Re: [MonoTouch] Any idea what this could be?

2012-10-12 Thread Dean Cleaver
no From: James Darbyshire [mailto:jamesdarbysh...@gmail.com] Sent: Friday, October 12, 2012 20:25 To: Dean Cleaver Cc: James Darbyshire; monotouch@lists.ximian.com Subject: Re: [MonoTouch] Any idea what this could be? To clarify: The selector is akin to a method signature. ObjC can't fin

Re: [MonoTouch] Any idea what this could be?

2012-10-12 Thread Dean Cleaver
sdarbysh...@gmail.com] Sent: Friday, October 12, 2012 20:18 To: Dean Cleaver Cc: James Darbyshire; monotouch@lists.ximian.com Subject: Re: [MonoTouch] Any idea what this could be? unrecognized selector sent to instance >From my experience is usually due to something being GC'd too early. Can

Re: [MonoTouch] Any idea what this could be?

2012-10-12 Thread Dean Cleaver
exhibit the same problem. Dino -Original Message- From: Sebastien Pouliot [mailto:sebast...@xamarin.com] Sent: Friday, October 12, 2012 21:52 To: Dean Cleaver Cc: monotouch@lists.ximian.com Subject: Re: [MonoTouch] Any idea what this could be? On Fri, Oct 12, 2012 at 9:11 PM, Dean Cleaver

Re: [MonoTouch] Any idea what this could be?

2012-10-12 Thread Sebastien Pouliot
> > > From: Craig Dunn [mailto:craig.d...@gmail.com] > Sent: Friday, October 12, 2012 19:44 > To: Dean Cleaver > Cc: James Darbyshire; monotouch@lists.ximian.com > > > Subject: Re: [MonoTouch] Any idea what this could be? > > > > from what version did you

Re: [MonoTouch] Any idea what this could be?

2012-10-12 Thread Jason Awbrey
that with the view that > “something might be wrong somewhere” is not an enthralling task. I don’t > have a single thing to go on – not even a hint as to what class, nothing. > It’s like looking for a needle in a haystack. > > > > Dino > > > > *From:* James Darbyshire &

Re: [MonoTouch] Any idea what this could be?

2012-10-12 Thread Craig Dunn
tion stuff is broken. So unless > I buy another Mac with Lion on it and go back to XCode 4.4 I’m not sure how > I can get around that. > > ** ** > > Dino > > ** ** > > *From:* Craig Dunn [mailto:craig.d...@gmail.com] > *Sent:* Friday, October 12, 2012 19:44

Re: [MonoTouch] Any idea what this could be?

2012-10-12 Thread James Darbyshire
:jamesdarbysh...@gmail.com] *Sent:* Friday, October 12, 2012 20:02 *To:* Dean Cleaver *Cc:* James Darbyshire; monotouch@lists.ximian.com *Subject:* Re: [MonoTouch] Any idea what this could be? My point is that the code you have shared does nothing, hence I would be surprised if it is that code whi

Re: [MonoTouch] Any idea what this could be?

2012-10-12 Thread James Darbyshire
sdarbysh...@gmail.com] *Sent:* Friday, October 12, 2012 20:02 *To:* Dean Cleaver *Cc:* James Darbyshire; monotouch@lists.ximian.com *Subject:* Re: [MonoTouch] Any idea what this could be? My point is that the code you have shared does nothing, hence I would be surprised if it is that code which ca

Re: [MonoTouch] Any idea what this could be?

2012-10-12 Thread Dean Cleaver
ck to XCode 4.4 I'm not sure how I can get around that. Dino From: Craig Dunn [mailto:craig.d...@gmail.com] Sent: Friday, October 12, 2012 19:44 To: Dean Cleaver Cc: James Darbyshire; monotouch@lists.ximian.com Subject: Re: [MonoTouch] Any idea what this could be? from what version did you

Re: [MonoTouch] Any idea what this could be?

2012-10-12 Thread Dean Cleaver
n - not even a hint as to what class, nothing. It's like looking for a needle in a haystack. Dino From: James Darbyshire [mailto:jamesdarbysh...@gmail.com] Sent: Friday, October 12, 2012 20:02 To: Dean Cleaver Cc: James Darbyshire; monotouch@lists.ximian.com Subject: Re: [MonoTouch] Any id

Re: [MonoTouch] Any idea what this could be?

2012-10-12 Thread James Darbyshire
ectly to achieve that? Dino *From:* James Darbyshire [mailto:james.darbysh...@blazeware.net] *Sent:* Friday, October 12, 2012 19:35 *To:* Dean Cleaver *Cc:* monotouch@lists.ximian.com *Subject:* Re: [MonoTouch] Any idea what this could be? To be blunt, we can't help without having co

Re: [MonoTouch] Any idea what this could be?

2012-10-12 Thread Craig Dunn
gt; > Dino > > ** ** > > *From:* James Darbyshire [mailto:james.darbysh...@blazeware.net] > *Sent:* Friday, October 12, 2012 19:35 > *To:* Dean Cleaver > *Cc:* monotouch@lists.ximian.com > *Subject:* Re: [MonoTouch] Any idea what this could be? > > ** ** > > To be b

Re: [MonoTouch] Any idea what this could be?

2012-10-12 Thread Dean Cleaver
? Dino From: James Darbyshire [mailto:james.darbysh...@blazeware.net] Sent: Friday, October 12, 2012 19:35 To: Dean Cleaver Cc: monotouch@lists.ximian.com Subject: Re: [MonoTouch] Any idea what this could be? To be blunt, we can't help without having code to look through. MonoTouch doesn'

Re: [MonoTouch] Any idea what this could be?

2012-10-12 Thread James Darbyshire
Sent:* Thursday, October 11, 2012 15:00 *To:* monotouch@lists.ximian.com *Subject:* [MonoTouch] Any idea what this could be? I got this error report recently: MonoTouch.Foundation.MonoTouchException: Objective-C exception thrown. Name: NSInvalidArgumentException Reason: -[Linea UIApplicationDid

Re: [MonoTouch] Any idea what this could be?

2012-10-12 Thread Dean Cleaver
.@lists.ximian.com> [mailto:monotouch-boun...@lists.ximian.com] On Behalf Of Dean Cleaver Sent: Thursday, October 11, 2012 15:00 To: monotouch@lists.ximian.com<mailto:monotouch@lists.ximian.com> Subject: [MonoTouch] Any idea what this could be? I got this error report recently: MonoTouch.Foundation.Mono

Re: [MonoTouch] Any idea what this could be?

2012-10-12 Thread Dean Cleaver
Touch] Any idea what this could be? I got this error report recently: MonoTouch.Foundation.MonoTouchException: Objective-C exception thrown. Name: NSInvalidArgumentException Reason: -[Linea UIApplicationDidEnterBackground:]: unrecognized selector sent to instance 0x

[MonoTouch] Any idea what this could be?

2012-10-11 Thread Dean Cleaver
I got this error report recently: MonoTouch.Foundation.MonoTouchException: Objective-C exception thrown. Name: NSInvalidArgumentException Reason: -[Linea UIApplicationDidEnterBackground:]: unrecognized selector sent to instance 0x21a2a80 at MonoTouch.UIKit.UIApplication.Main (System.String[] arg