LiteLDev / LegacyScriptEngine

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

NativeFunction调用不稳定 #1

Closed timiya233 closed 2 months ago

timiya233 commented 1 year ago

异常模块

ScriptEngine (脚本引擎)

操作系统

Windows 10

LiteLoader 版本

2.16.2+d07a9ca

BDS 版本

1.20.30.02

发生了什么?

调用NativeFunction的时候,有一定几率成功,一定几率服务器爆炸

复现此问题的步骤

代码附上: image

有关的日志/输出

15:22:24 INFO [Server] IPv4 supported, port: 19132: Used for gameplay and LAN discovery
15:22:24 INFO [Server] IPv6 supported, port: 19133: Used for gameplay
15:22:24 INFO [Server] To enable Server Telemetry, add the line 'emit-server-telemetry=true' to the server.properties file in the bds directory
15:22:24 INFO [LiteLoader] Repository: https://github.com/LiteLDev/LiteLoaderBDS
15:22:24 INFO [LiteLoader] LiteLoader采用 LGPLv3 许可证开源
15:22:24 INFO [LiteLoader] 我们的新论坛上线了啦! -> https://litebds.com
15:22:24 INFO [LiteLoader] 帮助我们翻译&改进翻译 -> https://crowdin.com/project/liteloaderbds
15:22:24 INFO [LiteLoader] Thanks to RhyMC(rhymc.com) for the support
15:22:24 INFO [HookTest] start server!

[15:22:24.295] [info] BDS Crashed! Generating Stacktrace and MiniDump...
[15:22:24.962] [info] MiniDump generated at F:\BDS\logs\crash\minidump_2023-10-07_15-22-24.dmp
[15:22:25.802] [info] Loading symbol files from local and remote servers, this may take a while...
[15:22:25.804] [info] Online symbol files will be cached in C:\Users\Administrator\.symcache

详情: trace_2023-10-07_15-40-02.log

插件列表

无其他插件

15:22:14 INFO [LiteLoader] 加载原生插件...
15:22:14 INFO [LiteLoader] * Js 脚本引擎已加载
15:22:15 INFO [LiteLoader] * Lua 脚本引擎已加载
15:22:15 INFO [LiteLoader] * NodeJs 脚本引擎已加载
15:22:16 INFO [LiteLoader] * Python 脚本引擎已加载
15:22:16 INFO [LiteLoader] ScriptEngine initializing...
15:22:16 WARN [EconomicSystem] 未找到LLMoney.dll,脚本引擎经济系统将无法工作
15:22:16 INFO [LiteLoader] 依赖项 BaseLib.js 已加载。
15:22:16 INFO [LiteLoader] 加载 Js 插件...
15:22:16 INFO [LiteLoader] Js 插件 <HookTest> 已加载。
15:22:16 INFO [LiteLoader] 1 个 Js 插件已加载。
15:22:16 INFO [LiteLoader] 加载 Node.js 插件...
15:22:16 INFO [LiteLoader] 0 个 Node.js 插件已加载。
15:22:16 INFO [LiteLoader] 依赖项 BaseLib.lua 已加载。
15:22:16 INFO [LiteLoader] 加载 Lua 插件...
15:22:16 INFO [LiteLoader] 0 个 Lua 插件已加载。
15:22:16 INFO [LiteLoader] 依赖项 BaseLib.py 已加载。
15:22:16 INFO [LiteLoader] 加载 Python 插件...
15:22:16 INFO [LiteLoader] 0 个 Python 插件已加载。
15:22:16 INFO [LiteLoader] 已加载 0 个原生插件