Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. [19:55:49] [Client thread/ERROR]: Unable to launch
  2. java.lang.reflect.InvocationTargetException
  3. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_211]
  4. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_211]
  5. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_211]
  6. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_211]
  7. at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
  8. at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
  9. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_211]
  10. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_211]
  11. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_211]
  12. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_211]
  13. at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?]
  14. at GradleStart.main(GradleStart.java:26) [start/:?]
  15. Caused by: java.lang.NullPointerException
  16. at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:213) ~[guava-17.0.jar:?]
  17. at com.google.common.collect.Lists$ReverseList.<init>(Lists.java:767) ~[guava-17.0.jar:?]
  18. at com.google.common.collect.Lists.reverse(Lists.java:759) ~[guava-17.0.jar:?]
  19. at net.minecraft.server.management.PlayerProfileCache.load(PlayerProfileCache.java:237) ~[PlayerProfileCache.class:?]
  20. at net.minecraft.server.management.PlayerProfileCache.<init>(PlayerProfileCache.java:75) ~[PlayerProfileCache.class:?]
  21. at net.minecraft.server.MinecraftServer.<init>(MinecraftServer.java:172) ~[MinecraftServer.class:?]
  22. at net.minecraft.server.integrated.IntegratedServer.<init>(IntegratedServer.java:48) ~[IntegratedServer.class:?]
  23. at net.minecraft.client.Minecraft.<init>(Minecraft.java:346) ~[Minecraft.class:?]
  24. at net.minecraft.client.main.Main.main(Main.java:116) ~[Main.class:?]
  25. ... 12 more
  26. [19:55:49] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.reflect.InvocationTargetException
  27. [19:55:49] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  28. [19:55:49] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  29. [19:55:49] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  30. [19:55:49] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.reflect.Method.invoke(Method.java:498)
  31. [19:55:49] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97)
  32. [19:55:49] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1052]: at GradleStart.main(GradleStart.java:26)
  33. [19:55:49] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: Caused by: net.minecraftforge.fml.relauncher.FMLSecurityManager$ExitTrappedException
  34. [19:55:49] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraftforge.fml.relauncher.FMLSecurityManager.checkPermission(FMLSecurityManager.java:30)
  35. [19:55:49] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.SecurityManager.checkExit(SecurityManager.java:761)
  36. [19:55:49] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.Runtime.exit(Runtime.java:107)
  37. [19:55:49] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.System.exit(System.java:971)
  38. [19:55:49] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:138)
  39. [19:55:49] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  40. [19:55:49] [Client thread/INFO]: [java.lang.ThreadGroup:uncaughtException:1061]: ... 6 more
  41. Exception in thread "Client thread"
  42. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement