LiteLDev / LegacyScriptEngine

A plugin engine for running LLSE plugins on LeviLamina
GNU General Public License v3.0
48 stars 8 forks source link

[Bug]: 0.5.1版本使用iland报错,服务器会假死 #82

Closed Ctrini closed 7 months ago

Ctrini commented 7 months ago

Describe the bug

[2024-03-27 22:35:29.623 ERROR][Server] [Structure] [[Jigsaw Structure]] couldn't be constructed, no pool named minecraft:trial_chambers/chamber/end [2024-03-27 22:35:29.623 ERROR][Server]

[2024-03-27 22:38:05.175 ERROR][legacy-script-engine-lua] Fail in GetBlock! [2024-03-27 22:38:05.191 ERROR][legacy-script-engine-lua] Raw Seh Exception: [2024-03-27 22:38:05.191 ERROR][legacy-script-engine-lua] [0xC0000005:ntstatus] 0x%p 指令引用了 0x%p 内存。该内存不能为 %s。 [2024-03-27 22:38:05.191 ERROR][legacy-script-engine-lua] Parameter 0: 0x0 [2024-03-27 22:38:05.191 ERROR][legacy-script-engine-lua] Parameter 1: 0x40 [2024-03-27 22:38:05.191 ERROR][legacy-script-engine-lua] [failed to get stacktrace] [2024-03-27 22:38:05.191 ERROR][legacy-script-engine-lua] In API: McClass::getBlock [2024-03-27 22:38:05.207 ERROR][legacy-script-engine-lua] In Plugin: iland [2024-03-27 22:38:05.207 ERROR][legacy-script-engine-lua] Error occurred in setInterval-Function [2024-03-27 22:38:05.207 ERROR][legacy-script-engine-lua] script::Exception: [string "iland-core.lua"]:3131: attempt to index a nil value (local 'bl') stack traceback:

[2024-03-27 22:38:05.207 ERROR][legacy-script-engine-lua] In Plugin: iland

To Reproduce

使用iland的传送就会假死

Expected behavior

传送时,角色会从高空落下,这不是iland的传送方式。可能是因为没有获取到正确方块吧,因为iland有设置当前位置为领地传送点的功能。

Screenshots

image

Platform

winserver2019

BDS Version

1.20.72

LeviLamina Version

0.10.1

LegacyScriptEngine Version

0.5.0

Additional context

No response

ShrBox commented 7 months ago

https://github.com/LiteLDev/LeviLamina/issues/1499

Caldron47 commented 7 months ago

LiteLDev/LeviLamina#1499

even with the latest LeviLamina, this error still occurs

ShrBox commented 7 months ago

LiteLDev/LeviLamina#1499

even with the latest LeviLamina, this error still occurs

Upgrading LSE not just LeviLamina