Traveler's Backpack

Traveler's Backpack

39M Downloads

1.20.1fabric在运行时发生Timed out waiting for world statistics

kspubg opened this issue · 2 comments

commented
  1. ALWAYS PROVIDE INFORMATION ABOUT MODLOADER (Fabric / Forge) AND MOD VERSION (For Example 1.19.2-8.2.10)
    Modloader: fabric
    Minecraft Version: 1.20.1
    Traveler's Backpack Version: 1.20.1-8.5.3
    Server Type: Dedicated server running on Windows Server 2016
  2. Describe the bug
    在我的服务器中,Travelers Backpack 模组的 Creeper 背包(苦力怕背包)在玩家濒死状态下触发爆炸效果时,会导致整个服务器无响应(主线程卡死),进而导致:
    所有玩家掉线
    控制台持续打印 Timed out waiting for world statistics
    重启前服务器无法恢复正常状态
    初步推测为Creeper 背包在触发爆炸和保存玩家背包数据时造成线程阻塞或循环卡死。
  3. Write steps to reproduce the bug
    给一名玩家穿戴 苦力怕类型的 Traveler’s Backpack
    使玩家进入濒死状态(例如被攻击至剩余 1~2 点生命)
    触发 Creeper 背包自带的濒死爆炸效果
    观察服务器控制台和 TPS
    出现玩家掉线或服务无响应现象
    控制台输出 Timed out waiting for world statistics 循环警告
  4. What is expected behaviour
    期望 Creeper 背包在玩家濒死时正常执行爆炸并保存背包内容,而不会导致主线程卡死或整个服务器掉线。即便触发爆炸效果,也不应破坏服务端正常运行。
  5. Screenshots (If applicable)
    [10:33:02 INFO]: [☠] mimi fell out of the world
    [10:33:02 INFO]: Created new backpack backup file for mimi with unique ID travelersbackpack.creeper_05.05.2025-10.33.02.dat
    [10:37:05 WARN]: Timed out waiting for world statistics
    [10:38:05 WARN]: Timed out waiting for world statistics
commented

cant tell what is the issue, is it reproducable

commented

看不出问题出在什么,可以重演吗

什么意思,目前我禁用苦力怕背包,没有遇到任何崩溃了