Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.NullPointerException: Profile name must not be null #1439

Closed
3 of 4 tasks
DexterSK opened this issue Oct 1, 2023 · 1 comment
Closed
3 of 4 tasks

java.lang.NullPointerException: Profile name must not be null #1439

DexterSK opened this issue Oct 1, 2023 · 1 comment
Labels
upstream Issue is caused by or better fit for upstream (Paper, Spigot, etc.)

Comments

@DexterSK
Copy link

DexterSK commented Oct 1, 2023

Spark link

https://spark.lucko.me/3lkcLZdtRr

Expected behavior

No error / warning

Observed/Actual behavior

java.lang.NullPointerException: Profile name must not be null at java.util.Objects.requireNonNull(Objects.java:233) ~[?:?] at com.mojang.authlib.GameProfile.<init>(GameProfile.java:31) ~[authlib-5.0.47.jar:?] at org.bukkit.craftbukkit.v1_20_R2.inventory.CraftMetaSkull.setOwningPlayer(CraftMetaSkull.java:248) ~[purpur-1.20.2.jar:git-Purpur-2064] at sk.DexterSK.CoinFlip.common.game.CoinFlipGame.lambda$0(CoinFlipGame.java:54) ~[AdvancedCoinflip-6.7.jar:?] at org.bukkit.craftbukkit.v1_20_R2.scheduler.CraftTask.run(CraftTask.java:101) ~[purpur-1.20.2.jar:git-Purpur-2064] at org.bukkit.craftbukkit.v1_20_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57) ~[purpur-1.20.2.jar:git-Purpur-2064] at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[purpur-1.20.2.jar:?] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?] at java.lang.Thread.run(Thread.java:833) ~[?:?]

Steps/models to reproduce

Use setOwningPlayer on PLAYER_HEAD ItemStack

Purpur version

git-Purpur-2064 (MC: 1.20.2)*

Agreements

  • I am running the latest version of Purpur available from https://purpurmc.org/downloads.
  • I have searched for and ensured there isn't already an open issue regarding this.
  • I ticked all the boxes without actually reading them
  • My version of Minecraft is supported by Purpur.

Other

PaperMC/Paper#9770

@granny
Copy link
Member

granny commented Oct 3, 2023

Closing since this is an upstream issue, not a Purpur issue.

@granny granny closed this as not planned Won't fix, can't repro, duplicate, stale Oct 3, 2023
@granny granny added the upstream Issue is caused by or better fit for upstream (Paper, Spigot, etc.) label Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream Issue is caused by or better fit for upstream (Paper, Spigot, etc.)
Projects
None yet
Development

No branches or pull requests

2 participants