-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Cannot complete PlayerProfiles: NullPointerException #11447
Copy link
Copy link
Labels
status: acceptedDisputed bug is accepted as valid or Feature accepted as desired to be added.Disputed bug is accepted as valid or Feature accepted as desired to be added.type: bugSomething doesn't work as it was intended to.Something doesn't work as it was intended to.version: 1.21.1Game version 1.21.1Game version 1.21.1
Metadata
Metadata
Assignees
Labels
status: acceptedDisputed bug is accepted as valid or Feature accepted as desired to be added.Disputed bug is accepted as valid or Feature accepted as desired to be added.type: bugSomething doesn't work as it was intended to.Something doesn't work as it was intended to.version: 1.21.1Game version 1.21.1Game version 1.21.1
Type
Fields
Give feedbackNo fields configured for Bug.
Projects
Status
Done
Expected behavior
no npe when completing a profile
Observed/Actual behavior
npe when completing a profile
Steps/models to reproduce
Plugin and Datapack List
irrelevant
Paper version
[16:45:45 INFO]: Checking version, please wait...
[16:45:45 INFO]: This server is running Paper version 1.21.1-110-master@6d7a438 (2024-09-28T22:14:12Z) (Implementing API version 1.21.1-R0.1-SNAPSHOT)
You are running the latest version
Previous version: 1.21.1-85-c5a1066 (MC: 1.21.1)
Other
CraftPlayerProfile#getIdreturns null when the profile id equalsNIL_UUIDwhich is correctThe complete method uses
this.getId()instead ofprofile.getId()MinecraftSessionService#fetchProfilerequires a not-nullprofileIdThis causes the NullPointerException