Crash when enter in the world
lostopkk opened this issue · 6 comments
Describe the bug
when I go to enter my modpack it is 100% to load the world, it gives errors in the log, and it never enters!
Expected behavior
enter the world
Setup (please complete the following information):
- OS: Windows 10
- Minecraft Version: 1.19.2
Log
2022-09-12-1.log
This looks like an other mod’s error, you seems to have a lot of 'em so proceed via binary search, this will help you to find the problem 👀
that's what I did, and it went to cosmetica, if not, I wouldn't have made the issue... it was literally when I took the mod out my modpack went back to working normally
The only error I can see from cosmetica is
[19:24:07] [Cosmetica Authenticator #1/ERROR]: Couldn't connect to cosmetica auth server
java.io.IOException: Attempted read from closed stream.
at org.apache.http.impl.io.ChunkedInputStream.read(ChunkedInputStream.java:176) ~[httpcore-4.4.14.jar:?]
at org.apache.http.conn.EofSensorInputStream.read(EofSensorInputStream.java:135) ~[httpclient-4.5.13.jar:?]
at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:270) ~[?:?]
at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:313) ~[?:?]
at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:188) ~[?:?]
at java.io.InputStreamReader.read(InputStreamReader.java:177) ~[?:?]
at java.io.Reader.read(Reader.java:250) ~[?:?]
at org.apache.http.util.EntityUtils.toString(EntityUtils.java:227) ~[httpcore-4.4.14.jar:?]
at org.apache.http.util.EntityUtils.toString(EntityUtils.java:270) ~[httpcore-4.4.14.jar:?]
at cc.cosmetica.util.Response.getAsJson(Response.java:95) ~[com_github_cosmetica-cc_cosmetictjava-1.5.2-aa23a66a5394fee0.jar:?]
at cc.cosmetica.impl.CosmeticaWebAPI.exchangeTokens(CosmeticaWebAPI.java:66) ~[com_github_cosmetica-cc_cosmetictjava-1.5.2-aa23a66a5394fee0.jar:?]
at cc.cosmetica.impl.CosmeticaWebAPI.<init>(CosmeticaWebAPI.java:53) ~[com_github_cosmetica-cc_cosmetictjava-1.5.2-aa23a66a5394fee0.jar:?]
at cc.cosmetica.impl.CosmeticaWebAPI.fromMinecraftToken(CosmeticaWebAPI.java:588) ~[com_github_cosmetica-cc_cosmetictjava-1.5.2-aa23a66a5394fee0.jar:?]
at cc.cosmetica.api.CosmeticaAPI.fromMinecraftToken(CosmeticaAPI.java:366) ~[com_github_cosmetica-cc_cosmetictjava-1.5.2-aa23a66a5394fee0.jar:?]
at cc.cosmetica.cosmetica.Authentication$1.run(Authentication.java:166) [Cosmetica%201.2.1%201.19.1.jar:?]
the only reason I can see cosmetica causing an error here is if it's conflicting with one of the mods. And that's a lot of mods to test with
the only reason I can see cosmetica causing an error here is if it's conflicting with one of the mods. And that's a lot of mods to test with
well my computer is not very good for me to be able to keep taking them one by one to find out which one is conflicting, so would I think I better close the issue?