[mono-android] Create Surface Failure

2012-04-30 Thread zdman
Working on releasing a game using MonoGame and running into an issue for Mono Android 4.0.6 (which we need for the new changes) and the original Droid. Works great on my Droid Razer Maxx. We're creating with ES 1.1 but tried with 2.0 and it still failed. It worked with 4.0.4 and maybe 4.0.5. $e

[mono-android] Linking Problem

2012-05-09 Thread zdman
I think there's a linking problem with 4.1.1. It was working with 4.0.6 but upon upgrading and after fixing all the syntax changes, the deployed project is throwing this error on compile. The project doesn't use this and even if I add that project as a reference, it still fails. Error 49

Re: [mono-android] Linking Problem

2012-05-14 Thread zdman
I updated to 4.2.0 and ran into an issue with System.Drawing.Size being defined in Mono.Android and OpenTK. But, it looks like 4.2.1 fixed that issue. With 4.2.1, I'm still getting the same reference issue I posted about before. -- View this message in context: http://mono-for-android.1047100.n

Re: [mono-android] Linking Problem

2012-05-15 Thread zdman
The project(udderchaosmonodroid) throwing the error does not reference Lidgren.Network.Android. It references MonoGame.Framework.Android which references Lidgren.Network.Android. udderchaosmonodroid does not use lidgren.network.android or any of the methods in monogame that use it. It was workin

Re: [mono-android] Linking Problem

2012-05-16 Thread zdman
Alright. Well, like I said before, it gives the same error if I add a project reference to the lidgren project. {565129E0-4EE5-4F6F-B403-C3484C9740BE} Lidgren.Network.Android -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Linking-Problem-tp569645

Re: [mono-android] Linking Problem

2012-05-20 Thread zdman
I've created a bug with a sample project that reproduces the issue. https://bugzilla.xamarin.com/show_bug.cgi?id=5146 -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Linking-Problem-tp5696452p5709860.html Sent from the Mono for Android mailing list archive at Nabbl

[mono-android] Repeating OnPause/OnResume when phone goes to Sleep

2012-08-02 Thread zdman
For ICS (Android 4.0.4, Droid Razr Maxx), I'm running into an issue where when I put my phone to sleep (press the power button to turn off the screen), it keeps calling OnPause and OnResume over and over. Has anyone seen this before? Any ideas what might be causing this? This does not happen for