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: Cannot invoke "net.minecraft.world.entity.Entity.dD()" because "entity" is null #1

Open
haha44444 opened this issue Nov 1, 2023 · 0 comments

Comments

@haha44444
Copy link

随机崩溃
在出现以下提示后服务端关闭,每次出现问题的区块都不一样,但是每次都是这个方法net.minecraft.world.entity.Entity.dD():
[22:16:50] [Region Scheduler Thread #1/ERROR]: [io.papermc.paper.threadedregions.TickRegionScheduler] Region #158 centered at chunk [-18, -4] in world 'world' failed to tick:
java.lang.NullPointerException: Cannot invoke "net.minecraft.world.entity.Entity.dD()" because "entity" is null
at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1512) ~[sandfolia-1.20.1.jar:git-SandFolia-"da3f06e"]
at io.papermc.paper.threadedregions.TickRegions$ConcreteRegionTickHandle.tickRegion(TickRegions.java:431) ~[sandfolia-1.20.1.jar:git-SandFolia-"da3f06e"]
at io.papermc.paper.threadedregions.TickRegionScheduler$RegionScheduleHandle.runTick(TickRegionScheduler.java:388) ~[sandfolia-1.20.1.jar:git-SandFolia-"da3f06e"]
at ca.spottedleaf.concurrentutil.scheduler.SchedulerThreadPool$TickThreadRunner.run(SchedulerThreadPool.java:540) ~[sandfolia-1.20.1.jar:git-SandFolia-"da3f06e"]
at java.lang.Thread.run(Thread.java:1583) ~[?:?]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant