Advertisement
Guest User

Untitled

a guest
Aug 29th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 297.47 KB | None | 0 0
  1.  
  2. 2019-08-29 11:20:48.973 WARN 8344 --- [Thread-12] javafx.concurrent.Service : Uncaught throwable in javafx concurrent thread pool
  3.  
  4. java.lang.IllegalStateException: Not on FX application thread; currentThread = Thread-12
  5. at javafx.graphics/com.sun.javafx.tk.Toolkit.checkFxUserThread(Unknown Source) ~[javafx.graphics:na]
  6. at javafx.graphics/com.sun.javafx.tk.quantum.QuantumToolkit.checkFxUserThread(Unknown Source) ~[javafx.graphics:na]
  7. at javafx.graphics/javafx.scene.Parent$3.onProposedChange(Unknown Source) ~[javafx.graphics:na]
  8. at javafx.base/com.sun.javafx.collections.VetoableListDecorator.setAll(Unknown Source) ~[javafx.base:na]
  9. at javafx.base/com.sun.javafx.collections.VetoableListDecorator.setAll(Unknown Source) ~[javafx.base:na]
  10. at javafx.controls/javafx.scene.control.skin.LabeledSkinBase.updateChildren(Unknown Source) ~[javafx.controls:na]
  11. at javafx.controls/javafx.scene.control.skin.LabeledSkinBase.lambda$new$11(Unknown Source) ~[javafx.controls:na]
  12. at javafx.controls/com.sun.javafx.scene.control.LambdaMultiplePropertyChangeListenerHandler.lambda$new$1(Unknown Source) ~[javafx.controls:na]
  13. at javafx.base/javafx.beans.value.WeakChangeListener.changed(Unknown Source) ~[javafx.base:na]
  14. at javafx.base/com.sun.javafx.binding.ExpressionHelper$SingleChange.fireValueChangedEvent(Unknown Source) ~[javafx.base:na]
  15. at javafx.base/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source) ~[javafx.base:na]
  16. at javafx.base/javafx.beans.property.StringPropertyBase.fireValueChangedEvent(Unknown Source) ~[javafx.base:na]
  17. at javafx.base/javafx.beans.property.StringPropertyBase.markInvalid(Unknown Source) ~[javafx.base:na]
  18. at javafx.base/javafx.beans.property.StringPropertyBase.access$000(Unknown Source) ~[javafx.base:na]
  19. at javafx.base/javafx.beans.property.StringPropertyBase$Listener.invalidated(Unknown Source) ~[javafx.base:na]
  20. at javafx.base/com.sun.javafx.binding.ExpressionHelper$SingleInvalidation.fireValueChangedEvent(Unknown Source) ~[javafx.base:na]
  21. at javafx.base/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source) ~[javafx.base:na]
  22. at javafx.base/javafx.beans.binding.StringBinding.invalidate(Unknown Source) ~[javafx.base:na]
  23. at javafx.base/com.sun.javafx.binding.BindingHelperObserver.invalidated(Unknown Source) ~[javafx.base:na]
  24. at javafx.base/com.sun.javafx.binding.ExpressionHelper$SingleInvalidation.fireValueChangedEvent(Unknown Source) ~[javafx.base:na]
  25. at javafx.base/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source) ~[javafx.base:na]
  26. at javafx.base/javafx.beans.property.IntegerPropertyBase.fireValueChangedEvent(Unknown Source) ~[javafx.base:na]
  27. at javafx.base/javafx.beans.property.IntegerPropertyBase.markInvalid(Unknown Source) ~[javafx.base:na]
  28. at javafx.base/javafx.beans.property.IntegerPropertyBase.set(Unknown Source) ~[javafx.base:na]
  29. at com.faforever.client.player.Player.setNumberOfGames(Player.java:138) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  30. at com.faforever.client.player.Player.updateFromDto(Player.java:331) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  31. at com.faforever.client.player.PlayerService.onPlayerInfo(PlayerService.java:333) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  32. at java.base/java.util.ArrayList.forEach(Unknown Source) ~[na:na]
  33. at com.faforever.client.player.PlayerService.onPlayersInfo(PlayerService.java:287) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  34. at com.faforever.client.remote.FafServerAccessorImpl.lambda$parseServerObject$1(FafServerAccessorImpl.java:438) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  35. at java.base/java.lang.Iterable.forEach(Unknown Source) ~[na:na]
  36. at com.faforever.client.remote.FafServerAccessorImpl.parseServerObject(FafServerAccessorImpl.java:438) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  37. at com.faforever.client.remote.FafServerAccessorImpl.onServerMessage(FafServerAccessorImpl.java:407) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  38. at com.faforever.client.remote.AbstractServerAccessor.blockingReadServer(AbstractServerAccessor.java:44) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  39. at com.faforever.client.remote.FafServerAccessorImpl$1.call(FafServerAccessorImpl.java:253) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  40. at com.faforever.client.remote.FafServerAccessorImpl$1.call(FafServerAccessorImpl.java:225) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  41. at javafx.graphics/javafx.concurrent.Task$TaskCallable.call(Unknown Source) ~[javafx.graphics:na]
  42. at java.base/java.util.concurrent.FutureTask.run(Unknown Source) ~[na:na]
  43. at javafx.graphics/javafx.concurrent.Service.lambda$executeTask$6(Unknown Source) ~[javafx.graphics:na]
  44. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  45. at javafx.graphics/javafx.concurrent.Service.lambda$executeTask$7(Unknown Source) ~[javafx.graphics:na]
  46. at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[na:na]
  47. at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[na:na]
  48. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  49.  
  50. 2019-08-29 11:20:48.974 WARN 8344 --- [Thread-12] javafx.concurrent.Service : Uncaught throwable in javafx concurrent thread pool
  51.  
  52. java.lang.IllegalStateException: Not on FX application thread; currentThread = Thread-12
  53. at javafx.graphics/com.sun.javafx.tk.Toolkit.checkFxUserThread(Unknown Source) ~[javafx.graphics:na]
  54. at javafx.graphics/com.sun.javafx.tk.quantum.QuantumToolkit.checkFxUserThread(Unknown Source) ~[javafx.graphics:na]
  55. at javafx.graphics/javafx.scene.Parent$3.onProposedChange(Unknown Source) ~[javafx.graphics:na]
  56. at javafx.base/com.sun.javafx.collections.VetoableListDecorator.setAll(Unknown Source) ~[javafx.base:na]
  57. at javafx.base/com.sun.javafx.collections.VetoableListDecorator.setAll(Unknown Source) ~[javafx.base:na]
  58. at javafx.controls/javafx.scene.control.skin.LabeledSkinBase.updateChildren(Unknown Source) ~[javafx.controls:na]
  59. at javafx.controls/javafx.scene.control.skin.LabeledSkinBase.lambda$new$11(Unknown Source) ~[javafx.controls:na]
  60. at javafx.controls/com.sun.javafx.scene.control.LambdaMultiplePropertyChangeListenerHandler.lambda$new$1(Unknown Source) ~[javafx.controls:na]
  61. at javafx.base/javafx.beans.value.WeakChangeListener.changed(Unknown Source) ~[javafx.base:na]
  62. at javafx.base/com.sun.javafx.binding.ExpressionHelper$SingleChange.fireValueChangedEvent(Unknown Source) ~[javafx.base:na]
  63. at javafx.base/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source) ~[javafx.base:na]
  64. at javafx.base/javafx.beans.property.StringPropertyBase.fireValueChangedEvent(Unknown Source) ~[javafx.base:na]
  65. at javafx.base/javafx.beans.property.StringPropertyBase.markInvalid(Unknown Source) ~[javafx.base:na]
  66. at javafx.base/javafx.beans.property.StringPropertyBase.access$000(Unknown Source) ~[javafx.base:na]
  67. at javafx.base/javafx.beans.property.StringPropertyBase$Listener.invalidated(Unknown Source) ~[javafx.base:na]
  68. at javafx.base/com.sun.javafx.binding.ExpressionHelper$SingleInvalidation.fireValueChangedEvent(Unknown Source) ~[javafx.base:na]
  69. at javafx.base/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source) ~[javafx.base:na]
  70. at javafx.base/javafx.beans.binding.StringBinding.invalidate(Unknown Source) ~[javafx.base:na]
  71. at javafx.base/com.sun.javafx.binding.BindingHelperObserver.invalidated(Unknown Source) ~[javafx.base:na]
  72. at javafx.base/com.sun.javafx.binding.ExpressionHelper$SingleInvalidation.fireValueChangedEvent(Unknown Source) ~[javafx.base:na]
  73. at javafx.base/com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(Unknown Source) ~[javafx.base:na]
  74. at javafx.base/javafx.beans.property.IntegerPropertyBase.fireValueChangedEvent(Unknown Source) ~[javafx.base:na]
  75. at javafx.base/javafx.beans.property.IntegerPropertyBase.markInvalid(Unknown Source) ~[javafx.base:na]
  76. at javafx.base/javafx.beans.property.IntegerPropertyBase.set(Unknown Source) ~[javafx.base:na]
  77. at com.faforever.client.player.Player.setNumberOfGames(Player.java:138) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  78. at com.faforever.client.player.Player.updateFromDto(Player.java:331) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  79. at com.faforever.client.player.PlayerService.onPlayerInfo(PlayerService.java:333) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  80. at java.base/java.util.ArrayList.forEach(Unknown Source) ~[na:na]
  81. at com.faforever.client.player.PlayerService.onPlayersInfo(PlayerService.java:287) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  82. at com.faforever.client.remote.FafServerAccessorImpl.lambda$parseServerObject$1(FafServerAccessorImpl.java:438) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  83. at java.base/java.lang.Iterable.forEach(Unknown Source) ~[na:na]
  84. at com.faforever.client.remote.FafServerAccessorImpl.parseServerObject(FafServerAccessorImpl.java:438) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  85. at com.faforever.client.remote.FafServerAccessorImpl.onServerMessage(FafServerAccessorImpl.java:407) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  86. at com.faforever.client.remote.AbstractServerAccessor.blockingReadServer(AbstractServerAccessor.java:44) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  87. at com.faforever.client.remote.FafServerAccessorImpl$1.call(FafServerAccessorImpl.java:253) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  88. at com.faforever.client.remote.FafServerAccessorImpl$1.call(FafServerAccessorImpl.java:225) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  89. at javafx.graphics/javafx.concurrent.Task$TaskCallable.call(Unknown Source) ~[javafx.graphics:na]
  90. at java.base/java.util.concurrent.FutureTask.run(Unknown Source) ~[na:na]
  91. at javafx.graphics/javafx.concurrent.Service.lambda$executeTask$6(Unknown Source) ~[javafx.graphics:na]
  92. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  93. at javafx.graphics/javafx.concurrent.Service.lambda$executeTask$7(Unknown Source) ~[javafx.graphics:na]
  94. at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) ~[na:na]
  95. at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) ~[na:na]
  96. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  97.  
  98. 2019-08-29 11:20:49.083 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  99.  
  100. java.lang.NullPointerException: null
  101. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  102. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  103. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  104. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  105. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  106. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  107. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  108. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  109. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  110. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  111. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  112. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  113. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  114. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  115. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  116. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  117. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  118. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  119. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  120. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  121. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  122. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  123. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  124. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  125. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  126. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  127. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  128. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  129. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  130. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  131. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  132. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  133. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  134. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  135. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  136. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  137. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  138. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  139. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  140. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  141. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  142. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  143.  
  144. 2019-08-29 11:20:49.084 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  145.  
  146. java.lang.NullPointerException: null
  147. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  148. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  149. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  150. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  151. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  152. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  153. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  154. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  155. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  156. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  157. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  158. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  159. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  160. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  161. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  162. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  163. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  164. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  165. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  166. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  167. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  168. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  169. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  170. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  171. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  172. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  173. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  174. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  175. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  176. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  177. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  178. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  179. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  180. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  181. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  182. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  183. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  184. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  185. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  186. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  187. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  188. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  189.  
  190. 2019-08-29 11:20:49.085 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  191.  
  192. java.lang.NullPointerException: null
  193. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  194. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  195. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  196. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  197. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  198. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  199. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  200. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  201. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  202. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  203. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  204. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  205. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  206. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  207. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  208. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  209. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  210. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  211. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  212. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  213. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  214. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  215. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  216. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  217. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  218. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  219. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  220. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  221. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  222. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  223. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  224. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  225. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  226. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  227. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  228. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  229. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  230. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  231. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  232. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  233. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  234. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  235.  
  236. 2019-08-29 11:20:49.086 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  237.  
  238. java.lang.NullPointerException: null
  239. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  240. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  241. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  242. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  243. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  244. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  245. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  246. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  247. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  248. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  249. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  250. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  251. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  252. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  253. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  254. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  255. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  256. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  257. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  258. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  259. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  260. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  261. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  262. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  263. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  264. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  265. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  266. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  267. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  268. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  269. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  270. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  271. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  272. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  273. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  274. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  275. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  276. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  277. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  278. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  279. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  280. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  281.  
  282. 2019-08-29 11:20:49.087 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  283.  
  284. java.lang.NullPointerException: null
  285. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  286. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  287. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  288. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  289. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  290. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  291. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  292. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  293. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  294. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  295. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  296. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  297. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  298. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  299. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  300. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  301. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  302. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  303. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  304. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  305. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  306. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  307. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  308. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  309. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  310. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  311. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  312. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  313. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  314. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  315. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  316. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  317. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  318. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  319. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  320. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  321. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  322. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  323. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  324. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  325. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  326. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  327.  
  328. 2019-08-29 11:20:49.088 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  329.  
  330. java.lang.NullPointerException: null
  331. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  332. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  333. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  334. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  335. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  336. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  337. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  338. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  339. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  340. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  341. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  342. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  343. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  344. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  345. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  346. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  347. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  348. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  349. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  350. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  351. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  352. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  353. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  354. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  355. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  356. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  357. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  358. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  359. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  360. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  361. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  362. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  363. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  364. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  365. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  366. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  367. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  368. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  369. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  370. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  371. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  372. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  373.  
  374. 2019-08-29 11:20:49.089 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  375.  
  376. java.lang.NullPointerException: null
  377. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  378. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  379. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  380. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  381. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  382. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  383. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  384. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  385. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  386. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  387. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  388. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  389. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  390. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  391. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  392. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  393. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  394. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  395. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  396. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  397. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  398. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  399. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  400. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  401. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  402. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  403. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  404. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  405. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  406. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  407. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  408. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  409. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  410. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  411. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  412. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  413. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  414. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  415. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  416. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  417. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  418. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  419.  
  420. 2019-08-29 11:20:49.090 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  421.  
  422. java.lang.NullPointerException: null
  423. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  424. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  425. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  426. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  427. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  428. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  429. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  430. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  431. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  432. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  433. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  434. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  435. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  436. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  437. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  438. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  439. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  440. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  441. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  442. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  443. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  444. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  445. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  446. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  447. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  448. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  449. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  450. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  451. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  452. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  453. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  454. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  455. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  456. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  457. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  458. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  459. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  460. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  461. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  462. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  463. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  464. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  465.  
  466. 2019-08-29 11:20:49.091 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  467.  
  468. java.lang.NullPointerException: null
  469. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  470. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  471. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  472. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  473. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  474. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  475. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  476. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  477. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  478. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  479. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  480. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  481. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  482. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  483. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  484. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  485. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  486. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  487. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  488. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  489. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  490. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  491. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  492. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  493. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  494. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  495. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  496. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  497. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  498. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  499. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  500. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  501. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  502. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  503. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  504. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  505. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  506. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  507. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  508. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  509. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  510. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  511.  
  512. 2019-08-29 11:21:53.131 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  513. 2019-08-29 11:21:58.910 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  514. 2019-08-29 11:22:01.248 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: BottleneckCleared
  515. 2019-08-29 11:22:01.249 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  516. 2019-08-29 11:22:01.250 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: BottleneckCleared
  517. 2019-08-29 11:22:01.307 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  518. 2019-08-29 11:22:01.357 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: BottleneckCleared
  519. 2019-08-29 11:22:27.429 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  520.  
  521. java.lang.NullPointerException: null
  522. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  523. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  524. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  525. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  526. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  527. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  528. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  529. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  530. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  531. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  532. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  533. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  534. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  535. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  536. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  537. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  538. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  539. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  540. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  541. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  542. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  543. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  544. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  545. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  546. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  547. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  548. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  549. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  550. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  551. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  552. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  553. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  554. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  555. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  556. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  557. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  558. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  559. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  560. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  561. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  562. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  563. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  564.  
  565. 2019-08-29 11:22:27.430 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  566.  
  567. java.lang.NullPointerException: null
  568. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  569. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  570. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  571. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  572. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  573. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  574. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  575. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  576. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  577. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  578. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  579. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  580. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  581. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  582. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  583. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  584. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  585. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  586. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  587. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  588. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  589. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  590. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  591. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  592. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  593. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  594. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  595. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  596. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  597. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  598. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  599. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  600. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  601. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  602. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  603. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  604. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  605. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  606. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  607. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  608. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  609. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  610.  
  611. 2019-08-29 11:22:27.431 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  612.  
  613. java.lang.NullPointerException: null
  614. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  615. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  616. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  617. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  618. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  619. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  620. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  621. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  622. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  623. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  624. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  625. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  626. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  627. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  628. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  629. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  630. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  631. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  632. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  633. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  634. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  635. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  636. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  637. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  638. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  639. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  640. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  641. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  642. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  643. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  644. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  645. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  646. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  647. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  648. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  649. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  650. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  651. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  652. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  653. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  654. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  655. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  656.  
  657. 2019-08-29 11:22:57.835 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: EnforceRating
  658. 2019-08-29 11:24:04.058 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  659.  
  660. java.lang.NullPointerException: null
  661. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  662. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  663. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  664. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  665. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  666. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  667. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  668. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  669. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  670. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  671. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  672. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  673. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  674. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  675. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  676. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  677. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  678. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  679. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  680. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  681. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  682. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  683. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  684. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  685. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  686. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  687. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  688. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  689. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  690. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  691. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  692. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  693. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  694. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  695. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  696. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  697. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  698. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  699. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  700. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  701. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  702. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  703.  
  704. 2019-08-29 11:24:08.113 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  705.  
  706. java.lang.NullPointerException: null
  707. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  708. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  709. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  710. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  711. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  712. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  713. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  714. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  715. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  716. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  717. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  718. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  719. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  720. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  721. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  722. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  723. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  724. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  725. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  726. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  727. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  728. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  729. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  730. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  731. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  732. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  733. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  734. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  735. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  736. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  737. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  738. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  739. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  740. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  741. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  742. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  743. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  744. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  745. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  746. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  747. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  748. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  749.  
  750. 2019-08-29 11:24:09.121 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  751.  
  752. java.lang.NullPointerException: null
  753. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  754. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  755. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  756. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  757. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  758. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  759. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  760. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  761. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  762. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  763. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  764. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  765. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  766. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  767. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  768. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  769. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  770. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  771. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  772. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  773. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  774. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  775. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  776. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  777. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  778. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  779. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  780. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  781. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  782. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  783. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  784. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  785. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  786. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  787. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  788. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  789. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  790. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  791. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  792. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  793. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  794. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  795.  
  796. 2019-08-29 11:24:09.122 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  797.  
  798. java.lang.NullPointerException: null
  799. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  800. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  801. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  802. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  803. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  804. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  805. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  806. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  807. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  808. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  809. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  810. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  811. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  812. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  813. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  814. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  815. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  816. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  817. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  818. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  819. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  820. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  821. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  822. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  823. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  824. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  825. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  826. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  827. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  828. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  829. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  830. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  831. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  832. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  833. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  834. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  835. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  836. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  837. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  838. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  839. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  840. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  841.  
  842. 2019-08-29 11:24:09.123 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  843.  
  844. java.lang.NullPointerException: null
  845. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  846. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  847. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  848. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  849. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  850. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  851. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  852. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  853. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  854. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  855. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  856. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  857. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  858. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  859. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  860. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  861. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  862. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  863. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  864. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  865. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  866. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  867. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  868. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  869. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  870. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  871. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  872. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  873. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  874. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  875. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  876. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  877. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  878. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  879. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  880. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  881. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  882. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  883. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  884. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  885. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  886. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  887.  
  888. 2019-08-29 11:24:09.124 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  889.  
  890. java.lang.NullPointerException: null
  891. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  892. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  893. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  894. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  895. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  896. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  897. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  898. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  899. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  900. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  901. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  902. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  903. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  904. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  905. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  906. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  907. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  908. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  909. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  910. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  911. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  912. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  913. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  914. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  915. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  916. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  917. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  918. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  919. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  920. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  921. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  922. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  923. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  924. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  925. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  926. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  927. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  928. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  929. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  930. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  931. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  932. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  933.  
  934. 2019-08-29 11:24:09.124 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  935.  
  936. java.lang.NullPointerException: null
  937. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  938. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  939. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  940. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  941. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  942. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  943. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  944. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  945. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  946. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  947. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  948. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  949. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  950. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  951. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  952. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  953. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  954. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  955. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  956. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  957. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  958. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  959. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  960. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  961. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  962. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  963. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  964. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  965. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  966. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  967. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  968. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  969. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  970. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  971. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  972. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  973. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  974. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  975. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  976. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  977. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  978. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  979.  
  980. 2019-08-29 11:24:09.125 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  981.  
  982. java.lang.NullPointerException: null
  983. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  984. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  985. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  986. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  987. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  988. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  989. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  990. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  991. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  992. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  993. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  994. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  995. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  996. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  997. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  998. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  999. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  1000. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  1001. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  1002. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  1003. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  1004. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  1005. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  1006. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  1007. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  1008. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  1009. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  1010. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  1011. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  1012. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  1013. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  1014. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  1015. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1016. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1017. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1018. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  1019. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  1020. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  1021. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  1022. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  1023. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  1024. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  1025.  
  1026. 2019-08-29 11:24:28.367 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  1027.  
  1028. java.lang.NullPointerException: null
  1029. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  1030. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  1031. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  1032. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  1033. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  1034. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  1035. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  1036. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  1037. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  1038. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1039. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  1040. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1041. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  1042. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  1043. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  1044. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  1045. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  1046. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  1047. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  1048. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  1049. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  1050. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  1051. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  1052. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  1053. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  1054. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  1055. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  1056. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  1057. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  1058. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  1059. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  1060. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  1061. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1062. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1063. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1064. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  1065. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  1066. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  1067. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  1068. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  1069. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  1070. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  1071.  
  1072. 2019-08-29 11:26:51.308 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  1073.  
  1074. java.lang.NullPointerException: null
  1075. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  1076. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  1077. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  1078. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  1079. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  1080. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  1081. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  1082. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  1083. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  1084. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1085. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  1086. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1087. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  1088. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  1089. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  1090. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  1091. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  1092. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  1093. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  1094. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  1095. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  1096. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  1097. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  1098. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  1099. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  1100. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  1101. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  1102. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  1103. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  1104. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  1105. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  1106. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  1107. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1108. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1109. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1110. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  1111. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  1112. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  1113. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  1114. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  1115. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  1116. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  1117.  
  1118. 2019-08-29 11:27:51.942 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  1119.  
  1120. java.lang.NullPointerException: null
  1121. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  1122. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  1123. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  1124. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  1125. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  1126. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  1127. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  1128. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  1129. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  1130. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1131. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  1132. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1133. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  1134. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  1135. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  1136. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  1137. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  1138. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  1139. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  1140. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  1141. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  1142. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  1143. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  1144. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  1145. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  1146. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  1147. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  1148. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  1149. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  1150. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  1151. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  1152. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  1153. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1154. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1155. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1156. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  1157. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  1158. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  1159. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  1160. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  1161. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  1162. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  1163.  
  1164. 2019-08-29 11:28:02.031 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  1165.  
  1166. java.lang.NullPointerException: null
  1167. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  1168. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  1169. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  1170. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  1171. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  1172. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  1173. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  1174. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  1175. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  1176. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1177. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  1178. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1179. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  1180. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  1181. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  1182. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  1183. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  1184. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  1185. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  1186. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  1187. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  1188. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  1189. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  1190. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  1191. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  1192. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  1193. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  1194. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  1195. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  1196. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  1197. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  1198. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  1199. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1200. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1201. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1202. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  1203. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  1204. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  1205. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  1206. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  1207. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  1208. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  1209.  
  1210. 2019-08-29 11:28:23.717 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  1211.  
  1212. java.lang.NullPointerException: null
  1213. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  1214. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  1215. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  1216. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  1217. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  1218. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  1219. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  1220. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  1221. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  1222. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1223. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  1224. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1225. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  1226. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  1227. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  1228. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  1229. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  1230. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  1231. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  1232. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  1233. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  1234. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  1235. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  1236. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  1237. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  1238. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  1239. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  1240. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  1241. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  1242. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  1243. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  1244. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  1245. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1246. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1247. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1248. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  1249. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  1250. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  1251. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  1252. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  1253. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  1254. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  1255.  
  1256. 2019-08-29 11:28:23.718 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  1257.  
  1258. java.lang.NullPointerException: null
  1259. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  1260. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  1261. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  1262. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  1263. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  1264. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  1265. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  1266. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  1267. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  1268. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1269. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  1270. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1271. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  1272. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  1273. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  1274. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  1275. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  1276. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  1277. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  1278. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  1279. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  1280. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  1281. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  1282. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  1283. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  1284. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  1285. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  1286. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  1287. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  1288. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  1289. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  1290. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  1291. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1292. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1293. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1294. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  1295. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  1296. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  1297. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  1298. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  1299. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  1300. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  1301.  
  1302. 2019-08-29 11:28:23.719 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  1303.  
  1304. java.lang.NullPointerException: null
  1305. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  1306. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  1307. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  1308. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  1309. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  1310. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  1311. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  1312. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  1313. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  1314. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1315. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  1316. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1317. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  1318. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  1319. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  1320. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  1321. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  1322. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  1323. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  1324. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  1325. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  1326. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  1327. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  1328. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  1329. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  1330. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  1331. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  1332. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  1333. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  1334. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  1335. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  1336. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  1337. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1338. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1339. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1340. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  1341. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  1342. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  1343. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  1344. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  1345. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  1346. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  1347.  
  1348. 2019-08-29 11:28:23.720 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  1349.  
  1350. java.lang.NullPointerException: null
  1351. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  1352. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  1353. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  1354. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  1355. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  1356. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  1357. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  1358. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  1359. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  1360. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1361. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  1362. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1363. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  1364. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  1365. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  1366. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  1367. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  1368. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  1369. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  1370. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  1371. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  1372. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  1373. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  1374. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  1375. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  1376. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  1377. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  1378. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  1379. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  1380. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  1381. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  1382. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  1383. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1384. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1385. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1386. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  1387. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  1388. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  1389. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  1390. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  1391. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  1392. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  1393.  
  1394. 2019-08-29 11:28:23.721 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  1395.  
  1396. java.lang.NullPointerException: null
  1397. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  1398. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  1399. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  1400. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  1401. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  1402. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  1403. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  1404. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  1405. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  1406. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1407. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  1408. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1409. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  1410. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  1411. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  1412. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  1413. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  1414. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  1415. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  1416. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  1417. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  1418. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  1419. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  1420. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  1421. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  1422. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  1423. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  1424. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  1425. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  1426. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  1427. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  1428. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  1429. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1430. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1431. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1432. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  1433. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  1434. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  1435. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  1436. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  1437. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  1438. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  1439.  
  1440. 2019-08-29 11:29:01.128 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  1441.  
  1442. java.lang.NullPointerException: null
  1443. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  1444. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  1445. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  1446. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  1447. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  1448. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  1449. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  1450. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  1451. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  1452. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1453. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  1454. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1455. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  1456. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  1457. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  1458. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  1459. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  1460. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  1461. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  1462. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  1463. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  1464. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  1465. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  1466. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  1467. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  1468. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  1469. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  1470. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  1471. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  1472. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  1473. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  1474. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  1475. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1476. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1477. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1478. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  1479. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  1480. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  1481. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  1482. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  1483. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  1484. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  1485.  
  1486. 2019-08-29 11:29:01.129 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  1487.  
  1488. java.lang.NullPointerException: null
  1489. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  1490. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  1491. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  1492. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  1493. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  1494. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  1495. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  1496. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  1497. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  1498. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1499. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  1500. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1501. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  1502. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  1503. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  1504. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  1505. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  1506. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  1507. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  1508. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  1509. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  1510. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  1511. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  1512. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  1513. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  1514. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  1515. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  1516. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  1517. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  1518. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  1519. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  1520. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  1521. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1522. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1523. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1524. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  1525. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  1526. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  1527. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  1528. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  1529. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  1530. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  1531.  
  1532. 2019-08-29 11:29:23.706 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  1533.  
  1534. java.lang.NullPointerException: null
  1535. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  1536. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  1537. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  1538. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  1539. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  1540. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  1541. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:163) [downlords-faf-client-0.10.7.jar:0.10.7]
  1542. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  1543. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  1544. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  1545. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  1546. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  1547. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) [guava-27.0-jre.jar:na]
  1548. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) [guava-27.0-jre.jar:na]
  1549. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) [guava-27.0-jre.jar:na]
  1550. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) [guava-27.0-jre.jar:na]
  1551. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) [guava-27.0-jre.jar:na]
  1552. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) [guava-27.0-jre.jar:na]
  1553. at com.google.common.eventbus.EventBus.post(EventBus.java:212) [guava-27.0-jre.jar:na]
  1554. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) [downlords-faf-client-0.10.7.jar:0.10.7]
  1555. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) [downlords-faf-client-0.10.7.jar:0.10.7]
  1556. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) [downlords-faf-client-0.10.7.jar:0.10.7]
  1557. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  1558. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  1559. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  1560. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  1561. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  1562. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  1563. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  1564.  
  1565. 2019-08-29 11:30:07.679 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  1566.  
  1567. java.lang.NullPointerException: null
  1568. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  1569. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  1570. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  1571. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  1572. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  1573. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  1574. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  1575. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  1576. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  1577. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1578. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  1579. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1580. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  1581. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  1582. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  1583. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  1584. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  1585. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  1586. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  1587. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  1588. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  1589. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  1590. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  1591. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  1592. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  1593. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  1594. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  1595. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  1596. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  1597. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  1598. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  1599. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  1600. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1601. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1602. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1603. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  1604. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  1605. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  1606. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  1607. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  1608. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  1609. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  1610.  
  1611. 2019-08-29 11:30:07.680 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  1612.  
  1613. java.lang.NullPointerException: null
  1614. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  1615. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  1616. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  1617. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  1618. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  1619. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  1620. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  1621. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  1622. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  1623. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1624. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  1625. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1626. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  1627. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  1628. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  1629. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  1630. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  1631. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  1632. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  1633. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  1634. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  1635. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  1636. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  1637. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  1638. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  1639. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  1640. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  1641. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  1642. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  1643. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  1644. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  1645. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  1646. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1647. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1648. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1649. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  1650. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  1651. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  1652. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  1653. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  1654. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  1655. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  1656.  
  1657. 2019-08-29 11:30:57.084 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  1658.  
  1659. java.lang.NullPointerException: null
  1660. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  1661. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  1662. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  1663. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  1664. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  1665. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  1666. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  1667. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  1668. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  1669. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1670. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  1671. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1672. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  1673. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  1674. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  1675. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  1676. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  1677. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  1678. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  1679. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  1680. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  1681. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  1682. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  1683. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  1684. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  1685. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  1686. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  1687. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  1688. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  1689. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  1690. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  1691. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  1692. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1693. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1694. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1695. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  1696. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  1697. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  1698. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  1699. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  1700. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  1701. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  1702.  
  1703. 2019-08-29 11:30:57.085 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  1704.  
  1705. java.lang.NullPointerException: null
  1706. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  1707. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  1708. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  1709. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  1710. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  1711. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  1712. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  1713. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  1714. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  1715. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1716. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  1717. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1718. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  1719. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  1720. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  1721. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  1722. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  1723. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  1724. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  1725. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  1726. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  1727. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  1728. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  1729. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  1730. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  1731. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  1732. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  1733. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  1734. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  1735. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  1736. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  1737. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  1738. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1739. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1740. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1741. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  1742. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  1743. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  1744. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  1745. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  1746. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  1747. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  1748.  
  1749. 2019-08-29 11:30:57.086 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  1750.  
  1751. java.lang.NullPointerException: null
  1752. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  1753. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  1754. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  1755. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  1756. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  1757. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  1758. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  1759. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  1760. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  1761. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1762. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  1763. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1764. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  1765. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  1766. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  1767. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  1768. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  1769. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  1770. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  1771. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  1772. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  1773. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  1774. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  1775. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  1776. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  1777. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  1778. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  1779. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  1780. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  1781. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  1782. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  1783. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  1784. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1785. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1786. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1787. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  1788. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  1789. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  1790. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  1791. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  1792. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  1793. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  1794.  
  1795. 2019-08-29 11:30:57.087 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  1796.  
  1797. java.lang.NullPointerException: null
  1798. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  1799. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  1800. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  1801. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  1802. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  1803. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  1804. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  1805. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  1806. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  1807. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1808. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  1809. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1810. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  1811. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  1812. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  1813. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  1814. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  1815. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  1816. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  1817. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  1818. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  1819. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  1820. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  1821. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  1822. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  1823. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  1824. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  1825. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  1826. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  1827. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  1828. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  1829. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  1830. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1831. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1832. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1833. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  1834. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  1835. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  1836. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  1837. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  1838. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  1839. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  1840.  
  1841. 2019-08-29 11:32:00.624 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  1842.  
  1843. java.lang.NullPointerException: null
  1844. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  1845. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  1846. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  1847. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  1848. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  1849. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  1850. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  1851. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  1852. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  1853. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1854. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  1855. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1856. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  1857. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  1858. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  1859. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  1860. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  1861. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  1862. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  1863. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  1864. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  1865. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  1866. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  1867. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  1868. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  1869. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  1870. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  1871. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  1872. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  1873. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  1874. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  1875. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  1876. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1877. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1878. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1879. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  1880. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  1881. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  1882. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  1883. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  1884. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  1885. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  1886.  
  1887. 2019-08-29 11:32:00.625 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  1888.  
  1889. java.lang.NullPointerException: null
  1890. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  1891. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  1892. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  1893. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  1894. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  1895. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  1896. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  1897. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  1898. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  1899. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1900. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  1901. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1902. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  1903. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  1904. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  1905. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  1906. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  1907. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  1908. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  1909. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  1910. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  1911. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  1912. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  1913. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  1914. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  1915. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  1916. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  1917. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  1918. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  1919. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  1920. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  1921. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  1922. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1923. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1924. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1925. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  1926. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  1927. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  1928. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  1929. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  1930. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  1931. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  1932.  
  1933. 2019-08-29 11:32:00.626 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  1934.  
  1935. java.lang.NullPointerException: null
  1936. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  1937. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  1938. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  1939. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  1940. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  1941. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  1942. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  1943. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  1944. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  1945. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1946. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  1947. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1948. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  1949. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  1950. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  1951. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  1952. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  1953. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  1954. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  1955. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  1956. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  1957. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  1958. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  1959. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  1960. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  1961. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  1962. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  1963. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  1964. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  1965. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  1966. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  1967. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  1968. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1969. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1970. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  1971. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  1972. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  1973. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  1974. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  1975. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  1976. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  1977. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  1978.  
  1979. 2019-08-29 11:32:00.627 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  1980.  
  1981. java.lang.NullPointerException: null
  1982. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  1983. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  1984. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  1985. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  1986. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  1987. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  1988. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  1989. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  1990. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  1991. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1992. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  1993. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  1994. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  1995. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  1996. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  1997. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  1998. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  1999. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  2000. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  2001. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  2002. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  2003. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  2004. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  2005. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  2006. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  2007. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  2008. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  2009. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  2010. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  2011. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  2012. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  2013. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  2014. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2015. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2016. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2017. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  2018. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  2019. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  2020. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  2021. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  2022. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  2023. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  2024.  
  2025. 2019-08-29 11:32:47.568 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  2026.  
  2027. java.lang.NullPointerException: null
  2028. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  2029. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  2030. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  2031. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  2032. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  2033. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  2034. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  2035. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  2036. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  2037. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2038. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  2039. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2040. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  2041. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  2042. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  2043. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  2044. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  2045. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  2046. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  2047. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  2048. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  2049. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  2050. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  2051. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  2052. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  2053. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  2054. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  2055. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  2056. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  2057. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  2058. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  2059. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  2060. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2061. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2062. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2063. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  2064. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  2065. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  2066. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  2067. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  2068. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  2069. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  2070.  
  2071. 2019-08-29 11:32:47.569 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  2072.  
  2073. java.lang.NullPointerException: null
  2074. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  2075. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  2076. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  2077. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  2078. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  2079. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  2080. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  2081. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  2082. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  2083. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2084. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  2085. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2086. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  2087. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  2088. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  2089. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  2090. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  2091. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  2092. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  2093. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  2094. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  2095. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  2096. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  2097. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  2098. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  2099. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  2100. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  2101. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  2102. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  2103. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  2104. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  2105. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  2106. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2107. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2108. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2109. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  2110. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  2111. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  2112. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  2113. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  2114. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  2115. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  2116.  
  2117. 2019-08-29 11:32:47.570 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  2118.  
  2119. java.lang.NullPointerException: null
  2120. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  2121. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  2122. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  2123. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  2124. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  2125. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  2126. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  2127. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  2128. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  2129. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2130. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  2131. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2132. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  2133. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  2134. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  2135. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  2136. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  2137. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  2138. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  2139. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  2140. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  2141. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  2142. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  2143. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  2144. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  2145. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  2146. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  2147. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  2148. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  2149. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  2150. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  2151. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  2152. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2153. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2154. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2155. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  2156. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  2157. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  2158. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  2159. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  2160. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  2161. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  2162.  
  2163. 2019-08-29 11:32:47.571 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  2164.  
  2165. java.lang.NullPointerException: null
  2166. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  2167. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  2168. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  2169. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  2170. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  2171. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  2172. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  2173. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  2174. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  2175. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2176. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  2177. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2178. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  2179. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  2180. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  2181. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  2182. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  2183. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  2184. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  2185. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  2186. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  2187. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  2188. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  2189. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  2190. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  2191. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  2192. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  2193. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  2194. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  2195. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  2196. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  2197. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  2198. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2199. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2200. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2201. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  2202. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  2203. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  2204. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  2205. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  2206. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  2207. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  2208.  
  2209. 2019-08-29 11:33:07.771 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  2210.  
  2211. java.lang.NullPointerException: null
  2212. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  2213. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  2214. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  2215. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  2216. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  2217. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  2218. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  2219. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  2220. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  2221. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2222. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  2223. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2224. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  2225. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  2226. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  2227. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  2228. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  2229. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  2230. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  2231. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  2232. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  2233. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  2234. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  2235. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  2236. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  2237. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  2238. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  2239. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  2240. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  2241. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  2242. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  2243. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  2244. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2245. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2246. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2247. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  2248. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  2249. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  2250. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  2251. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  2252. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  2253. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  2254.  
  2255. 2019-08-29 11:33:41.048 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  2256. 2019-08-29 11:33:46.077 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  2257. 2019-08-29 11:33:47.965 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: BottleneckCleared
  2258. 2019-08-29 11:33:48.121 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  2259. 2019-08-29 11:33:48.138 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: BottleneckCleared
  2260. 2019-08-29 11:35:48.770 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  2261.  
  2262. java.lang.NullPointerException: null
  2263. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  2264. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  2265. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  2266. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  2267. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  2268. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  2269. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  2270. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  2271. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  2272. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2273. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  2274. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2275. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  2276. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  2277. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  2278. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  2279. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  2280. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  2281. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  2282. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  2283. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  2284. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  2285. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  2286. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  2287. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  2288. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  2289. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  2290. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  2291. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  2292. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  2293. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  2294. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  2295. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2296. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2297. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2298. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  2299. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  2300. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  2301. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  2302. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  2303. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  2304. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  2305.  
  2306. 2019-08-29 11:35:48.771 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  2307.  
  2308. java.lang.NullPointerException: null
  2309. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  2310. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  2311. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  2312. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  2313. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  2314. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  2315. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  2316. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  2317. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  2318. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2319. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  2320. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2321. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  2322. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  2323. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  2324. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  2325. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  2326. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  2327. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  2328. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  2329. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  2330. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  2331. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  2332. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  2333. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  2334. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  2335. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  2336. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  2337. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  2338. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  2339. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  2340. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  2341. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2342. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2343. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2344. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  2345. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  2346. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  2347. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  2348. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  2349. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  2350. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  2351.  
  2352. 2019-08-29 11:35:48.772 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  2353.  
  2354. java.lang.NullPointerException: null
  2355. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  2356. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  2357. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  2358. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  2359. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  2360. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  2361. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  2362. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  2363. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  2364. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2365. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  2366. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2367. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  2368. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  2369. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  2370. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  2371. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  2372. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  2373. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  2374. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  2375. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  2376. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  2377. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  2378. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  2379. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  2380. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  2381. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  2382. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  2383. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  2384. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  2385. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  2386. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  2387. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2388. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2389. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2390. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  2391. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  2392. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  2393. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  2394. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  2395. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  2396. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  2397.  
  2398. 2019-08-29 11:35:55.858 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  2399.  
  2400. java.lang.NullPointerException: null
  2401. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  2402. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  2403. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  2404. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  2405. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  2406. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  2407. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  2408. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  2409. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  2410. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2411. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  2412. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2413. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  2414. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  2415. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  2416. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  2417. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  2418. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  2419. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  2420. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  2421. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  2422. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  2423. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  2424. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  2425. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  2426. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  2427. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  2428. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  2429. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  2430. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  2431. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  2432. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  2433. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2434. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2435. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2436. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  2437. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  2438. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  2439. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  2440. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  2441. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  2442. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  2443.  
  2444. 2019-08-29 11:35:55.859 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  2445.  
  2446. java.lang.NullPointerException: null
  2447. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  2448. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  2449. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  2450. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  2451. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  2452. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  2453. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  2454. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  2455. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  2456. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2457. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  2458. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2459. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  2460. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  2461. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  2462. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  2463. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  2464. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  2465. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  2466. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  2467. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  2468. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  2469. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  2470. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  2471. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  2472. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  2473. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  2474. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  2475. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  2476. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  2477. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  2478. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  2479. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2480. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2481. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2482. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  2483. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  2484. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  2485. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  2486. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  2487. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  2488. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  2489.  
  2490. 2019-08-29 11:36:00.958 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  2491.  
  2492. java.lang.NullPointerException: null
  2493. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  2494. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  2495. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  2496. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  2497. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  2498. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  2499. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  2500. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  2501. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  2502. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2503. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  2504. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2505. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  2506. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  2507. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  2508. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  2509. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  2510. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  2511. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  2512. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  2513. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  2514. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  2515. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  2516. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  2517. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  2518. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  2519. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  2520. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  2521. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  2522. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  2523. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  2524. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  2525. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2526. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2527. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2528. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  2529. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  2530. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  2531. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  2532. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  2533. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  2534. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  2535.  
  2536. 2019-08-29 11:36:00.959 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  2537.  
  2538. java.lang.NullPointerException: null
  2539. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  2540. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  2541. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  2542. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  2543. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  2544. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  2545. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  2546. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  2547. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  2548. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2549. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  2550. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2551. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  2552. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  2553. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  2554. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  2555. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  2556. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  2557. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  2558. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  2559. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  2560. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  2561. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  2562. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  2563. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  2564. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  2565. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  2566. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  2567. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  2568. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  2569. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  2570. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  2571. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2572. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2573. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2574. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  2575. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  2576. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  2577. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  2578. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  2579. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  2580. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  2581.  
  2582. 2019-08-29 11:36:00.960 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  2583.  
  2584. java.lang.NullPointerException: null
  2585. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  2586. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  2587. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  2588. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  2589. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  2590. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  2591. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  2592. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  2593. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  2594. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2595. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  2596. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2597. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  2598. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  2599. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  2600. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  2601. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  2602. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  2603. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  2604. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  2605. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  2606. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  2607. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  2608. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  2609. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  2610. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  2611. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  2612. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  2613. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  2614. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  2615. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  2616. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  2617. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2618. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2619. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2620. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  2621. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  2622. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  2623. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  2624. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  2625. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  2626. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  2627.  
  2628. 2019-08-29 11:36:00.961 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  2629.  
  2630. java.lang.NullPointerException: null
  2631. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  2632. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  2633. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  2634. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  2635. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  2636. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  2637. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  2638. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  2639. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  2640. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2641. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  2642. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2643. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  2644. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  2645. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  2646. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  2647. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  2648. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  2649. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  2650. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  2651. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  2652. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  2653. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  2654. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  2655. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  2656. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  2657. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  2658. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  2659. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  2660. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  2661. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  2662. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  2663. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2664. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2665. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2666. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  2667. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  2668. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  2669. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  2670. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  2671. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  2672. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  2673.  
  2674. 2019-08-29 11:36:00.962 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  2675.  
  2676. java.lang.NullPointerException: null
  2677. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  2678. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  2679. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  2680. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  2681. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  2682. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  2683. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  2684. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  2685. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  2686. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2687. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  2688. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2689. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  2690. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  2691. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  2692. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  2693. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  2694. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  2695. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  2696. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  2697. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  2698. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  2699. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  2700. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  2701. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  2702. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  2703. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  2704. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  2705. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  2706. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  2707. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  2708. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  2709. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2710. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2711. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2712. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  2713. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  2714. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  2715. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  2716. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  2717. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  2718. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  2719.  
  2720. 2019-08-29 11:36:00.962 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  2721.  
  2722. java.lang.NullPointerException: null
  2723. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  2724. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  2725. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  2726. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  2727. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  2728. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  2729. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  2730. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  2731. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  2732. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2733. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  2734. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2735. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  2736. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  2737. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  2738. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  2739. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  2740. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  2741. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  2742. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  2743. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  2744. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  2745. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  2746. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  2747. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  2748. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  2749. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  2750. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  2751. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  2752. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  2753. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  2754. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  2755. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2756. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2757. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2758. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  2759. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  2760. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  2761. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  2762. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  2763. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  2764. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  2765.  
  2766. 2019-08-29 11:36:00.963 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  2767.  
  2768. java.lang.NullPointerException: null
  2769. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  2770. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  2771. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  2772. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  2773. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  2774. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  2775. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  2776. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  2777. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  2778. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2779. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  2780. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2781. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  2782. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  2783. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  2784. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  2785. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  2786. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  2787. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  2788. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  2789. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  2790. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  2791. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  2792. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  2793. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  2794. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  2795. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  2796. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  2797. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  2798. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  2799. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  2800. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  2801. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2802. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2803. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2804. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  2805. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  2806. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  2807. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  2808. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  2809. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  2810. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  2811.  
  2812. 2019-08-29 11:36:57.134 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  2813. 2019-08-29 11:37:02.244 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  2814. 2019-08-29 11:37:07.322 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  2815. 2019-08-29 11:37:12.324 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  2816. 2019-08-29 11:37:17.678 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  2817. 2019-08-29 11:37:21.484 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  2818.  
  2819. java.lang.NullPointerException: null
  2820. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  2821. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  2822. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  2823. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  2824. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  2825. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  2826. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  2827. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  2828. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  2829. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2830. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  2831. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2832. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  2833. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  2834. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  2835. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  2836. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  2837. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  2838. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  2839. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  2840. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  2841. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  2842. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  2843. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  2844. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  2845. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  2846. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  2847. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  2848. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  2849. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  2850. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  2851. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  2852. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2853. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2854. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2855. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  2856. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  2857. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  2858. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  2859. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  2860. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  2861. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  2862.  
  2863. 2019-08-29 11:37:23.613 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  2864. 2019-08-29 11:37:28.616 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  2865. 2019-08-29 11:37:33.621 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  2866. 2019-08-29 11:37:38.624 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  2867. 2019-08-29 11:37:43.673 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  2868. 2019-08-29 11:37:49.324 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  2869. 2019-08-29 11:37:54.887 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  2870. 2019-08-29 11:38:00.014 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  2871. 2019-08-29 11:38:05.157 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  2872. 2019-08-29 11:38:10.159 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  2873. 2019-08-29 11:38:15.370 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  2874. 2019-08-29 11:38:20.845 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  2875. 2019-08-29 11:38:26.766 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  2876. 2019-08-29 11:38:27.209 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  2877.  
  2878. java.lang.NullPointerException: null
  2879. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  2880. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  2881. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  2882. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  2883. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  2884. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  2885. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  2886. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  2887. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  2888. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2889. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  2890. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2891. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  2892. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  2893. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  2894. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  2895. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  2896. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  2897. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  2898. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  2899. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  2900. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  2901. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  2902. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  2903. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  2904. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  2905. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  2906. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  2907. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  2908. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  2909. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  2910. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  2911. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2912. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2913. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2914. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  2915. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  2916. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  2917. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  2918. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  2919. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  2920. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  2921.  
  2922. 2019-08-29 11:38:27.210 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  2923.  
  2924. java.lang.NullPointerException: null
  2925. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  2926. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  2927. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  2928. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  2929. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  2930. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  2931. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  2932. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  2933. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  2934. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2935. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  2936. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  2937. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  2938. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  2939. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  2940. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  2941. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  2942. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  2943. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  2944. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  2945. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  2946. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  2947. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  2948. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  2949. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  2950. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  2951. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  2952. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  2953. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  2954. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  2955. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  2956. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  2957. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2958. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2959. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  2960. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  2961. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  2962. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  2963. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  2964. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  2965. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  2966. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  2967.  
  2968. 2019-08-29 11:38:31.768 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  2969. 2019-08-29 11:38:36.770 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  2970. 2019-08-29 11:38:41.773 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  2971. 2019-08-29 11:38:44.473 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  2972.  
  2973. java.lang.NullPointerException: null
  2974. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  2975. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  2976. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  2977. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  2978. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  2979. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  2980. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:163) [downlords-faf-client-0.10.7.jar:0.10.7]
  2981. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  2982. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  2983. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  2984. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  2985. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  2986. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) [guava-27.0-jre.jar:na]
  2987. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) [guava-27.0-jre.jar:na]
  2988. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) [guava-27.0-jre.jar:na]
  2989. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) [guava-27.0-jre.jar:na]
  2990. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) [guava-27.0-jre.jar:na]
  2991. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) [guava-27.0-jre.jar:na]
  2992. at com.google.common.eventbus.EventBus.post(EventBus.java:212) [guava-27.0-jre.jar:na]
  2993. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) [downlords-faf-client-0.10.7.jar:0.10.7]
  2994. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) [downlords-faf-client-0.10.7.jar:0.10.7]
  2995. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) [downlords-faf-client-0.10.7.jar:0.10.7]
  2996. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  2997. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  2998. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  2999. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  3000. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  3001. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  3002. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
  3003.  
  3004. 2019-08-29 11:38:46.827 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  3005. 2019-08-29 11:38:51.830 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  3006. 2019-08-29 11:38:57.768 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  3007. 2019-08-29 11:39:03.718 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  3008. 2019-08-29 11:39:09.254 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  3009. 2019-08-29 11:39:14.426 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  3010. 2019-08-29 11:39:19.428 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  3011. 2019-08-29 11:39:24.432 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: Bottleneck
  3012. 2019-08-29 11:39:24.560 WARN 8344 --- [JJsonPeer] c.f.client.fa.relay.GpgClientCommand : Unknown lobby action: BottleneckCleared
  3013. 2019-08-29 11:39:26.094 INFO 8344 --- [Thread-187] c.f.client.replay.ReplayFileWriterImpl : Writing replay file to C:\ProgramData\FAForever\replays\10147935-Jip.fafreplay (729.7 KiB)
  3014. 2019-08-29 11:39:26.511 INFO 8344 --- [pool-3-thread-33] com.faforever.client.game.GameService : Forged Alliance terminated with exit code 0
  3015. 2019-08-29 11:39:50.601 WARN 8344 --- [JavaFX Application Thread] javafx.beans : Exception while evaluating binding
  3016.  
  3017. java.lang.NullPointerException: null
  3018. at com.faforever.client.player.Player.lambda$setGame$0(Player.java:261) [downlords-faf-client-0.10.7.jar:0.10.7]
  3019. at javafx.base/javafx.beans.binding.Bindings$6.computeValue(Unknown Source) [javafx.base:na]
  3020. at javafx.base/javafx.beans.binding.ObjectBinding.get(Unknown Source) [javafx.base:na]
  3021. at javafx.base/javafx.beans.binding.ObjectExpression.getValue(Unknown Source) [javafx.base:na]
  3022. at javafx.base/javafx.beans.property.ObjectPropertyBase.unbind(Unknown Source) [javafx.base:na]
  3023. at com.faforever.client.player.Player.setGame(Player.java:257) [downlords-faf-client-0.10.7.jar:0.10.7]
  3024. at com.faforever.client.player.PlayerService.updateGameDataForPlayer(PlayerService.java:179) [downlords-faf-client-0.10.7.jar:0.10.7]
  3025. at com.faforever.client.player.PlayerService.lambda$updateGamePlayers$4(PlayerService.java:154) [downlords-faf-client-0.10.7.jar:0.10.7]
  3026. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[na:na]
  3027. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  3028. at java.base/java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[na:na]
  3029. at java.base/java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[na:na]
  3030. at java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[na:na]
  3031. at java.base/java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[na:na]
  3032. at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[na:na]
  3033. at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[na:na]
  3034. at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[na:na]
  3035. at java.base/java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[na:na]
  3036. at java.base/java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[na:na]
  3037. at com.faforever.client.player.PlayerService.updateGamePlayers(PlayerService.java:152) [downlords-faf-client-0.10.7.jar:0.10.7]
  3038. at com.faforever.client.player.PlayerService.updateGameForPlayersInGame(PlayerService.java:112) [downlords-faf-client-0.10.7.jar:0.10.7]
  3039. at com.faforever.client.player.PlayerService.onGameUpdated(PlayerService.java:95) [downlords-faf-client-0.10.7.jar:0.10.7]
  3040. at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(Unknown Source) ~[na:na]
  3041. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:na]
  3042. at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[na:na]
  3043. at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:87) ~[guava-27.0-jre.jar:na]
  3044. at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:144) ~[guava-27.0-jre.jar:na]
  3045. at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:72) ~[guava-27.0-jre.jar:na]
  3046. at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30) ~[guava-27.0-jre.jar:na]
  3047. at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:67) ~[guava-27.0-jre.jar:na]
  3048. at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:108) ~[guava-27.0-jre.jar:na]
  3049. at com.google.common.eventbus.EventBus.post(EventBus.java:212) ~[guava-27.0-jre.jar:na]
  3050. at com.faforever.client.game.GameService.createOrUpdateGame(GameService.java:654) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  3051. at com.faforever.client.game.GameService.onGameInfo(GameService.java:604) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  3052. at com.faforever.client.game.GameService.lambda$afterPropertiesSet$34(GameService.java:575) ~[downlords-faf-client-0.10.7.jar:0.10.7]
  3053. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$9(Unknown Source) ~[javafx.graphics:na]
  3054. at java.base/java.security.AccessController.doPrivileged(Native Method) ~[na:na]
  3055. at javafx.graphics/com.sun.javafx.application.PlatformImpl.lambda$runLater$10(Unknown Source) ~[javafx.graphics:na]
  3056. at javafx.graphics/com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Source) ~[javafx.graphics:na]
  3057. at javafx.graphics/com.sun.glass.ui.win.WinApplication._runLoop(Native Method) ~[javafx.graphics:na]
  3058. at javafx.graphics/com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(Unknown Source) ~[javafx.graphics:na]
  3059. at java.base/java.lang.Thread.run(Unknown Source) ~[na:na]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement