createClient fails while initializing engine state #74
Labels
Blocker
Issue reporting or PR addressing a critical problem that blocks other efforts
Category: Crash
Requests, Issues and Changes targeting unexpected terminations, segfaults, etc.
Type: Bug
Issues reporting and PRs fixing problems
createClient
fails with an NPE from somewhere beneathTerasologyEngine.changeState
(currently in TerasologyCanvasImpl).Looking at the code for
createClient
, I see it jumps right in to things without going through anything likeTestingStateHeadlessSetup
. As a client, it's true that it doesn't need to do most of the setup that the host does (because it will get that configuration from the host when it connects), but there might be some stuff along the lines of EntitySystemSetup that needs to happen?The text was updated successfully, but these errors were encountered: