Open darshan3 opened 5 years ago
I was trying to run the getUniverseInfo command after loading a save game.
getUniverseInfo
The console shows a null pointer error.
Some inspection showed that the worldManager in PojoEntityManager.java is not getting initialized.
worldManager
PojoEntityManager.java
What you were trying to do
I was trying to run the
getUniverseInfo
command after loading a save game.What actually happened
The console shows a null pointer error.
How to reproduce
getUniverseInfo
command. It should correctly show the number of worlds and entities.