> Feb 9 19:23:56 unknown AppName[307] <Warning>: MonoTouch: Listened for > connections from MonoDevelop for 2 seconds, nobody connected. > Feb 9 19:23:56 unknown UIKitApplication:AppName[0x7c8d][307] <Notice>: * > Assertion at ../../../../../mono/mono/mini/aot-runtime.c:2556, condition > `(amodule->code_offsets [method_index] & 0x1) == 0' not met
I had one similar to this in one of the betas, but I couldn't reproduce it. I think it's something to do with throwing an exception from within a thread, and it not being caught. http://bugzilla.xamarin.com/show_bug.cgi?id=3008 In the short term, turn off LLVM - that fixed it for me immediately. But if you can get Xamarin your project, they might have a chance of fixing it. Or if you are within a thread, put a try/catch around the thread (inside it, but before any code is run, and after the code is ment to finish) -- Nic Wise t. +44 7788 592 806 | @fastchicken | http://www.linkedin.com/in/nicwise b. http://www.fastchicken.co.nz/ Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p mobileAgent (for FreeAgent): get your accounts in your pocket. http://goo.gl/IuBU Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2 _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
