1
vote
2answers
83 views

Monogame missing method exception with monodevelop

I have follow the installation guide in here but it seems don't working for me. Here is the exception message when I run the program: System.MissingMethodException has been thrown Method not found: ...
0
votes
1answer
203 views

MonoGame on MonoDroid - shared runtime initialization error cannot load library “libmonosgen-2.0.so”

I have a simple Android MonoGame project, built using MonoDevelop. It is a port of an XNA sample game and it runs fine on one device in the emulator, but on another device it gives me this error when ...
0
votes
0answers
79 views

Game Center error in monogame when i try to authenticate player

When i try tu Authenticate in Game Center, mi app show me Game Center Window, ok it is work fine, but mi program closed , then when i finally log in , or cancel Game Center Window, not return the ...
1
vote
0answers
91 views

Porting Game using MonoGame to OS X: Strange color issue

I have my game project running in MonoDevelop using MonoGame on OS X, but the colors in the game are very mixed up. For example, yellow is shown as blue. What could be causing this? My game is ported ...
0
votes
1answer
232 views

How to install MonoGame templates on Ubuntu Linux

The readme says I should copy the MonoDevelop.MonoGame.2.5 directory into ~/.config/MonoDevelop/addins directory. When I do this, I see no new templates, nor any new plugins. I am running MonoDevelop ...
0
votes
1answer
946 views

How do I install monogame on Ubuntu 12.04 LTS?

I was following http://www.youtube.com/watch?v=OFs319ECDEM, but the badgerports.org repository doesn't seem to have monogame anymore. Could someone give me a better repository, or tell me another way ...
5
votes
0answers
1k views

How do I add MonoGame project templates to MonoDevelop on MacOS?

According to the readme, I am supposed to Shutdown MonoDevelop Find your MonoDevelop AppBundle Right Click on it and select "Show package Contents" Press Alt and Drag and Drop the ...
1
vote
0answers
45 views

Template 2.5.1 installation issue on macos

Monogame 2.5.1 template is not working for me on MacOS, MonoDev 3.0.3.4 I did the following but still no template: Shutdown MonoDevelop Find your MonoDevelop AppBundle Right Click on it and select ...
0
votes
1answer
191 views

Monogame Linux crashes on launch

When launching a monogame game from Linux(Ubuntu 12.04), I get the following error in the console Pastebin, formatting when pasted here wasn't worth fixing This bug does not occur when I delay any ...
0
votes
0answers
277 views

Building MonoGame Framework for Mac OS

I'm getting ready to port a game, and it's my first time. I'm running Windows 7 and have the latest version of MonoGame from github as well as MonoDevelop 3.0.3.2. When I try to load the ...
2
votes
1answer
348 views

MonoGame Mac Templates Installation

I am having trouble installing the MonoGame templates in MonoDevelop on Mac. I have placed the MonoDevelop.MonoGame.2.5 folder in MonoDevelop.app/Contents/MacOS/lib/monodevelop/AddIns/ as instructed ...
1
vote
0answers
372 views

MonoDevelop - Targetting iPhone Simulator 4.2 rather than 4.3

I'm running it to a MonoTouch + MonoGame sample with MonoDevelop, but I'm running into an LLVM error. I ran into this with XCode 4+ as well, and worked around it by switching the deployment target ...
1
vote
2answers
310 views

MonoDevelop and/or MonoTouch bug?

When trying to compile some code, which had been compiling fine before with no errors, I started getting an error about a class not existing in a namespace. I know this was compiling before just fine ...