版本信息
你使用的IDE:.IdeaIC2019.3
你使用的IDE版本:<2019.3.5>
Forge版本: 28.1.0
Minecraft版本: 1.14.4
出错图
错误情况简述
看图
以后记得把错误日志粘贴出来,而不是发截图。
这个错误好像是SSL不匹配导致的,看上去你在用一个旧版本的JDK,请你检查一下你使用的JDK是什么版本。
(帖子被作者删除,如无标记将在 24 小时后自动删除)
用的离线包
是jdk1.8.0_45
那就是JDK版本太低的缘故。
你至少需要JDK8u101的JDK
还有就是作为新用户,每日发帖和回复数量是有限的。
请珍惜你每次回复机会。
好的,谢谢
Daemon process.
This problem might be caused by incorrect configuration of the daemon.
For example, an unrecognized jvm option is used.
Please refer to the user guide chapter on the daemon at https://docs.gradle.org/4.9/userguide/gradle_daemon.html
Please read the following process output to find out more:
-----------------------
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Invalid maximum heap size: -Xmx5G
The specified size exceeds the maximum representable size.
-----------------------
Check the JVM arguments defined for the gradle process in:
- gradle.properties in project root directory
现在少了一个错误,还剩一个
确保你安装的是 64 位的 JDK,以及确保你电脑的物理内存大于 5 GB,否则到项目目录下的 gradle.properties
文件里把 org.gradle.jvmargs
后的 -Xmx5G
修改得小一点,至少小于你拥有的物理内存大小
已经好了,谢谢你们了
该主题在最后一个回复创建后7天后自动关闭。不再允许新的回复。