MonoGame と OpenTK 1.0 をインストールしたばかりで、Visual Studio 2012 で「Windows OpenGL Game」タイプの新しいプロジェクトを作成しました...しかし、プロジェクトを実行すると、次のエラーが発生します。
The type initializer for 'OpenTK.Graphics.GraphicsMode' threw an exception.
エラーはこの行にあります (base() 上のコンストラクター)
public Game1()
: base()
{
graphics = new GraphicsDeviceManager(this);
Content.RootDirectory = "Content";
}
私のラップトップにはインテル ボード グラフィックス 3000 が搭載されており、OpenGL をサポートしていると思います。何か案は?