Re: [MonoTouch] [ERROR] FATAL UNHANDLED EXCEPTION: System.ExecutionEngineException

2011-11-08 Thread MilkyJoe
It's definitely working now :) Att his point in time, I can be sure if it was MT 5.0.2 or the fact that I disabled the Thumb-2 option. It works, and that's all that's important right now. Thanks again. -- View this message in context:

Re: [MonoTouch] [ERROR] FATAL UNHANDLED EXCEPTION: System.ExecutionEngineException

2011-11-08 Thread Jeff Stedfast
Haha, okay :-) I'm just glad things are working for you now. Jeff On Tue, Nov 8, 2011 at 7:31 AM, MilkyJoe leigh.bow...@curvenet.co.ukwrote: It's definitely working now :) Att his point in time, I can be sure if it was MT 5.0.2 or the fact that I disabled the Thumb-2 option. It works, and

Re: [MonoTouch] [ERROR] FATAL UNHANDLED EXCEPTION: System.ExecutionEngineException

2011-11-08 Thread MilkyJoe
As soon as this app is out of the door, I'll have a closer look at this issue, and let you know what I find. Cheers -- View this message in context: http://monotouch.2284126.n4.nabble.com/ERROR-FATAL-UNHANDLED-EXCEPTION-System-ExecutionEngineException-tp3990487p4016482.html Sent from the

Re: [MonoTouch] [ERROR] FATAL UNHANDLED EXCEPTION: System.ExecutionEngineException

2011-11-05 Thread MilkyJoe
It certainly worked on my two iPhones, but I won't be able to verify with my colleague until Monday. -- View this message in context: http://monotouch.2284126.n4.nabble.com/ERROR-FATAL-UNHANDLED-EXCEPTION-System-ExecutionEngineException-tp3990487p3993232.html Sent from the MonoTouch mailing list

[MonoTouch] [ERROR] FATAL UNHANDLED EXCEPTION: System.ExecutionEngineException

2011-11-04 Thread MilkyJoe
My app currently work fine on my development iPhone 4S, but the AdHoc build is crashing on my colleagues iPhone 4S: *Unhandled Exception: System.ExecutionEngineException: Attempting to JIT compile method 'Helpers.MapHelper:MilesToLatitudeDegrees (double)' while running with --aot-only.* Closely

Re: [MonoTouch] [ERROR] FATAL UNHANDLED EXCEPTION: System.ExecutionEngineException

2011-11-04 Thread MilkyJoe
Thanks Sebastien. I am using 5.0.1. I'll stop worrying now, and wait for 5.0.2 :) -- View this message in context: http://monotouch.2284126.n4.nabble.com/ERROR-FATAL-UNHANDLED-EXCEPTION-System-ExecutionEngineException-tp3990487p3990625.html Sent from the MonoTouch mailing list archive at

Re: [MonoTouch] [ERROR] FATAL UNHANDLED EXCEPTION: System.ExecutionEngineException

2011-11-04 Thread MilkyJoe
I don't suppose you have an ETA on 5.0.2 , do you? I'm planning to release push my app to the app store next week. Thanks -- View this message in context: http://monotouch.2284126.n4.nabble.com/ERROR-FATAL-UNHANDLED-EXCEPTION-System-ExecutionEngineException-tp3990487p3990688.html Sent from the

Re: [MonoTouch] [ERROR] FATAL UNHANDLED EXCEPTION: System.ExecutionEngineException

2011-11-04 Thread Sebastien Pouliot
It's being tested as we speak. However you should not have this exception, even with 5.0.1, if you use the linker (e.g. Link SDK assemblies only) when building your application for devices. Sebastien p.s. there's no good reason (except if you have a bug number ;-) to disable the linker for

Re: [MonoTouch] [ERROR] FATAL UNHANDLED EXCEPTION: System.ExecutionEngineException

2011-11-04 Thread Jeff Stedfast
It's in the QA pipeline right now, so as soon as they are finished testing, it'll go out (probably by Monday if not today). Hope that helps, Jeff On Fri, Nov 4, 2011 at 12:21 PM, MilkyJoe leigh.bow...@curvenet.co.ukwrote: I don't suppose you have an ETA on 5.0.2 , do you? I'm planning to

Re: [MonoTouch] [ERROR] FATAL UNHANDLED EXCEPTION: System.ExecutionEngineException

2011-11-04 Thread Sebastien Pouliot
It could be unrelated to the bug report (but it's not 100% safe to assume the linker will remove the code causing the issue). To be certain about this please fill a bug at bugzilla.xamarin.com and include a small, self-contained, test case that you're sure cause the same exception

Re: [MonoTouch] [ERROR] FATAL UNHANDLED EXCEPTION: System.ExecutionEngineException

2011-11-04 Thread Jeff Stedfast
Try disabling thumb2 and seeing if that fixes it. Thumb seems to cause various problems that we are still working on tracking down. Hope that helps, Jeff On Fri, Nov 4, 2011 at 1:36 PM, MilkyJoe leigh.bow...@curvenet.co.ukwrote: FYI: I am using LLVM, Arm7 and Thumb-2 compiler options. --

Re: [MonoTouch] [ERROR] FATAL UNHANDLED EXCEPTION: System.ExecutionEngineException

2011-11-04 Thread Jeff Stedfast
You're welcome! I take it this means disabling thumb fixes the issue? Or? Jeff On Fri, Nov 4, 2011 at 2:44 PM, MilkyJoe leigh.bow...@curvenet.co.ukwrote: Many thanks Jeff/Sebastien. I've been a MonoTouch developer for less than a week, and I'm already blown away by the level of support you