emmanuel-perlow

Results 2 issues of emmanuel-perlow

When running the first time in a (fresh) IntelliJ setup I get the following error (tried twice hit it twice): ``` 06:49:17.397 [main] INFO o.t.game.client.HeadedGameRunner - Launching game, version: 2.6...

Problem

On a fresh install (or when a map update check is triggered) a `NullPointerException` is thrown at `game-app/game-core/src/main/java/games/strategy/engine/auto/update/UpdateMapsCheck.java` line 82 ```java if (installedVersion < availableMap.getVersion()) { ``` (the `getVersion()` returns...

Problem