Wyn-Price / SecretRooms

8 stars 8 forks source link

Breaking one way blocks in server crashed the client #59

Closed Nebula240 closed 2 years ago

Nebula240 commented 3 years ago

crash-2021-09-17_01.51.24-client.txt crash-2021-09-17_01.56.15-client.txt

As it's says, breaking those blocks crashes the client, closing the game.

mdonohue commented 2 years ago

the first log is less clear, but the second one 01.56.16, shows the getPooled NPE error:

java.lang.NullPointerException: Unexpected error
    at com.wynprice.secretrooms.client.world.DelegateWorld.getPooled(DelegateWorld.java:32) ~[?:1.16.5-1.1.3] {re:classloading}
    at com.wynprice.secretrooms.client.world.DelegateWorld.lambda$createFunction$0(DelegateWorld.java:38) ~[?:1.16.5-1.1.3] {re:classloading}
mdonohue commented 2 years ago

this looks like the earliest report of the getPooled NPE bug. The others should be closed as a duplicate of this bug:

60

63

67