Open-Realms-of-Stars icon indicating copy to clipboard operation
Open-Realms-of-Stars copied to clipboard

Null Pointer on artifact research

Open tuomount opened this issue 4 months ago • 0 comments

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.

tuomount avatar Oct 11 '24 19:10 tuomount