子沐呀

Results 3 issues of 子沐呀

### Describe the bug 插件在加载时,如果出现错误,不会有任何的报错,并且还会显示已加载 ![Image](https://github.com/user-attachments/assets/6fa4623f-0b79-45f8-8ca9-278b62692062) ![Image](https://github.com/user-attachments/assets/fb708307-3bdb-4caf-b9a3-4002d3378baf) ### To Reproduce 创建一个js插件,往其中写入以下内容,插件仅输出a并且没有任何报错则复现完成 ```javascript logger.warn("a") throw new Error("Test"); logger.warn("b"); ``` ### Expected behavior 如果加载插件时出现错误,应该输出错误内容并停止加载 ### Screenshots _No response_ ### Platform Windows 10...

bug

### Describe the bug 比如GMLIB可选依赖了Glacie插件,当Glacie加载失败了,GMLIB也会加载失败 ### To Reproduce ![Image](https://github.com/user-attachments/assets/5abf19fb-3225-4bed-a8cd-f2e3183dc57e) ### Expected behavior 当可选依赖加载失败时,不会影响自己插件 ### Screenshots _No response_ ### Platform Windows 10 ### Version 1.2.0 ### Additional context _No response_

bug

### Describe the bug `Item`类下的`initServer`和`initClient`函数,并非纯虚函数,也实际存在 但`Item`类下并没有`$initServer`和`$initClient`函数 并且通过符号获取也无法拿到函数的地址 导致Item无法被构造(链接错误) ### To Reproduce 1 ### Expected behavior 解决这个问题 ### Screenshots _No response_ ### Platform Windows 10 ### Version 1.7.1 ### Additional context...

bug