Null Pointer on artifact research #763
Labels
bug
Verified bug which needs fixing
Wait for verify
Issue has been implemented but needs verification that it works.
Milestone
Null pointer exception:
java.lang.NullPointerException
at org.openRealmOfStars.player.artifact.ArtifactLists.updateResearchPointByTurn(ArtifactLists.java:341)
at org.openRealmOfStars.game.state.AITurnView.handleAiTurn(AITurnView.java:3788)
at org.openRealmOfStars.game.GameTest.testRunFullGameLongWith12Realms(GameTest.java:407)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Also it looks like artifact research is done even there are no artifacts left to study. This also needs to be fixed.
The text was updated successfully, but these errors were encountered: