mirror of
https://github.com/MeexReay/minceraftOS.git
synced 2025-06-24 10:33:00 +03:00
fix ultimmc assets download
This commit is contained in:
parent
d06e790fb0
commit
411ccc7b2a
2
Makefile
2
Makefile
@ -38,7 +38,7 @@ data/minceraft/UltimMC:
|
|||||||
chmod 777 data/minceraft -R
|
chmod 777 data/minceraft -R
|
||||||
echo "CLOSE MINECRAFT WHEN ASSETS ARE LOADED!!"
|
echo "CLOSE MINECRAFT WHEN ASSETS ARE LOADED!!"
|
||||||
cp data/minceraft/ultimmc.cfg.def data/minceraft/ultimmc.cfg
|
cp data/minceraft/ultimmc.cfg.def data/minceraft/ultimmc.cfg
|
||||||
cd data/minceraft && ./UltimMC -o -n Steve -l 1.21.4
|
cd data/minceraft && ./UltimMC -l 1.21.4 || true
|
||||||
cp data/minceraft/ultimmc.cfg.def data/minceraft/ultimmc.cfg
|
cp data/minceraft/ultimmc.cfg.def data/minceraft/ultimmc.cfg
|
||||||
|
|
||||||
iso: data/minceraft/UltimMC
|
iso: data/minceraft/UltimMC
|
||||||
|
@ -1,6 +1,25 @@
|
|||||||
Logging started at 2025-03-14T01:16:18.022394035Z
|
Logging started at 2025-03-14T02:01:02.635721476Z
|
||||||
[authlib-injector] [INFO] Version: 1.2.5
|
[authlib-injector] [INFO] Version: 1.2.5
|
||||||
[authlib-injector] [INFO] Authentication server: http://127.0.0.1:42059
|
[authlib-injector] [INFO] Authentication server: http://127.0.0.1:44999
|
||||||
[authlib-injector] [WARNING] You are using HTTP protocol, which is INSECURE! Please switch to HTTPS if possible.
|
[authlib-injector] [WARNING] You are using HTTP protocol, which is INSECURE! Please switch to HTTPS if possible.
|
||||||
[authlib-injector] [INFO] Transformed [net.minecraft.client.main.Main] with [Main Arguments Transformer]
|
[authlib-injector] [INFO] Transformed [net.minecraft.client.main.Main] with [Main Arguments Transformer]
|
||||||
[authlib-injector] [INFO] Transformed [com.mojang.authlib.properties.Property] with [Yggdrasil Public Key Transformer]
|
[authlib-injector] [INFO] Transformed [com.mojang.authlib.properties.Property] with [Yggdrasil Public Key Transformer]
|
||||||
|
[authlib-injector] [INFO] Transformed [com.mojang.authlib.HttpAuthenticationService] with [ConcatenateURL Workaround]
|
||||||
|
[authlib-injector] [INFO] Httpd is running on port 36417
|
||||||
|
[authlib-injector] [INFO] Transformed [com.mojang.authlib.yggdrasil.YggdrasilEnvironment] with [Constant URL Transformer]
|
||||||
|
[authlib-injector] [INFO] Transformed [com.mojang.authlib.yggdrasil.YggdrasilServicesKeyInfo] with [Yggdrasil Public Key Transformer]
|
||||||
|
[authlib-injector] [WARNING] An error occurred while processing request [/https/sessionserver.mojang.com/session/minecraft/profile/5627dd98e6be3c21b8a8e92344183641]
|
||||||
|
java.io.UncheckedIOException: java.io.FileNotFoundException: http://127.0.0.1:44999/sessionserver/session/minecraft/profile/5627dd98e6be3c21b8a8e92344183641?unsigned=false
|
||||||
|
at moe.yushi.authlibinjector.yggdrasil.YggdrasilClient.queryProfile(YggdrasilClient.java:92)
|
||||||
|
at moe.yushi.authlibinjector.httpd.QueryProfileFilter.handle(QueryProfileFilter.java:82)
|
||||||
|
at moe.yushi.authlibinjector.httpd.URLProcessor$1.serve(URLProcessor.java:142)
|
||||||
|
at moe.yushi.authlibinjector.internal.fi.iki.elonen.HTTPSession.execute(HTTPSession.java:246)
|
||||||
|
at moe.yushi.authlibinjector.internal.fi.iki.elonen.NanoHTTPD$ClientHandler.run(NanoHTTPD.java:104)
|
||||||
|
at java.base/java.lang.Thread.run(Thread.java:1583)
|
||||||
|
Caused by: java.io.FileNotFoundException: http://127.0.0.1:44999/sessionserver/session/minecraft/profile/5627dd98e6be3c21b8a8e92344183641?unsigned=false
|
||||||
|
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:2009)
|
||||||
|
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1614)
|
||||||
|
at moe.yushi.authlibinjector.util.IOUtils.http(IOUtils.java:49)
|
||||||
|
at moe.yushi.authlibinjector.yggdrasil.YggdrasilClient.queryProfile(YggdrasilClient.java:90)
|
||||||
|
... 5 more
|
||||||
|
|
||||||
|
@ -48,8 +48,8 @@ UseNativeGLFW=false
|
|||||||
UseNativeOpenAL=false
|
UseNativeOpenAL=false
|
||||||
WrapperCommand=
|
WrapperCommand=
|
||||||
iconKey=default
|
iconKey=default
|
||||||
lastLaunchTime=1741914977888
|
lastLaunchTime=1741917662496
|
||||||
lastTimePlayed=89
|
lastTimePlayed=108
|
||||||
name=1.21.4
|
name=1.21.4
|
||||||
notes=
|
notes=
|
||||||
totalTimePlayed=673
|
totalTimePlayed=781
|
||||||
|
Loading…
x
Reference in New Issue
Block a user