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
上报前请检查
操作系统信息
描述遇到的问题 运行自行开发的QT-GUI程序,在窗口渲染成功之前出现因 weasel.dll 异常导致的崩溃 位于 dllmain.cpp 的第65行: ''' if (!InitializeCriticalSectionAndSpinCount(&g_cs, 0)) '''
复现步骤 重现问题的步骤,如:
用户文件 请于此附上 weasel 用户文件夹下的内容,方便开发者调试问题
截图 如果问题需要,可附上 GIF 图片
其他补充说明 如果有其他补充说明,可以写在这里
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
你可以试将这个0改成 4000,编译weasel并重新安装看看情况有没有改善解决
No branches or pull requests
上报前请检查
操作系统信息
描述遇到的问题
运行自行开发的QT-GUI程序,在窗口渲染成功之前出现因 weasel.dll 异常导致的崩溃
位于 dllmain.cpp 的第65行:
'''
if (!InitializeCriticalSectionAndSpinCount(&g_cs, 0))
'''
复现步骤
重现问题的步骤,如:
用户文件
请于此附上 weasel 用户文件夹下的内容,方便开发者调试问题
截图
如果问题需要,可附上 GIF 图片
其他补充说明
如果有其他补充说明,可以写在这里
The text was updated successfully, but these errors were encountered: