MovingBlocks / Terasology

Terasology - open source voxel world
http://terasology.org
Apache License 2.0
3.69k stars 1.34k forks source link

MultiWorld not working when I load a save game #3700

Open darshan3 opened 5 years ago

darshan3 commented 5 years ago

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

  1. Start a new game. Try the getUniverseInfo command. It should correctly show the number of worlds and entities.
  2. Exit to the main menu and load the saved game. The command stops working.
darshan3 commented 5 years ago

Some inspection showed that the worldManager in PojoEntityManager.java is not getting initialized.