AiYinZiLeGong / PUBG-Radar

245 stars 219 forks source link

anyone know how to run this project? #126

Open asxushuai opened 6 years ago

asxushuai commented 6 years ago

can someone give me some instructions about this project?

hkuuki commented 6 years ago

compile and java -jar blabla.jar

jackhu520 commented 6 years ago

I compile this use mvn install, I use this command "java -jar target\pubg-radar-1.0-SNAPSHOT-jar-with-dependencies.jar" to run it , But I was wrong. Display this information: Exception in thread "main" java.lang.I1IegaIArgumentException: Error compiling shader:Vertex shader Vertex shader failed to compile with the following errors: ERROR:error<#272> Implicit version number 110 not supported by GL3 forward compatible context ERROR:error<#273> 1 compilation errors. No code generated

Fragment shader: Fragment shader failed to compile with the following errors: ERROR:error<#272> Implicit version number 110 not supported by GL3 forward compatible context ERROR:error<#273> 1 compilation errors. No code generated ......

What's wrong with me?