hopfenspace / Unciv

Open-source Android/Desktop remake of Civ V
Mozilla Public License 2.0
1 stars 0 forks source link

UninitializedPropertyAccessException when loading APIv2 game from Multiplayer turn notification (Android) #66

Open CrsiX opened 1 year ago

CrsiX commented 1 year ago

The game was in the background (not destroyed yet) and the V2 worker was running; it then received the UpdateGameData event and produced the relevant game notification. Clicking on the notification resulted in the following error:

signal-2023-05-20-124849

The only log entry looking relevant & related is the following:

[05-20 12:48:25.119 703:15023 D/Unciv OnlineMultiplayerFiles]
[threadpool-daemon-4] Uninitialized online multiplayer instance might result in errors later

Since there are no more logs available, it might be related to #29.