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 James Darbyshire
...@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 Subject: [MonoTouch] Any idea what this could be? I got this error report recently: MonoTouch.Foundation.MonoTouchException

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

2012-10-16 Thread Dean Cleaver
. 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, just wondering

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 Nic Wise
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 could be? If it can be reproduced, then finding the problem shouldn’t

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:

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 Sebastien Pouliot
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 move _to_ 6.0.3? perhaps the changelog between the two releases might point at something that's been updated to give you a clue

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

2012-10-13 Thread Dean Cleaver
? 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 Subject: Re: [MonoTouch] Any idea what this could be? On Fri, Oct 12, 2012 at 11:38 PM, Dean Cleaver dean.clea

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

2012-10-13 Thread Sebastien Pouliot
). Sebastien 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 Subject: Re: [MonoTouch] Any idea what this could be? On Fri, Oct 12, 2012 at 11:38 PM, Dean Cleaver

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 at 11

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

2012-10-12 Thread Dean Cleaver
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 0x21a2a80

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

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

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

2012-10-12 Thread James Darbyshire
...@lists.ximian.com] *On Behalf Of *Dean Cleaver *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

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

2012-10-12 Thread Dean Cleaver
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 code to look through. MonoTouch doesn't just add

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

2012-10-12 Thread Craig Dunn
I might be using incorrectly 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

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

2012-10-12 Thread James Darbyshire
API I might be using incorrectly to achieve that? Dino *From:* James Darbyshire [mailto:james.darbysh...@blazeware.netjames.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

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

2012-10-12 Thread Dean Cleaver
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 idea what this could be? My point

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

2012-10-12 Thread Dean Cleaver
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 move _to_

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

2012-10-12 Thread James Darbyshire
Darbyshire [mailto:jamesdarbysh...@gmail.comjamesdarbysh...@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

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

2012-10-12 Thread James Darbyshire
. Dino *From:* James Darbyshire [mailto:jamesdarbysh...@gmail.comjamesdarbysh...@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

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

2012-10-12 Thread Craig Dunn
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

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

2012-10-12 Thread Jason Awbrey
...@gmail.comjamesdarbysh...@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

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

2012-10-12 Thread Sebastien Pouliot
: James Darbyshire; monotouch@lists.ximian.com Subject: Re: [MonoTouch] Any idea what this could be? from what version did you move _to_ 6.0.3? perhaps the changelog between the two releases might point at something that's been updated to give you a clue? also, 6.0.4 has been released http

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

2012-10-12 Thread Dean Cleaver
. 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 dean.clea

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

2012-10-12 Thread Dean Cleaver
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 you paste your AppDelegate? The iOS object which

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

2012-10-12 Thread Dean Cleaver
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 find a method

[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[]