Skip to content
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

Installer crashed #40

Open
ioococ opened this issue Aug 9, 2023 · 0 comments
Open

Installer crashed #40

ioococ opened this issue Aug 9, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@ioococ
Copy link

ioococ commented Aug 9, 2023

C:\Users\荣耀\Desktop>java -jar quilt-installer-0.8.0.jar
Installing Minecraft client at: C:\Users\荣耀\Desktop\mc\quilt
Installing Minecraft client of version 1.20.1 with loader version 0.20.0-beta.11
Failed to install client
java.util.concurrent.CompletionException: java.io.UncheckedIOException: java.io.EOFException: End of input at line 202 column 2 path $[33].null
        at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
        at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
        at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770)
        at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)
        at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
        at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
        at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
        at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
        at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
Caused by: java.io.UncheckedIOException: java.io.EOFException: End of input at line 202 column 2 path $[33].null
        at org.quiltmc.installer.QuiltMeta.lambda$create$1(QuiltMeta.java:125)
        at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
        ... 6 more
Caused by: java.io.EOFException: End of input at line 202 column 2 path $[33].null
        at org.quiltmc.installer.lib.parsers.json.JsonReader.nextNonWhitespace(JsonReader.java:1502)
        at org.quiltmc.installer.lib.parsers.json.JsonReader.doPeek(JsonReader.java:875)
        at org.quiltmc.installer.lib.parsers.json.JsonReader.hasNext(JsonReader.java:392)
        at org.quiltmc.installer.QuiltMeta.lambda$createVersion$3(QuiltMeta.java:160)
        at org.quiltmc.installer.QuiltMeta.lambda$create$1(QuiltMeta.java:122)
        ... 7 more

C:\Users\荣耀\Desktop>java -version
openjdk version "18.0.2" 2022-07-19
OpenJDK Runtime Environment Zulu18.32+11-CA (build 18.0.2+9)
OpenJDK 64-Bit Server VM Zulu18.32+11-CA (build 18.0.2+9, mixed mode, sharing)

C:\Users\荣耀\Desktop>
@ix0rai ix0rai added the bug Something isn't working label Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants