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
我已经确认
问题描述 请尽量详细地描述问题,以告诉如何复现,方便定位问题。 不管是切换java版本还是BilibiliDown版本 程序启动失败,通过错误日志中提到的 BUS_ADRALN 错误代码表明程序尝试访问未对齐的内存地址。错误发生在 ImageIO 框架中,特别是在 IIOReadPlugin::callInitialize 函数内。 相关信息
The text was updated successfully, but these errors were encountered:
程序不包含native libraries,log的stacktrace也没看出来从哪部分Java code调用崩溃的。
native libraries
思来想去,只能提供以下建议:
尝试关闭最小化到系统托盘功能 在config/app.config中修改配置bilibili.sysTray.enable = false
最小化到系统托盘
config/app.config
bilibili.sysTray.enable = false
尝试更换入口类,使用以下命令行 java -Dfile.encoding=utf-8 -Dbilibili.prop.mainClass=nicelee.ui.FrameMain_v3_4 -Dhttps.protocols=TLSv1.2 -jar launch.jar
java -Dfile.encoding=utf-8 -Dbilibili.prop.mainClass=nicelee.ui.FrameMain_v3_4 -Dhttps.protocols=TLSv1.2 -jar launch.jar
尝试使用别的JDK版本 log中JDK Azul Zulu 11.66 (11.0.20.1)在于August 2023发布 https://docs.azul.com/core/release/august-2023-11.0.20.1-17.0.8.1/release-notes 请尝试使用更新的或者更古老的版本。
Sorry, something went wrong.
切换入口类可以了 感谢
No branches or pull requests
我已经确认
问题描述
请尽量详细地描述问题,以告诉如何复现,方便定位问题。
不管是切换java版本还是BilibiliDown版本 程序启动失败,通过错误日志中提到的 BUS_ADRALN 错误代码表明程序尝试访问未对齐的内存地址。错误发生在 ImageIO 框架中,特别是在 IIOReadPlugin::callInitialize 函数内。
相关信息
Macos15.1 M2pro
8和11
无
无
无
log
The text was updated successfully, but these errors were encountered: