开发者

Error when launching Java app on desktop using LibGdx/Eclipse

开发者 https://www.devze.com 2023-03-07 11:57 出处:网络
I\'m using LibGdx to develop a Java-based game. I haven\'t decided whether I want the game to be deployed on Android or PC, so I figured I can at least develop+test on desktop and then decide. I\'ve u

I'm using LibGdx to develop a Java-based game. I haven't decided whether I want the game to be deployed on Android or PC, so I figured I can at least develop+test on desktop and then decide. I've used LibGdx before and it worked fine.. but that must been before I did a complete system wipe (as I like to do a few times per year).

Anyhow, when I try to launch the game in Eclipse as "Java Application" I get the following errors:

-Exception in thread "LWJGL Application" com.badlogic.gdx.utils.GdxRuntimeException: OpenGL is not supported by the video driver.

-Caused by: org.lwjgl.LWJGLException: Pixel format not accelerated

开发者_开发问答

Clearly this is caused by my GPU.. so I installed the latest drivers for my (integrated) video chip, but no dice. Anyone know anything about the "Pixel format" part of this? I haven't really done anything code-wise yet, I just have a blank application that I'm trying to get to display on my PC.


Give the Jogl backend a try. Double check your drivers. What GPU do you have?

0

精彩评论

暂无评论...
验证码 换一张
取 消