0
votes
0answers
158 views

SpriteBatch.End() throws OpenTK.Graphics.GraphicsErrorException: InvalidEnum

I decided to begin game development with MonoGame but I am facing a problem. When I try to add a sprite to the screen with a SpriteBatch object like I can read in many XNA tutorial, I get an ...
0
votes
1answer
189 views

MonoGame throws MonoGameGLException (InvalidEnum) Error When Creating Texture

Running any of the "Sample" projects that come with MonoGame will result in "MonoGameGLException". This occurs in the Texture2D constructor at the following code.. ...
0
votes
1answer
223 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 ...