-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Got problem using Vbox. #157
Comments
Would you share the code? So we can do some help. |
Try this for Vbox Press windows + r |
@viator25 |
@piktos |
i got same error GLFW_PLATFORM_ERROR error |
I have modify the code working with VMware, but the server sometimes shut the game off because of the VMware. I am trying to use Vbox but it seems that Vbox have some problem with openGL. I have enabled both graph accelerations, make config.useOpenGL3(false, 2,1) to compile with version 2.1 but I still got this error.
screen is white, flash while dragging. nothing showing up.
[LWJGL] GLFW_PLATFORM_ERROR error
Description : WGL: Failed to make context current
Stacktrace :
org.lwjgl.glfw.GLFW.glfwMakeContextCurrent(GLFW.java:3318)
com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.makeCurrent(Lwjgl3Window.java:429)
com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.loop(Lwjgl3Application.java:133)
com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.(Lwjgl3Application.java:110)
main.ui.GLMap.show(GLMap.kt:122)
main.GameKt.main(Game.kt:63)
OpenGL Warning: GetRandomRgn returned (-1) instead of (1), VisibleRegions update failed
since it is working fine with VMware, anyone have any idea how to fix this?
The text was updated successfully, but these errors were encountered: