PaperMC / Folia

Fork of Paper which adds regionised multithreading to the dedicated server.
GNU General Public License v3.0
3.5k stars 438 forks source link

null #187

Closed RitaSister closed 7 months ago

RitaSister commented 7 months ago

null

ocelotpotpie commented 7 months ago

Please post the full log from startup to crash. You can run it through a Minecraft log paste site to redact IP addresses.

RitaSister commented 7 months ago

https://paste.gg/p/anonymous/a70267179afa4a058f76f2b200b9716b

electronicboy commented 7 months ago

SERVER IS RUNNING WITH VELOCITY(PROXY MODE)

The server is allowing offline mode players to join, and thus this statement is effectively a cover-up to the fact that you're running an unsupported setup.

However, there is a valid bug report here.

electronicboy commented 7 months ago

actually, nope, not a valid bug report, the errors are being thrown by plugins doing stuff which is basically inheriently unsafe of folia

RitaSister commented 7 months ago

sorry, I need time to find this log, wait please, ok?

RitaSister commented 7 months ago

I find this error, you can reopen this issuess? @electronicboy

electronicboy commented 7 months ago

the log file you showed is not a Folia issue

RitaSister commented 7 months ago

Entity threw exception at world:1331.7986503388208,62.52326431274413,-1235.555351045593Entity threw exception at world:1331.7986503388208,62.52326431274413,-1235.555351045593Entity threw exception at world:1331.7986503388208,62.52326431274413,-1235.555351045593Entity threw exception at world:1331.7986503388208,62.52326431274413,-1235.555351045593Entity threw exception at world:1331.7986503388208,62.52326431274413,-1235.555351045593Entity threw exception at world:1331.7986503388208,62.52326431274413,-1235.555351045593

Thread Region Scheduler Thread #0 failed main thread check: Scheduling chunk load off-main

RitaSister commented 7 months ago

I will reposted log error https://paste.gg/p/anonymous/ae271a7892344bda9d44ccbc004e4c48

ocelotpotpie commented 7 months ago

These are plugin issues, not a Folia bug. You're also running an offline mode server. This issue has been closed and won't be re-opened.

RitaSister commented 7 months ago

@electronicboy?

RitaSister commented 7 months ago

These are plugin issues, not a Folia bug. You're also running an offline mode server. This issue has been closed and won't be re-opened.

Where you are see plugin error? YOU check my new replaced log error?

[21:23:10] [Region Scheduler Thread #0/ERROR]: Thread Region Scheduler Thread #0 failed main thread check: Scheduling chunk load off-main --   | java.lang.Throwable: null   | at io.papermc.paper.util.TickThread.ensureTickThread(TickThread.java:71) ~[folia-1.20.4.jar:git-Folia-"7bc26ec"]   | at net.minecraft.server.level.ServerChunkCache.getChunkFutureMainThread(ServerChunkCache.java:308) ~[?:?]   | at net.minecraft.server.level.ServerChunkCache.getChunk(ServerChunkCache.java:236) ~[?:?]   | at net.minecraft.world.level.Level.getChunk(Level.java:922) ~[?:?]   | at net.minecraft.world.level.Level.getBlockState(Level.java:1226) ~[?:?]   | at net.minecraft.world.entity.ai.behavior.JumpOnBed.isBed(JumpOnBed.java:102) ~[?:?]   | at net.minecraft.world.entity.ai.behavior.JumpOnBed.canStillUse(JumpOnBed.java:59) ~[?:?]   | at net.minecraft.world.entity.ai.behavior.JumpOnBed.canStillUse(JumpOnBed.java:27) ~[?:?]   | at net.minecraft.world.entity.ai.behavior.Behavior.tickOrStop(Behavior.java:76) ~[folia-1.20.4.jar:git-Folia-"7bc26ec"]   | at net.minecraft.world.entity.ai.behavior.GateBehavior.tickOrStop(GateBehavior.java:67) ~[?:?]   | at net.minecraft.world.entity.ai.Brain.tickEachRunningBehavior(Brain.java:453) ~[?:?]   | at net.minecraft.world.entity.ai.Brain.tick(Brain.java:390) ~[?:?]   | at net.minecraft.world.entity.npc.Villager.customServerAiStep(Villager.java:257) ~[?:?]   | at net.minecraft.world.entity.npc.Villager.customServerAiStep(Villager.java:252) ~[?:?]   | at net.minecraft.world.entity.Mob.serverAiStep(Mob.java:953) ~[?:?]   | at net.minecraft.world.entity.LivingEntity.aiStep(LivingEntity.java:3406) ~[?:?]   | at net.minecraft.world.entity.Mob.aiStep(Mob.java:695) ~[?:?]   | at net.minecraft.world.entity.AgeableMob.aiStep(AgeableMob.java:155) ~[?:?]   | at net.minecraft.world.entity.LivingEntity.tick(LivingEntity.java:3055) ~[?:?]   | at net.minecraft.world.entity.Mob.tick(Mob.java:457) ~[?:?]   | at net.minecraft.world.entity.npc.Villager.tick(Villager.java:299) ~[?:?]   | at net.minecraft.world.entity.Entity.rideTick(Entity.java:2863) ~[folia-1.20.4.jar:git-Folia-"7bc26ec"]   | at net.minecraft.world.entity.LivingEntity.rideTick(LivingEntity.java:3664) ~[?:?]   | at net.minecraft.server.level.ServerLevel.tickPassenger(ServerLevel.java:1617) ~[?:?]   | at net.minecraft.server.level.ServerLevel.tickNonPassenger(ServerLevel.java:1582) ~[?:?]   | at net.minecraft.world.level.Level.guardEntityTick(Level.java:1370) ~[?:?]   | at net.minecraft.server.level.ServerLevel.lambda$tick$8(ServerLevel.java:1016) ~[?:?]   | at io.papermc.paper.threadedregions.RegionizedWorldData.forEachTickingEntity(RegionizedWorldData.java:613) ~[folia-1.20.4.jar:git-Folia-"7bc26ec"]   | at net.minecraft.server.level.ServerLevel.tick(ServerLevel.java:995) ~[?:?]   | at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1809) ~[folia-1.20.4.jar:git-Folia-"7bc26ec"]   | at net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:446) ~[folia-1.20.4.jar:git-Folia-"7bc26ec"]   | at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1648) ~[folia-1.20.4.jar:git-Folia-"7bc26ec"]   | at io.papermc.paper.threadedregions.TickRegions$ConcreteRegionTickHandle.tickRegion(TickRegions.java:407) ~[folia-1.20.4.jar:git-Folia-"7bc26ec"]   | at io.papermc.paper.threadedregions.TickRegionScheduler$RegionScheduleHandle.runTick(TickRegionScheduler.java:404) ~[folia-1.20.4.jar:git-Folia-"7bc26ec"]   | at ca.spottedleaf.concurrentutil.scheduler.SchedulerThreadPool$TickThreadRunner.run(SchedulerThreadPool.java:525) ~[folia-1.20.4.jar:git-Folia-"7bc26ec"]   | at java.lang.Thread.run(Thread.java:840) ~[?:?]
electronicboy commented 7 months ago

I'll let leaf reopen this if he so desires

RitaSister commented 7 months ago

I'll let leaf reopen this if he so desires

who is this?