Liam Stewart
Liam Stewart
Hi there, I'm getting the following error which is actually causing my Server to crash: java.lang.NullPointerException at com.badlogic.gdx.utils.ObjectSet.contains(ObjectSet.java:340) at com.badlogic.ashley.core.EntityManager.addEntityInternal(EntityManager.java:116) at com.badlogic.ashley.core.EntityManager.processPendingOperations(EntityManager.java:86) at com.badlogic.ashley.core.Engine.update(Engine.java:206) at com.foxcake.mirage.server.game.GameServerEngine.render(GameServerEngine.java:88) at com.badlogic.gdx.Game.render(Game.java:46) at com.badlogic.gdx.backends.headless.HeadlessApplication.mainLoop(HeadlessApplication.java:126)...
Hi there, Sorry to raise an issue for this but I can't figure it out using the readme alone. When you publish snapshots using maven you end up with an...
This library looks like exactly what I have been looking for, but it is impenetrable without any code examples. I've just spent a few hours getting my JavaFX project set...