Advertisement
Guest User

Untitled

a guest
Mar 28th, 2020
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.76 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Who set us up the TNT?
  3.  
  4. Time: 3/28/20 5:11 PM
  5. Description: mouseClicked event handler
  6.  
  7. java.lang.NoClassDefFoundError: Could not initialize class sun.net.www.protocol.https.DelegateHttpsURLConnection
  8. at sun.net.www.protocol.https.HttpsURLConnectionImpl.<init>(HttpsURLConnectionImpl.java:86)
  9. at sun.net.www.protocol.https.Handler.openConnection(Handler.java:62)
  10. at sun.net.www.protocol.https.Handler.openConnection(Handler.java:57)
  11. at java.net.URL.openConnection(URL.java:979)
  12. at io.netty.bootstrap.Bootstrap.<clinit>(Bootstrap.java:348)
  13. at kt.a(SourceFile:317)
  14. at dbn.a(SourceFile:1677)
  15. at djl$a.e(SourceFile:379)
  16. at djl$a.a(SourceFile:311)
  17. at djl$a.mouseClicked(SourceFile:252)
  18. at dcr.mouseClicked(SourceFile:321)
  19. at ddr.mouseClicked(SourceFile:27)
  20. at dbo.b(SourceFile:86)
  21. at dgb.wrapScreenError(SourceFile:447)
  22. at dbo.a(SourceFile:86)
  23. at dbo.c(SourceFile:150)
  24. at ais.execute(SourceFile:94)
  25. at dbo.b(SourceFile:150)
  26. at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36)
  27. at org.lwjgl.system.JNI.invokeV(Native Method)
  28. at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3129)
  29. at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(SourceFile:123)
  30. at dbn.d(SourceFile:1015)
  31. at dbn.d(SourceFile:619)
  32. at net.minecraft.client.main.Main.main(SourceFile:204)
  33.  
  34.  
  35. A detailed walkthrough of the error, its code path and all known details is as follows:
  36. ---------------------------------------------------------------------------------------
  37.  
  38. -- Head --
  39. Thread: Render thread
  40. Stacktrace:
  41. at sun.net.www.protocol.https.HttpsURLConnectionImpl.<init>(HttpsURLConnectionImpl.java:86)
  42. at sun.net.www.protocol.https.Handler.openConnection(Handler.java:62)
  43. at sun.net.www.protocol.https.Handler.openConnection(Handler.java:57)
  44. at java.net.URL.openConnection(URL.java:979)
  45. at io.netty.bootstrap.Bootstrap.<clinit>(Bootstrap.java:348)
  46. at kt.a(SourceFile:317)
  47. at dbn.a(SourceFile:1677)
  48. at djl$a.e(SourceFile:379)
  49. at djl$a.a(SourceFile:311)
  50. at djl$a.mouseClicked(SourceFile:252)
  51. at dcr.mouseClicked(SourceFile:321)
  52. at ddr.mouseClicked(SourceFile:27)
  53. at dbo.b(SourceFile:86)
  54.  
  55. -- Affected screen --
  56. Details:
  57. Screen name: djk
  58. Stacktrace:
  59. at dgb.wrapScreenError(SourceFile:447)
  60. at dbo.a(SourceFile:86)
  61. at dbo.c(SourceFile:150)
  62. at ais.execute(SourceFile:94)
  63. at dbo.b(SourceFile:150)
  64. at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36)
  65. at org.lwjgl.system.JNI.invokeV(Native Method)
  66. at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3129)
  67. at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(SourceFile:123)
  68. at dbn.d(SourceFile:1015)
  69. at dbn.d(SourceFile:619)
  70. at net.minecraft.client.main.Main.main(SourceFile:204)
  71.  
  72. -- System Details --
  73. Details:
  74. Minecraft Version: 1.15.2
  75. Minecraft Version ID: 1.15.2
  76. Operating System: Mac OS X (x86_64) version 10.15.1
  77. Java Version: 1.8.0_74, Oracle Corporation
  78. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  79. Memory: 1718968904 bytes (1639 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
  80. CPUs: 4
  81. JVM Flags: 8 total; -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  82. Launched Version: 1.15.2
  83. Backend library: LWJGL version 3.2.1 build 12
  84. Backend API: Intel(R) UHD Graphics 617 GL version 2.1 INTEL-14.2.16, Intel Inc.
  85. GL Caps: Using framebuffer using ARB_framebuffer_object extension
  86. Using VBOs: Yes
  87. Is Modded: Probably not. Jar signature remains and client brand is untouched.
  88. Type: Client (map_client.txt)
  89. Resource Packs:
  90. Current Language: English (US)
  91. CPU: 4x Intel(R) Core(TM) i5-8210Y CPU @ 1.60GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement