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
1.2.0.3
HUAWEI Kirin 820,Android10,Arm64
AI
Java21
LTW
1.21.4
Fabric+优化全家桶
与模组无关
https://www.123684.com/s/ViFlVv-H9Ehh
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Before making issue / 在发布提问之前...
Launcher Version / 启动器版本
1.2.0.3
Device Information / 设备信息
HUAWEI Kirin 820,Android10,Arm64
Problem Description / 问题描述
AI
这表明 Java 运行时环境可能不完整,缺少必要的动态链接库。这可能导致 Java 应用程序在启动时无法正常加载某些功能模块,从而导致崩溃。• OpenJDK 退出代码 1:OpenJDK exited with code : 1
退出代码 1 通常表示 Java 程序在启动时遇到了严重错误。结合上述动态库加载失败的问题,很可能是 Java 运行时环境的不完整导致了程序无法正常启动。2. 渲染器和图形库问题• 渲染器加载失败:DLOPEN: loading /data/app/com.mio.plugin.renderer.ltw-kcC9Ua3MOQaBxs-CunqyEw==/lib/arm64/libltw.so (error = undefined symbol: glBufferStorageEXT)
这表明渲染器插件 libltw.so 在加载时遇到了未定义的符号 glBufferStorageEXT 。这可能是由于渲染器插件与系统中的 OpenGL 或 Vulkan 库不兼容,或者某些依赖的图形库未正确安装。3. 启动参数和环境变量问题• 复杂的启动参数:日志显示启动参数非常复杂,涉及大量的 Java 系统属性和 Minecraft 特定的参数。虽然这些参数本身不一定导致问题,但某些参数可能与当前的运行环境不兼容。例如:Java argument: -Dorg.lwjgl.opengl.libname=libltw.so
Java argument: -Dorg.lwjgl.freetype.libname=/data/app/com.tungsten.fcl-ntoqUjnmBTftxrgxkFR6BQ==/lib/arm64/libfreetype.so
如果这些指定的库路径不正确或库文件有问题,可能会导致程序无法正常启动。• 环境变量问题:日志中显示的环境变量配置较为复杂,例如:Env: LD_LIBRARY_PATH=/system/lib64:/vendor/lib64:/vendor/lib64/hw:/data/app/com.mio.plugin.renderer.ltw-kcC9Ua3MOQaBxs-CunqyEw==/lib/arm64:/data/app/com.tungsten.fcl-ntoqUjnmBTftxrgxkFR6BQ==/lib/arm64
如果 LD_LIBRARY_PATH 中的路径不正确或某些库文件缺失,可能会导致动态库加载失败,进而导致程序崩溃。
Java
Java21
Renderer / 渲染器
LTW
Game Version / 游戏版本
1.21.4
Modifications Made to the Game / 对游戏所做的修改
Fabric+优化全家桶
Game Crash Report / 游戏崩溃报告
与模组无关
Launcher Crash Report / 启动器崩溃报告
https://www.123684.com/s/ViFlVv-H9Ehh
Launcher Log File / 启动器日志文件
https://www.123684.com/s/ViFlVv-H9Ehh
The text was updated successfully, but these errors were encountered: