Advertisement
Guest User

crashreport

a guest
Jun 28th, 2019
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // There are four lights!
  3.  
  4. Time: 28/06/19 02:35 PM
  5. Description: mouseClicked event handler
  6.  
  7. java.lang.IllegalArgumentException: MALFORMED
  8. at java.util.zip.ZipCoder.toString(Unknown Source)
  9. at java.util.zip.ZipFile.getZipEntry(Unknown Source)
  10. at java.util.zip.ZipFile.access$900(Unknown Source)
  11. at java.util.zip.ZipFile$ZipEntryIterator.next(Unknown Source)
  12. at java.util.zip.ZipFile$ZipEntryIterator.nextElement(Unknown Source)
  13. at java.util.zip.ZipFile$ZipEntryIterator.nextElement(Unknown Source)
  14. at wh.a(SourceFile:73)
  15. at xl.a(SourceFile:44)
  16. at xl.a(SourceFile:149)
  17. at cvo.g(SourceFile:737)
  18. at dcu.a(SourceFile:56)
  19. at cwu.onPress(SourceFile:18)
  20. at cwp.onClick(SourceFile:15)
  21. at cws.mouseClicked(SourceFile:154)
  22. at cxp.mouseClicked(SourceFile:27)
  23. at cvp.b(SourceFile:86)
  24. at czx.wrapScreenError(SourceFile:441)
  25. at cvp.a(SourceFile:86)
  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.glfwPollEvents(GLFW.java:3101)
  29. at cuh.l(SourceFile:425)
  30. at cuh.c(SourceFile:283)
  31. at cvo.b(SourceFile:1023)
  32. at cvo.e(SourceFile:976)
  33. at cvo.b(SourceFile:411)
  34. at net.minecraft.client.main.Main.main(SourceFile:154)
  35.  
  36.  
  37. A detailed walkthrough of the error, its code path and all known details is as follows:
  38. ---------------------------------------------------------------------------------------
  39.  
  40. -- Head --
  41. Thread: Client thread
  42. Stacktrace:
  43. at java.util.zip.ZipCoder.toString(Unknown Source)
  44. at java.util.zip.ZipFile.getZipEntry(Unknown Source)
  45. at java.util.zip.ZipFile.access$900(Unknown Source)
  46. at java.util.zip.ZipFile$ZipEntryIterator.next(Unknown Source)
  47. at java.util.zip.ZipFile$ZipEntryIterator.nextElement(Unknown Source)
  48. at java.util.zip.ZipFile$ZipEntryIterator.nextElement(Unknown Source)
  49. at wh.a(SourceFile:73)
  50. at xl.a(SourceFile:44)
  51. at xl.a(SourceFile:149)
  52. at cvo.g(SourceFile:737)
  53. at dcu.a(SourceFile:56)
  54. at cwu.onPress(SourceFile:18)
  55. at cwp.onClick(SourceFile:15)
  56. at cws.mouseClicked(SourceFile:154)
  57. at cxp.mouseClicked(SourceFile:27)
  58. at cvp.b(SourceFile:86)
  59.  
  60. -- Affected screen --
  61. Details:
  62. Screen name: dcu
  63. Stacktrace:
  64. at czx.wrapScreenError(SourceFile:441)
  65. at cvp.a(SourceFile:86)
  66. at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:36)
  67. at org.lwjgl.system.JNI.invokeV(Native Method)
  68. at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101)
  69. at cuh.l(SourceFile:425)
  70. at cuh.c(SourceFile:283)
  71. at cvo.b(SourceFile:1023)
  72. at cvo.e(SourceFile:976)
  73. at cvo.b(SourceFile:411)
  74. at net.minecraft.client.main.Main.main(SourceFile:154)
  75.  
  76. -- System Details --
  77. Details:
  78. Minecraft Version: 1.14.3
  79. Operating System: Windows 10 (amd64) version 10.0
  80. Java Version: 1.8.0_181, Oracle Corporation
  81. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  82. Memory: 152799520 bytes (145 MB) / 385064960 bytes (367 MB) up to 4281597952 bytes (4083 MB)
  83. JVM Flags: 6 total; -Xmn128M -Xmx10770M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -XX:+UseConcMarkSweepGC -Xmx4G
  84. Launched Version: 1.14.3
  85. LWJGL: 3.2.2 build 10
  86. OpenGL: GeForce GTX 1050/PCIe/SSE2 GL version 4.6.0 NVIDIA 430.86, NVIDIA Corporation
  87. GL Caps: Using GL 1.3 multitexturing.
  88. Using GL 1.3 texture combiners.
  89. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  90. Shaders are available because OpenGL 2.1 is supported.
  91. VBOs are available because OpenGL 1.5 is supported.
  92.  
  93. Using VBOs: Yes
  94. Is Modded: Probably not. Jar signature remains and client brand is untouched.
  95. Type: Client (map_client.txt)
  96. Resource Packs: vanilla, file/Default 32x32.zip
  97. Current Language: Español (Argentina)
  98. CPU: 8x Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement