MyPet icon indicating copy to clipboard operation
MyPet copied to clipboard

Server Crash

Open Savya-lol opened this issue 1 year ago • 2 comments

Bug report

  • [ ] I have checked other issues to make sure this is not a duplicate.

Describe the bug

A clear and concise description of what the bug is.

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

...

Expected behavior

A clear and concise description of what you expected to happen.

Actual behaviour

If applicable, add screenshots to help explain your problem.

Additional context

Please use the /petadmin ticket command and attach the generated ticket.zip from the MyPet folder to this issue.

Bukkit/Spigot/Bungee Build/Version:

MyPet Build/Version:

What is the expected result?

What happens instead of that?

Error:

PUT ERROR HERE IF NOT LONGER THAN ~10 LINES

Savya-lol avatar Feb 18 '24 11:02 Savya-lol

<!--StartFragment-->
[10:53:26] [Paper Watchdog Thread/ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH  - git-Paper-424 (MC: 1.20.4) ---
--
24445 | [10:53:26] [Paper Watchdog Thread/ERROR]: The server has not responded for 10 seconds! Creating thread dump
24446 | [10:53:26] [Paper Watchdog Thread/ERROR]: ------------------------------
24447 | [10:53:26] [Paper Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
24448 | [10:53:26] [Paper Watchdog Thread/ERROR]: Ticking entity: minecraft:mypet_wither, entity class: de.Keyle.MyPet.compat.v1_20_R3.entity.types.EntityMyWither
24449 | [10:53:26] [Paper Watchdog Thread/ERROR]: Entity status: removed: false, valid: true, alive: true, is passenger: false
24450 | [10:53:26] [Paper Watchdog Thread/ERROR]: Entity UUID: da60d83f-6cac-4c6f-bd1b-5e8fc610f9ed
24451 | [10:53:26] [Paper Watchdog Thread/ERROR]: Position: world: 'world' at location (4211.083158702404, 72.83865550727405, -2252.268286242372)
24452 | [10:53:26] [Paper Watchdog Thread/ERROR]: Velocity: (1.2187854619367774E8, 7.46051538258131E7, -9.376334655594625E7) (in blocks per tick)
24453 | [10:53:26] [Paper Watchdog Thread/ERROR]: Entity AABB: AABB[4210.133158714325, 72.83865550727405, -2253.218286230451] -> [4212.033158690483, 76.33865550727405, -2251.318286254293]
24454 | [10:53:26] [Paper Watchdog Thread/ERROR]: Move call information:
24455 | [10:53:26] [Paper Watchdog Thread/ERROR]: Start position: (4211.083158702404, 72.83865550727405, -2252.268286242372)
24456 | [10:53:26] [Paper Watchdog Thread/ERROR]: Move vector: (1.2187854619367774E8, 7.46051538258131E7, -9.376334655594625E7)
24457 | [10:53:26] [Paper Watchdog Thread/ERROR]: ------------------------------
24458 | [10:53:26] [Paper Watchdog Thread/ERROR]: Current Thread: Server thread
24459 | [10:53:26] [Paper Watchdog Thread/ERROR]: 	PID: 28 \| Suspended: false \| Native: false \| State: RUNNABLE
24460 | [10:53:26] [Paper Watchdog Thread/ERROR]: 	Stack:
24461 | [10:53:26] [Paper Watchdog Thread/ERROR]: 		io.papermc.paper.util.CollisionUtil.getCollisionsForBlocksOrWorldBorder(CollisionUtil.java:1626)
24462 | [10:53:26] [Paper Watchdog Thread/ERROR]: 		io.papermc.paper.util.CollisionUtil.getCollisions(CollisionUtil.java:1801)
24463 | [10:53:26] [Paper Watchdog Thread/ERROR]: 		net.minecraft.world.entity.Entity.collide(Entity.java:1498)
24464 | [10:53:26] [Paper Watchdog Thread/ERROR]: 		net.minecraft.world.entity.Entity.move(Entity.java:1118)
24465 | [10:53:26] [Paper Watchdog Thread/ERROR]: 		MyPet-3.12-SNAPSHOT-B1756.jar//de.Keyle.MyPet.compat.v1_20_R3.entity.EntityMyFlyingPet.a(EntityMyFlyingPet.java:77)
24466 | [10:53:26] [Paper Watchdog Thread/ERROR]: 		MyPet-3.12-SNAPSHOT-B1756.jar//de.Keyle.MyPet.compat.v1_20_R3.entity.EntityMyPet.d_(EntityMyPet.java:1084)
24467 | [10:53:26] [Paper Watchdog Thread/ERROR]: 		net.minecraft.world.entity.LivingEntity.tick(LivingEntity.java:3058)
24468 | [10:53:26] [Paper Watchdog Thread/ERROR]: 		net.minecraft.world.entity.Mob.tick(Mob.java:437)
24469 | [10:53:26] [Paper Watchdog Thread/ERROR]: 		MyPet-3.12-SNAPSHOT-B1756.jar//de.Keyle.MyPet.compat.v1_20_R3.entity.EntityMyPet.l(EntityMyPet.java:1414)
24470 | [10:53:26] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.level.ServerLevel.tickNonPassenger(ServerLevel.java:1409)
24471 | [10:53:26] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.level.WorldServer$$Lambda$15141/0x00007efe42ed5a98.accept(Unknown Source)
24472 | [10:53:26] [Paper Watchdog Thread/ERROR]: 		net.minecraft.world.level.Level.guardEntityTick(Level.java:1309)
24473 | [10:53:26] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.level.ServerLevel.lambda$tick$8(ServerLevel.java:916)
24474 | [10:53:26] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.level.WorldServer$$Lambda$15140/0x00007efe42ed7d70.accept(Unknown Source)
24475 | [10:53:26] [Paper Watchdog Thread/ERROR]: 		net.minecraft.world.level.entity.EntityTickList.forEach(EntityTickList.java:42)
24476 | [10:53:26] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.level.ServerLevel.tick(ServerLevel.java:896)
24477 | [10:53:26] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1714)
24478 | [10:53:26] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.dedicated.DedicatedServer.tickChildren(DedicatedServer.java:447)
24479 | [10:53:26] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1515)
24480 | [10:53:26] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1216)
24481 | [10:53:26] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:319)
24482 | [10:53:26] [Paper Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer$$Lambda$6239/0x00007efe40b77b28.run(Unknown Source)
24483 | [10:53:26] [Paper Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.run(Thread.java:840)

<!--EndFragment-->

Savya-lol avatar Feb 18 '24 11:02 Savya-lol

Potentially fixed in https://github.com/MyPetORG/MyPet/releases/tag/3.12-SNAPSHOT-B1757

Jakllp avatar Feb 26 '24 11:02 Jakllp