Thanks! Main symptom of the issue looks like it's here, near the bottom of that log file:
err: Exception in thread "LWJGL Application" com.badlogic.gdx.utils.GdxRuntimeException: OpenGL is not supported by the video driver.
[2017-01-23 @ 15:24:10.262] [tasks/launch/native] err: at com.badlogic.gdx.backends.lwjgl.LwjglGraphics.createDisplayPixelFormat(LwjglGraphics.java:322)
A quick search recommends a couple things:
Try just giving your machine a reboot, and run the game again.
Try updating your video card drivers in Windows.
There's also a few posts on StackOverflow that suggest allowing the game to run in SoftwareOpenGL mode - In a couple hours, I can put that into a quick build and email it over to you so you can see if it works for you.