【发布时间】:2013-01-28 08:36:20
【问题描述】:
最近我在笔记本电脑上安装了 MonoGame 3.0。我从项目模板中拿了一个乐队 New "MonoGame Windows OpenGL Project" 并尝试运行它,我得到了这个异常。
Unable to find an entry point named 'glBindFramebuffer' in DLL 'opengl32.dll'.
这里有例外:
public Game1()
: base()
{
graphics = new GraphicsDeviceManager(this);<----|Unable to find an entry point named 'glBindFramebuffer' in DLL 'opengl32.dll'
我安装好了:
MonoDevelop 3.0.6
gtk-sharp-2.12.10.win32
Opentk-2010-10-06
XNAGS40_Setup
jdk-7u9-windows-x64
MonoGame3.0
我正在使用:
Windows 7 x64
Visual studio 2012
ASUS A52F Laptop
Graphic : Integrated Intel® GMA HD
有什么需要安装的吗?
注意:如果我使用 MonoGame 2.5.1.0,那么一切正常。仅当我安装 MonoGmae 30 时才会出现此异常。
【问题讨论】:
-
通常英特尔的 GMA 是开发人员最差的选择。建议你买个独立显卡,或者换台式机。