Skip to content
New issue

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

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

Already on GitHub? # to your account

2.1.4频繁假死问题 #324

Closed
MengYang8481 opened this issue Mar 31, 2022 · 2 comments
Closed

2.1.4频繁假死问题 #324

MengYang8481 opened this issue Mar 31, 2022 · 2 comments
Labels
bug Related to software malfunction

Comments

@MengYang8481
Copy link

Exceptions module 异常模块

Core 核心

Operating System 操作系统

Windows Server 2019

LiteLoader version LiteLoader版本

2.1.4

BDS version BDS版本

1.18.12

What happened? 发生了什么问题?

2.1.4自动更新后频繁假死,LL2.1.3的时候稳定运行,极少崩服和无假死现象

Steps to reproduce? 复现此问题的步骤

根据玩家描述,最后一个行为:打开高炉并放入煤炭
Uploading image.png…

Relevant log output 有关的日志/输出

暂无

Plugin list 插件列表

QQ图片20220331101002

@MengYang8481 MengYang8481 added the bug Related to software malfunction label Mar 31, 2022
@github-actions github-actions bot added the status: review needed Requires assessment or evaluation label Mar 31, 2022
@xiaoqch
Copy link

xiaoqch commented Mar 31, 2022

应该是有插件执行了 0tick 的 interval 或者说 repeat,因为2.1.3存在一个bug,Schedule 执行延迟或者间隔会比设置的多 1tick,0tick变成1tick,20tick变成21tick,修复该bug或 0tick 会进入无限循环,已通过限制 repeat 最低延迟为1tick的方式修复

@github-actions github-actions bot added status: on hold Temporarily paused or delayed and removed status: review needed Requires assessment or evaluation labels Mar 31, 2022
@LouFu
Copy link

LouFu commented Mar 31, 2022

我这边也出现了同样的情况,更新后突然假死,最终移除LLhelper后解决问题。

@xiaoqch xiaoqch removed the status: on hold Temporarily paused or delayed label Mar 31, 2022
@ShrBox ShrBox closed this as completed Mar 31, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Related to software malfunction
Development

No branches or pull requests

4 participants