So after alot of sarching it seems that LWJGL does not detect OpenGL of my laptop , anyone knows a fix?
So , for this error :
0
0
0
Exception in thread "main" java.lang.ExceptionInInitializerError
at pubg.radar.GameKt.main(Game.kt:56)
Caused by: java.util.NoSuchElementException: Collection contains no element matching the predicate.
at pubg.radar.sniffer.Sniffer.<clinit>(Sniffer.kt:200 )
... 1 more
The radar is working but because of the ip it doesn't , so you have to put the : (GAMING PC IP) Enter in cmd type ipconfig and put the IPV4 ip from PPP adapter , on the RADAR PC you have to add the ethernet ipv4 ip.Now it should work , remember to put the ip's under this marks like this :
"192.168.0.1" not like this
<192.168.0.1>.Now it should work perfectly
For this error
[LWJGL] GLFW_API_UNAVAILABLE error
Description : WGL: The driver does not appear to support OpenGL
The lwjgl does not detect the openGL because of the windows driver , you need to install an older one , for download and more info on how to do it go here , this works only for INTEL , for other graphical drivers you need to search other source.:
After days of hard search i finally make it work.