Philip Whitehouse
Philip Whitehouse
Similar error, I think on an older version. ``` [error] org.owasp.dependencycheck.analyzer.exception.AnalysisException: Failed to request component-reports [error] at org.owasp.dependencycheck.analyzer.OssIndexAnalyzer.analyzeDependency(OssIndexAnalyzer.java:149) [error] at org.owasp.dependencycheck.analyzer.AbstractAnalyzer.analyze(AbstractAnalyzer.java:131) [error] at org.owasp.dependencycheck.AnalysisTask.call(AnalysisTask.java:88) [error] at org.owasp.dependencycheck.AnalysisTask.call(AnalysisTask.java:37) [error] at java.util.concurrent.FutureTask.run(FutureTask.java:266)...
Thanks for the service in the first place! As client users we should probably give the maintainer a hand in making the library a bit more resilient to unexpected formatted...
This is actually probably a multiphase project in of itself. Firstly let's define some boundaries. - We're not talking about multiple zones. - We're not talking about tiles or tile...
- Rendering the player (we will only support 3rd party for now) - Rendering other players. That's it. There will be further development to cover graphics loading, movement, terrain, zones,...
- Sending confirmation of entering the game. - done - Sending zone local co-ordinates of the player - not started - Sending list of other players and their location -...
``` [29.07.2013] [00:25:48] INFO [nioEventLoopGroup-2-1] com.whiuk.philip.mmorpg.client.ClientChannelHandler (ClientChannelHandler.java:106) - [UPTIME: 0s] Connected to: localhost/127.0.0.1:8443 [29.07.2013] [00:25:48] INFO [nioEventLoopGroup-2-1] com.whiuk.philip.mmorpg.client.ClientChannelHandler (ClientChannelHandler.java:108) - Sending connected message java.lang.NullPointerException at org.lwjgl.opengl.GL11.glGenTextures(GL11.java:1372) at de.lessvoid.nifty.renderer.lwjgl.render.LwjglRenderImage.createTextureID(LwjglRenderImage.java:127) at de.lessvoid.nifty.renderer.lwjgl.render.LwjglRenderImage.createTexture(LwjglRenderImage.java:70)...
This is not a priority currently because the only property available is the network port.
Project now uses Maven. Still need RPM spec files and installation instructions.
Marked major because there's UI issues and logging integration issues. May require work on combined logging to be done.
Trying and failing to update the graphics driver seemed to fix this one... No earthly idea why. There doesn't seem to be any rhyme or reason behind why this crashes....