Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Who set us up the TNT?
  3.  
  4. Time: 10/22/14 6:46 PM
  5. Description: Initializing game
  6.  
  7. java.lang.OutOfMemoryError: Java heap space
  8. at java.awt.image.DataBufferByte.<init>(Unknown Source)
  9. at java.awt.image.ComponentSampleModel.createDataBuffer(Unknown Source)
  10. at java.awt.image.Raster.createWritableRaster(Unknown Source)
  11. at javax.imageio.ImageTypeSpecifier.createBufferedImage(Unknown Source)
  12. at javax.imageio.ImageReader.getDestination(Unknown Source)
  13. at com.sun.imageio.plugins.png.PNGImageReader.readImage(Unknown Source)
  14. at com.sun.imageio.plugins.png.PNGImageReader.read(Unknown Source)
  15. at javax.imageio.ImageIO.read(Unknown Source)
  16. at javax.imageio.ImageIO.read(Unknown Source)
  17. at cuj.a(SourceFile:360)
  18. at cua.b(SourceFile:100)
  19. at cua.a(SourceFile:77)
  20. at cxh.j(SourceFile:553)
  21. at cxh.a(SourceFile:139)
  22. at cxk.a(SourceFile:23)
  23. at cvt.a(SourceFile:99)
  24. at bsu.aj(SourceFile:437)
  25. at bsu.a(SourceFile:299)
  26. at net.minecraft.client.main.Main.main(SourceFile:120)
  27.  
  28.  
  29. A detailed walkthrough of the error, its code path and all known details is as follows:
  30. ---------------------------------------------------------------------------------------
  31.  
  32. -- Head --
  33. Stacktrace:
  34. at java.awt.image.DataBufferByte.<init>(Unknown Source)
  35. at java.awt.image.ComponentSampleModel.createDataBuffer(Unknown Source)
  36. at java.awt.image.Raster.createWritableRaster(Unknown Source)
  37. at javax.imageio.ImageTypeSpecifier.createBufferedImage(Unknown Source)
  38. at javax.imageio.ImageReader.getDestination(Unknown Source)
  39. at com.sun.imageio.plugins.png.PNGImageReader.readImage(Unknown Source)
  40. at com.sun.imageio.plugins.png.PNGImageReader.read(Unknown Source)
  41. at javax.imageio.ImageIO.read(Unknown Source)
  42. at javax.imageio.ImageIO.read(Unknown Source)
  43. at cuj.a(SourceFile:360)
  44. at cua.b(SourceFile:100)
  45. at cua.a(SourceFile:77)
  46. at cxh.j(SourceFile:553)
  47. at cxh.a(SourceFile:139)
  48. at cxk.a(SourceFile:23)
  49. at cvt.a(SourceFile:99)
  50. at bsu.aj(SourceFile:437)
  51.  
  52. -- Initialization --
  53. Details:
  54. Stacktrace:
  55. at bsu.a(SourceFile:299)
  56. at net.minecraft.client.main.Main.main(SourceFile:120)
  57.  
  58. -- System Details --
  59. Details:
  60. Minecraft Version: 1.8
  61. Operating System: Windows 7 (x86) version 6.1
  62. Java Version: 1.7.0_71, Oracle Corporation
  63. Java VM Version: Java HotSpot(TM) Client VM (mixed mode), Oracle Corporation
  64. Memory: 468579304 bytes (446 MB) / 523501568 bytes (499 MB) up to 523501568 bytes (499 MB)
  65. JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
  66. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  67. Launched Version: 1.8
  68. LWJGL: 2.9.1
  69. OpenGL: AMD Radeon R9 200 Series GL version 4.4.13084 Compatibility Profile Context 14.301.1004.0, ATI Technologies Inc.
  70. GL Caps: Using GL 1.3 multitexturing.
  71. Using GL 1.3 texture combiners.
  72. Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
  73. Shaders are available because OpenGL 2.1 is supported.
  74. VBOs are available because OpenGL 1.5 is supported.
  75.  
  76. Using VBOs: No
  77. Is Modded: Probably not. Jar signature remains and client brand is untouched.
  78. Type: Client (map_client.txt)
  79. Resource Packs: [MY AWESOME PACK]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement