AiYinZiLeGong / PUBG-Radar

245 stars 219 forks source link

OPENGL error, all drivers installed, 3D and 2D acceleration enabled #131

Open MaciejJezierski opened 6 years ago

MaciejJezierski commented 6 years ago

It is win 10 emulated on ubuntu by virtual box Error: OpenGL Warning: crPixelCopy3D: simply crMemcpy'ing from srcPtr to dstPtr [LWJGL] GLFW_API_UNAVAILABLE error Description : WGL: The driver does not appear to support OpenGL Stacktrace : org.lwjgl.glfw.GLFW.nglfwCreateWindow(GLFW.java:1235) org.lwjgl.glfw.GLFW.glfwCreateWindow(GLFW.java:1388) com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.createGlfwWindow(Lwjgl3Application.java:425) com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.createWindow(Lwjgl3Application.java:372) com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.(Lwjgl3Application.java:107) pubg.radar.ui.GLMap.show(GLMap.kt:92) pubg.radar.GameKt.main(Game.kt:43) Exception in thread "main" com.badlogic.gdx.utils.GdxRuntimeException: Couldn't create window at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.createGlfwWindow(Lwjgl3Application.java:428) at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.createWindow(Lwjgl3Application.java:372) at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.(Lwjgl3Application.java:107) at pubg.radar.ui.GLMap.show(GLMap.kt:92) at pubg.radar.GameKt.main(Game.kt:43) AL lib: (EE) alc_cleanup: 1 device not closed

MaciejJezierski commented 6 years ago

On disabled 2D and 3D acceleration disabled it gives same error

ghost commented 6 years ago

In pubg/radar/ui/GLMap.kt:88 set change to config.useOpenGL3(false, 2, 1)

MaciejJezierski commented 6 years ago

@pubgpubgpubg still same error :/ of course i used "mvn compile" and then "mvn package" again

Al1-mert commented 6 years ago

its because of virtual box. try with java 8u45

MaciejJezierski commented 6 years ago

tried java 8u45 and still get that error