Advertisement
Guest User

Untitled

a guest
May 25th, 2019
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Surprise! Haha. Well, this is awkward.
  3.  
  4. Time: 2019-05-23 17:53
  5. Description: Initializing game
  6.  
  7. java.lang.OutOfMemoryError: Java heap space
  8. at java.util.Arrays.copyOf(Arrays.java:3332)
  9. at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:137)
  10. at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:121)
  11. at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:569)
  12. at java.lang.StringBuffer.append(StringBuffer.java:369)
  13. at java.io.BufferedReader.readLine(BufferedReader.java:370)
  14. at java.io.BufferedReader.readLine(BufferedReader.java:389)
  15. at org.apache.commons.io.IOUtils.readLines(IOUtils.java:1294)
  16. at org.apache.commons.io.IOUtils.readLines(IOUtils.java:1248)
  17. at org.apache.commons.io.IOUtils.readLines(IOUtils.java:1229)
  18. at cvo.a(SourceFile:237)
  19. at cvo.<init>(SourceFile:210)
  20. at cvk.au(SourceFile:441)
  21. at cvk.b(SourceFile:395)
  22. at net.minecraft.client.main.Main.main(SourceFile:154)
  23.  
  24.  
  25. A detailed walkthrough of the error, its code path and all known details is as follows:
  26. ---------------------------------------------------------------------------------------
  27.  
  28. -- Head --
  29. Thread: Client thread
  30. Stacktrace:
  31. at java.util.Arrays.copyOf(Arrays.java:3332)
  32. at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:137)
  33. at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:121)
  34. at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:569)
  35. at java.lang.StringBuffer.append(StringBuffer.java:369)
  36. at java.io.BufferedReader.readLine(BufferedReader.java:370)
  37. at java.io.BufferedReader.readLine(BufferedReader.java:389)
  38. at org.apache.commons.io.IOUtils.readLines(IOUtils.java:1294)
  39. at org.apache.commons.io.IOUtils.readLines(IOUtils.java:1248)
  40. at org.apache.commons.io.IOUtils.readLines(IOUtils.java:1229)
  41. at cvo.a(SourceFile:237)
  42. at cvo.<init>(SourceFile:210)
  43. at cvk.au(SourceFile:441)
  44.  
  45. -- Initialization --
  46. Details:
  47. Stacktrace:
  48. at cvk.b(SourceFile:395)
  49. at net.minecraft.client.main.Main.main(SourceFile:154)
  50.  
  51. -- System Details --
  52. Details:
  53. Minecraft Version: 1.14.1
  54. Operating System: Windows 10 (amd64) version 10.0
  55. Java Version: 1.8.0_51, Oracle Corporation
  56. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  57. Memory: 1305541920 bytes (1245 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
  58. JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  59. Launched Version: 1.14.1
  60. LWJGL: 3.2.1 build 12
  61. OpenGL: NO CONTEXT
  62. GL Caps:
  63. Using VBOs: Yes
  64. Is Modded: Probably not. Jar signature remains and client brand is untouched.
  65. Type: Client (map_client.txt)
  66. Resource Packs: ~~ERROR~~ NullPointerException: null
  67. Current Language: ~~ERROR~~ NullPointerException: null
  68. CPU: <unknown>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement