-
-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
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
安装MCBBS整合包时不会添加整合包内JVM参数 #4395
Comments
经过测试 我添加另一个整合包是有JVM参数 但是别人添加那个就没有 而这个test.zip是都没有 |
我确定是按照格式写的 其他启动器可以正常导入 |
Modules/Minecraft/ModModpack.vb 的确没有关于 JVM 的相关代码,连 launchInfo 都没有编写 |
另一个整合包导入有jvm参数是因为导出了那个版本的pcl配置文件 |
因为按照我找到的整合包manifest文件格式,里面是包含jvm参数的 |
我觉得这个应该算是新功能添加,是因为目前 PCL 代码中没有对 mcbbs.manifest 中的 JVM 参数做出相应处理。目前PCL对于导入游戏这一类的JVM参数处理好像就是PCL.ini了 |
@ZhaiSoul 有关于这个字段的文档么? |
如果你说的是launchInfo的话( |
这个是来自哪里的? |
某个开发群 |
写了个简单的读取,应该能用?( |
@ZhaiSoul "launchInfo": {
"minMemory": 0,
"launchArgument": [],
"javaArgument": [
"-XX:+ExplicitGCInvokesConcurrent"
]
} 也就是说 |
整合包真的需要这样做吗 可以做到替换默认参数的某个值,但覆盖还是不用的吧 |
也行吧……( |
检查项
描述
按照整合包规范制作了一个测试用MCBBS整合包
其中的mcbbs整合包packmeta文件和manifest文件都加上了
"launchInfo": { "minMemory": 0, "launchArgument": [], "javaArgument": [ "-XX:+ExplicitGCInvokesConcurrent" ] }
安装完成后,无法找到该jvm参数:
重现步骤
拖动带有jvm参数的整合包进入pcl2窗口并安装
日志与附件
test.zip
logs.zip
The text was updated successfully, but these errors were encountered: