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
JVM参数为:-Xms4G -Xmx12G -javaagent:C:\MC\authlib-injector-1.2.5.jar=https://littleskin.cn/api/yggdrasil 使用启动脚本后控制台报错信息显示如下 [authlib-injector] [INFO] Logging file: C:\MC\authlib-injector.log [authlib-injector] [INFO] Version: 1.2.5 [authlib-injector] [INFO] Authentication server: https://littleskin.cn/api/yggdrasil [authlib-injector] [ERROR] Failed to fetch metadata: java.net.ConnectException: Connection timed out: connect 已经尝试过不用代理、开启代理、全局代理,更换DNS服务器,以上措施均无效 这个问题只在使用forge端时出现,同样的环境我使用fabric服务端就可以正常启动。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
JVM参数为:-Xms4G -Xmx12G -javaagent:C:\MC\authlib-injector-1.2.5.jar=https://littleskin.cn/api/yggdrasil
使用启动脚本后控制台报错信息显示如下
[authlib-injector] [INFO] Logging file: C:\MC\authlib-injector.log
[authlib-injector] [INFO] Version: 1.2.5
[authlib-injector] [INFO] Authentication server: https://littleskin.cn/api/yggdrasil
[authlib-injector] [ERROR] Failed to fetch metadata: java.net.ConnectException: Connection timed out: connect
已经尝试过不用代理、开启代理、全局代理,更换DNS服务器,以上措施均无效
这个问题只在使用forge端时出现,同样的环境我使用fabric服务端就可以正常启动。
The text was updated successfully, but these errors were encountered: