Advertisement
Guest User

1.18-Aristois client crash at startup

a guest
Dec 4th, 2021
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. Preparing to launch minecraft client for 1.18-Aristois
  2. Prepared asset index
  3. Have 3107 total files to check or download
  4. Waiting for 3107 futures
  5. Minecraft client 1.18-Aristois is ready to start.
  6. Starting!
  7. Nothing to download!
  8. Downloading Java Runtime java-runtime-beta:17.0.1.12.1
  9. Extracting 8 files!
  10. Using default game log configuration client-1.12.xml (outputs XML)
  11. Loading for game Minecraft 1.18
  12. Incomplete remapped file found! This means that the remapping process failed on the previous launch. If this persists, make sure to let us at Fabric know!
  13. Fabric is preparing JARs on first launch, this may take a few seconds...
  14.  
  15. Exception in thread "main" java.util.concurrent.CompletionException: java.lang.IllegalArgumentException: Unsupported class file major version 61
  16. at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
  17. at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
  18. at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770)
  19. at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
  20. at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
  21. at java.base/java.lang.Thread.run(Thread.java:833)
  22. Suppressed: java.lang.NullPointerException: Cannot invoke "java.util.List.iterator()" because "res" is null
  23. at net.fabricmc.tinyremapper.TinyRemapper.lambda$read$2(TinyRemapper.java:307)
  24. at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:863)
  25. at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:841)
  26. at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:510)
  27. at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1773)
  28. ... 3 more
  29. Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
  30. at org.objectweb.asm.ClassReader.<init>(ClassReader.java:189)
  31. at org.objectweb.asm.ClassReader.<init>(ClassReader.java:170)
  32. at org.objectweb.asm.ClassReader.<init>(ClassReader.java:156)
  33. at net.fabricmc.tinyremapper.TinyRemapper.analyze(TinyRemapper.java:412)
  34. at net.fabricmc.tinyremapper.TinyRemapper.access$400(TinyRemapper.java:65)
  35. at net.fabricmc.tinyremapper.TinyRemapper$2.visitFile(TinyRemapper.java:399)
  36. at net.fabricmc.tinyremapper.TinyRemapper$2.visitFile(TinyRemapper.java:395)
  37. at java.base/java.nio.file.Files.walkFileTree(Files.java:2811)
  38. at java.base/java.nio.file.Files.walkFileTree(Files.java:2882)
  39. at net.fabricmc.tinyremapper.TinyRemapper.readFile(TinyRemapper.java:395)
  40. at net.fabricmc.tinyremapper.TinyRemapper.access$200(TinyRemapper.java:65)
  41. at net.fabricmc.tinyremapper.TinyRemapper$1$1.get(TinyRemapper.java:364)
  42. at net.fabricmc.tinyremapper.TinyRemapper$1$1.get(TinyRemapper.java:360)
  43. at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
  44. ... 3 more
  45.  
  46. Process crashed with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement