We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
系统环境 / System Environment: Windows 11
BetterGI版本号 / BetterGI Version: 0.35.0
问题描述 / Description of the issue: 使用js脚本执行自动战斗时会卡死并提示“当前线程无法访问此对象,因为另一个线程拥有该对象”之后BetterGI会结束运行
复现步骤 / Reproduction steps: 在js脚本中添加并执行这条代码 await dispatcher.runTask(new SoloTask("AutoFight"));
The text was updated successfully, but these errors were encountered:
确实会有这个问题,这块还没外露,因为自动战斗的结束判定还有问题
Sorry, something went wrong.
No branches or pull requests
系统环境 / System Environment:
Windows 11
BetterGI版本号 / BetterGI Version:
0.35.0
问题描述 / Description of the issue:
使用js脚本执行自动战斗时会卡死并提示“当前线程无法访问此对象,因为另一个线程拥有该对象”之后BetterGI会结束运行
复现步骤 / Reproduction steps:
在js脚本中添加并执行这条代码
await dispatcher.runTask(new SoloTask("AutoFight"));
The text was updated successfully, but these errors were encountered: